webfx-demos / webfx-demo-particles

A basic Web App written in JavaFX inspired from the Sketch.js particles demo. Also cross-platform & native.

Home Page:https://particles.webfx.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live demo

The demo is published on this page.

This is a 30 minutes time rewrite of this sketch.js demo in JavaFX, and recompiled to JavaScript with WebFX. Here is the JavaFX source code.

Highlighted features

(in addition to those already explained in the previous demo)

JavaFX canvas to HTML canvas mapping

In addition to the JavaFX scene graph mapping, WebFX also maps the JavaFX canvas API to the HTML canvas API, as illustrated by this demo.

About

A basic Web App written in JavaFX inspired from the Sketch.js particles demo. Also cross-platform & native.

https://particles.webfx.dev

License:Apache License 2.0


Languages

Language:Java 83.9%Language:CSS 9.8%Language:HTML 6.3%