Skip to content

Commit

Permalink
http added to link
Browse files Browse the repository at this point in the history
  • Loading branch information
joostn committed Jan 20, 2012
1 parent af59ba4 commit 24e6f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

Enthousiastic about OpenSCAD but somewhat frustrated by the limitations of its language, here is an alternative using Javascript. It's free, completely open source, still seriously under construction, based on Evan Wallace's CSG.js library and can be used from within the Chrome browser.

Launch your Chrome browser and go to: joostn.github.com/OpenJsCad/
Launch your Chrome browser and go to: http://joostn.github.com/OpenJsCad/

The benefits over openSCAD are mainly in the language itself: you can use dynamic arrays for example, and solids can be stored in variables.

# Contribute

Contributions are welcome, fork me on GitHub!

The only contents here is the 'GUI' part, in the gh-pages branch at https://github.com/joostn/OpenJsCad/tree/gh-pages
The only content here is the 'GUI' part, in the gh-pages branch at https://github.com/joostn/OpenJsCad/tree/gh-pages

The actual CSG engine is in csg.js. Don't fork the copy of csg.js here, but instead create a fork of this branch:
https://github.com/joostn/csg.js
Expand Down

0 comments on commit 24e6f06

Please sign in to comment.