dslcad icon indicating copy to clipboard operation
dslcad copied to clipboard

DSLCad is a programming language & interpreter for building 3D models.

Results 5 dslcad issues
Sort by recently updated
recently updated
newest added

Would be handy to be able to export the meshes as something commonly supported by gamedev engines. .obj seems suitable to the task, it's a very easy, human readable format....

enhancement

first time it opened, and i opened the Table file example. All good. i exported to stp file format. ll Good. then i closed it... second time it choked then...

bug

Right now DSLCAD can call local scripts using `./path/to/file()`. This is a simple enough option but does not work if we want to efficiently share libraries. I am looking for...

enhancement

OCC's transform is too hard to use with rust, we can replace it with rust's math library, and cast back.

enhancement
good first issue

Hi, in the documentation of dslcad language syntax i dont see any information about * if statement * for loop (or any other loop) * functions (definition of own functions/subroutines)...