Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Paint app using GWT + Canvas + RxJava

License

NotificationsYou must be signed in to change notification settings

ibaca/rxcanvas-gwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A super simple painter app (based onRxPaint) developed usingGWT (java to javascript framework),RxJava (event composition library) andCanvas (draw graphics via scripting).

RxCanvas with source code - screen shot

Run usingmvn gwt:devmode and package usingmvn package.

Deployed includingsourceMaps andsource code, so you can just enterhere,open your preferred developer tool an navigate through thejava source code.

The app demonstrates how to combine UI, request and bus events uniformly usingObservables. Tocommunicate to a remote device it usesChrome cast, the app implements in the same entry point boththe sender and the receiver code, and bind the corresponding observable if available. If you wantto test theChrome cast app locally you need to create your own application in theGoogle Cast SDK Developer console and use your localip in theReceiver application URL (e.g.http://192.168.1.100:8888/rxcanvas/receiver.html). Once youhave yourApplication ID you can override it executing devmode with theapplicationId param(e.g.mvn gwt:devmode -DapplicationId=XXXYYYZZZ)TIP You don't need to re-cast your app to reloadcode changes in the receiver side, just pressctrl+r in the developer console and GWT will trigger arecompilation automatically. This works in the sender-side/normal-web-side, but I spouse you already know that.

About

Paint app using GWT + Canvas + RxJava

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp