8000 GitHub - juju2013/SDFIDE: Interactive Design Environement for SDF
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

juju2013/SDFIDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

0