metafizzy / zdog

Flat, round, designer-friendly pseudo-3D engine for canvas & SVG

Home Page:https://zzz.dog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use OpenJSCad (for modelization) with Zdog (for rendering)

gregja opened this issue · comments

Hi @desandro ,
I hope everyhing is OK for you (reference to coronavirus).
This is not an issue, just an information.
This last week-end, I made some experiments to use OpenJSCad (for modelization) with Zdog (for rendering). In fact, I use the CSG.js component of OpenJSCad.
You can test the result with 3 new options (Constructive Solid Geometry), I placed in the bottom of this page :
http://ledefrichoir.com/labo/zdogXperiments/

In the last of the 3 options, you can edit code and redraw it dynamically. It's really fun.
Take care,
Greg

PS : all source code is in that repo : https://github.com/gregja/zdogXperiments

Hi,
Today, on my zdogXperiments project, I added a button on the 2 last options (CSG editable and CSG gear), to export the shape in a STL file.
It's possible to view the STL file by importing it in Tinkercad for example.
Note that it's now possible to modify the gear dynamically with a web form.
Bye