Skip to content

OPENRNDR. A Kotlin/JVM library for creative coding, real-time and interactive graphics

License

Notifications You must be signed in to change notification settings

kles4enko/openrndr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Download Awesome Kotlin Badge

OPENRNDR

A Kotlin/JVM library for creative coding, real-time and interactive graphics. Can currently be used on Windows, macOS and Linux/x64 to create stand alone graphical applications.

Basics and use are further explained in the OPENRNDR guide.

Community

Visit the OPENRNDR website for the latest news on OPENRNDR, showcases and events

Join us on the OPENRNDR forum for questions, tutorials and showcases.

.. or if you prefer a more direct and chatty way of conversation talk to us the OPENRNDR Slack

Using OPENRNDR

You are adivsed to use the OPENRNDR template which provides a quick start to using the library.

Building OPENRNDR

On a system that has JDK 1.8.x or more recent installed one can run the following commands from a terminal:

cd <path-to-checkout>
./gradlew build

This should start the build process, which will take some time to complete.

Note that OPENRNDR does not depend on anything that is not on Maven Central, builds should be easy and predictable.

Installing OPENRNDR as Maven artifacts

In order to use the OPENRNDR build from your applications one has to install OPENRNDR's Maven artifacts in the local Maven repository.

./gradlew -Prelease.version=0.4.0-SNAPSHOT publishToMavenLocal

Building OPENRNDR from IntelliJ

This should be as easy as importing the Gradle project into IntelliJ.

On a macOS or linux system that has IntelliJ's command line tools installed one can run

cd <path-to-checkout>
idea .

About

OPENRNDR. A Kotlin/JVM library for creative coding, real-time and interactive graphics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 65.2%
  • Java 34.1%
  • Other 0.7%