openrndr-adopted-artifex


License

License

GroupId

GroupId

org.openrndr
ArtifactId

ArtifactId

openrndr-adopted-artifex
Last Version

Last Version

0.3.58
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

openrndr-adopted-artifex
openrndr-adopted-artifex
Project URL

Project URL

http://openrndr.org
Source Code Management

Source Code Management

https://github.com/openrndr/openrndr

Download openrndr-adopted-artifex

Dependencies

runtime (3)

Group / Artifact Type Version
io.github.microutils : kotlin-logging-jvm jar 2.0.6
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm jar 1.5.0-RC
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.0

Project Modules

There are no modules declared in this project.

Download Build status 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 .
org.openrndr

OPENRNDR

Open source framework for creative coding written in Kotlin

Versions

Version
0.3.58
0.3.47