Improved README.md

This commit is contained in:
Devine Lu Linvega 2016-11-15 21:26:45 -08:00
parent fddc967c61
commit d3e5171ba0

View File

@ -1,5 +1,7 @@
#Ronin #Ronin
Ronin is a web based drawing application and visual language. Launch index.html and press **:**(colon) to display the command prompt. Input the commands below to interface with the different tools. Headings with a star are features in development.
##Canvas ##Canvas
``` ```
@ 600x400 ; New canvas of size 600w and 400h @ 600x400 ; New canvas of size 600w and 400h
@ -86,9 +88,9 @@ rate:10 ; variable: rate = 10
##Radial Brush ##Radial Brush
``` ```
# 8 strands # 8 strands
> 600,400 45' 3;> 600,400 90' 3;> 600,400 135' 3;> 600,400 180' 3;> 600,400 225' 3;> 600,400 270' 3;> 600,400 315' 3 > 600,400 45';> 600,400 90';> 600,400 135';> 600,400 180';> 600,400 225';> 600,400 270';> 600,400 315'
# 6 strands # 6 strands
> 600,400 60' 3;> 600,400 120' 3;> 600,400 180' 3;> 600,400 240' 3;> 600,400 300' 3 > 600,400 60';> 600,400 120';> 600,400 180';> 600,400 240';> 600,400 300'
``` ```
##Symmetry Brush ##Symmetry Brush
@ -110,5 +112,5 @@ rate:10 ; variable: rate = 10
##Noise Brush ##Noise Brush
``` ```
# Tight # Tight
> 4;> osc_rate:10 osc_scale:10;> osc_rate:15 osc_scale:12;> osc_rate:10 osc_scale:14;> osc_rate:10 osc_scale:10; > 4;> osc_rate:10 osc_scale:10;> osc_rate:15 osc_scale:12;> osc_rate:10 osc_scale:14
``` ```