You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			| 
				
					
						 | 
			6 years ago | |
|---|---|---|
| data | 6 years ago | |
| gradle/wrapper | 6 years ago | |
| src/main | 6 years ago | |
| .gitignore | 6 years ago | |
| README.md | 6 years ago | |
| build.gradle.kts | 6 years ago | |
| gradle.properties | 6 years ago | |
| gradlew | 6 years ago | |
| gradlew.bat | 6 years ago | |
| settings.gradle | 6 years ago | |
		
			
				
				README.md
			
		
		
	
	openrndr-template
A feature rich template for creating OPENRNDR programs based on Gradle/Kts
You will find some basic instructions in the OPENRNDR guide
The template consists of a configuration for Gradle and an example OPENRNDR program. The Gradle configuration should serve as the go-to starting point for writing OPENRNDR-based software.
Gradle tasks
runruns the TemplateProgramjarcreates an executable platform specific jar file with all dependencieszipDistributioncreates a zip file containing the application jar and the data folder
