cactrot / SDFIDE

Interactive Design Environement for SDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Interactive Design Environement for SDF

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%