Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openrndr/openrndr-examples
A repository of example programs for the OPENRNDR creative coding framework
https://github.com/openrndr/openrndr-examples
Last synced: about 7 hours ago
JSON representation
A repository of example programs for the OPENRNDR creative coding framework
- Host: GitHub
- URL: https://github.com/openrndr/openrndr-examples
- Owner: openrndr
- Created: 2018-11-27T16:21:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T09:58:27.000Z (13 days ago)
- Last Synced: 2024-10-25T07:50:20.367Z (12 days ago)
- Language: Kotlin
- Homepage: https://guide.openrndr.org
- Size: 734 KB
- Stars: 25
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openrndr-examples
This repository contains runnable examples from the
[OPENRNDR guide](https://guide.openrndr.org).The programs are generated from the documentation sources.
In case you run into issues please report them in the
[`openrndr-guide`](https://github.com/openrndr/openrndr-guide) repositoryThe Gradle build scripts for this project are based on
[`openrndr-template`](https://github.com/openrndr/openrndr-template), which is also
the best place to start from when you want to write your own OPENRNDR based programs.## Usage
Clone this repository and import in IntelliJ Idea as a Gradle project.
Individual programs can be run by opening their source files
and clicking on the green wedge shaped icon next to the `main` function.If you prefer to run the programs from the command line you can type commands like these:
```
# Linux / Mac
./gradlew run -Popenrndr.application=examples.08_Animation.C100_InteractiveAnimations000Kt# Windows
gradlew.bat run -Popenrndr.application=examples.07_Interaction.C140_UserInterfaces000Kt
```