Skip to content

Commit

Permalink
0.003: openjscad cli, examples clearly indicated, openscad.js/.jscad
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiritdude committed Mar 1, 2013
1 parent d6a9dc4 commit c10d2e1
Show file tree
Hide file tree
Showing 10 changed files with 29,469 additions and 161 deletions.
12 changes: 9 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
VERSION=0.002
VERSION=0.003
NAME=openscad.jscad

all::
@echo "nothing to do"
@echo "make tests"

tests::
./openjscad example.jscad -oexample.stl

clean::
rm -f example.stl

# --- developers only below

Expand All @@ -17,5 +23,5 @@ backup:: clean
scp ../Backup/${NAME}-${VERSION}.tar.gz the-labs.com:Backup/

edit::
dee4 openscad.jscad example.scad Makefile README.md
dee4 openjscad openscad.js openscad.jscad example.jscad example.scad Makefile README.md

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@

<h1>OpenSCAD.jscad</h1>
<h1>OpenSCAD.jscad & openjscad (CLI)</h1>

Some wrapper functions to ease the translation from <b><a href="http://openscad.org/">OpenSCAD</a> (.scad)</b> to <b><a href="http://joostn.github.com/OpenJsCad/">OpenJsCad</a> (.jscad)</b>: <b>OpenSCAD.jscad</b> (<tt>openscad.jscad</tt>).
And OpenJsCad CLI (<tt>openjscad</tt>) written on nodejs (server-side javascript)

<h2>History</h2>
<ul>
<li> 2013/03/01: 0.003: example.jscad vs example.scad, openscad.js/.jscad split up, and openjscad cli in nodejs implemented
<li> 2013/02/28: 0.002: center:false default
<li> 2013/02/27: 0.001: first version, center: true|false support
</ul>

<h2>What Works</h2>
<ul>
<li><tt>openjscad</tt> CLI (command-line interface, alike "openscad test.scad -otest.st")
<li>3d primitives: <b>sphere(), cube(), cylinder()</b>
<li>3d transformations: <b>translate(), rotate(), scale()</b>
<li>CSG operations: <b>union(), difference(), intersect()</b>
Expand Down
Loading

0 comments on commit c10d2e1

Please sign in to comment.