diff --git a/.docs/Gallery/Sketch3D.gif b/.docs/Gallery/Sketch3D.gif new file mode 100644 index 0000000..890b1f3 Binary files /dev/null and b/.docs/Gallery/Sketch3D.gif differ diff --git a/.docs/Gallery/oscript.txt b/.docs/Gallery/oscript.txt new file mode 100644 index 0000000..72b43e1 --- /dev/null +++ b/.docs/Gallery/oscript.txt @@ -0,0 +1,16 @@ +method myLogFunction(value) { + print value; +} + +myLogFunction("hello"); + +var i = 10; + +if (i == 10) { + while (i > 0) { + print i; + i = i - 1; + } +} else { + print "still doin' heavy calculations..."; +} diff --git a/README.MD b/README.MD index 3f3765a..6219d62 100644 --- a/README.MD +++ b/README.MD @@ -33,4 +33,7 @@ To build and debug on windows clone svn repository (https://svn.riouxsvn.com/mod Simple Ray-Tracer. ![Oscript](.docs/Gallery/Oscript.gif) -Oscript. \ No newline at end of file +Oscript. + +Sketch3d +Sketch3D. \ No newline at end of file