Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 566 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 566 Bytes

IDE for SDF

This is an Interactive Design/Development Environment for SDF, or actually any alike mesh

The idea is while modifying a sdf script, one can see "live-change" in a seprated window.

Requirement.txt:

Usage

from sdfide import ide
f = ...any sdf constructs...
ide.showsdf(f)

Demo

Execute demo.py, change the last line and watch live change on the viewer