Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muqhc/mouse-circle
https://github.com/muqhc/mouse-circle
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/muqhc/mouse-circle
- Owner: muqhc
- Created: 2023-09-23T04:32:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-10T14:28:16.000Z (about 1 year ago)
- Last Synced: 2024-11-07T12:12:49.589Z (3 months ago)
- Language: Kotlin
- Size: 1.33 MB
- Stars: 1
- 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)