shahriar256 / VaadingProcessing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vaadin ProcessingJs (vprocjs)

Vaadin 8 component wrapping processing.js javascript library.

Component's Java API allows you to use either Processing Visualization Language or Java for the sketches.
Using Java sketch gives you more control as you can write some custom interaction between the client and server.

Supported processing.js functions can be found from the ProcessingJavascriptObject class.
Notice that it's not guaranteed that it contains all functions that the current processing.js supports (reference).

Currently supports browsers like IE 11, Edge, FireFox, Chrome.
Requires HTML5 support as this component uses HTML5 Canvas.

Show the demo

Dependencies

License

Apache License, Version 2.0

About

License:Apache License 2.0


Languages

Language:JavaScript 83.6%Language:Java 16.4%