Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muqhc/openrndr-js-template-gh-pages-interactive-optimized

for optimized interactive with mouse
https://github.com/muqhc/openrndr-js-template-gh-pages-interactive-optimized

Last synced: 25 days ago
JSON representation

for optimized interactive with mouse

Awesome Lists containing this project

README

        

# OPENRNDR JavaScript template project

This is a template project for creating [OPENRNDR](https://openrndr.org/) programs specifically with Kotlin/JS.
For making a standard Kotlin/JVM-based application,
see [openrndr-template](https://github.com/openrndr/openrndr-template).

To get started, run the `browserDevelopmentRun --continuous` Gradle task. This will start a local development server
with hot-reloading. Any changes you make in `/src/main/kotlin` will be reflected in the browser.

forked from [openrndr/openrndr-js-template](https://github.com/openrndr/openrndr-js-template)