Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muqhc/openrndr-js-template-gh-pages-interactive-optimized
- Owner: muqhc
- Created: 2023-11-10T15:08:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-10T23:32:19.000Z (about 1 year ago)
- Last Synced: 2024-11-07T12:12:49.336Z (3 months ago)
- Language: Kotlin
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)