49fl

Results 50 issues of 49fl

It would be nice to be able to load in several meshed SDFs into the same 3D space to visualize assembling them together. Probably will involve similar metadata as with...

I'm not a fan of the current logo. It was AI generated but really it'd be awesome to have a real designer make something nice. :D

High impact fun issue!

A cheatsheet when doing code CAD is an invaluable reference resource. I recommend going through value.js and lib/ when making it. https://openscad.org/cheatsheet/ is a really good source of inspiration!

Impactful easy issue!

I personally would like a non-commercial code license applied, and give out commercial licenses if the need ever be. Should I go polyform? Let me know.

Impactful easy issue!

Using one of the few AI code generators, it should be fairly simple to take `1_tutorial` to teach the AI, then dictate intent using regular English to produce SummonScript. For...

Interesting

This is useful to see where the edges of the volume are.

Impactful easy issue!

See raylib draw3d examples that use text. Annotations are not part of the SDF mesh. They must be attached to libfiveValues and stepped over in the preview function. It's gonna...

Impactful hard issue!

:) As you'll see this is quite simple due to the architecture of everything. Simply run view3d and then execute the current buffer in node.

Impactful easy issue!

For now SummonScript uses UNIX sockets for fast local IPC. Of course this means switching to TCP/IP for true remote editing will be quite easy. Right now SummonScript uses 32k...