openrndr / openrndr-examples

A repository of example programs for the OPENRNDR creative coding framework

Home Page:https://guide.openrndr.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openrndr-examples

This repository contains runnable examples from the OPENRNDR guide.

The programs are generated from the documentation sources. In case you run into issues please report them in the openrndr-guide repository

The Gradle build scripts for this project are based on 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

About

A repository of example programs for the OPENRNDR creative coding framework

https://guide.openrndr.org


Languages

Language:Kotlin 99.7%Language:C# 0.3%