rayray
libfive
Our great sponsors
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rayray
libfive
-
Meta Releases Intermediate Graphics Library
You probably have already seen this, but I would take a look at libfive for inspiration
- Better OpenSCAD?
-
Show HN: Make 3D art in your browser using Lisp and math
No; Bauble doesn't know how to "rasterize" SDFs into meshes; it only knows how to raymarch them. It's theoretically possible, but it's a pretty complex problem that would take me much too long to figure out and implement. So Bauble is relegated to just making pretty pictures for now. If you want to produce meshes using SDFs, check out https://libfive.com/
-
Antimony – computer-aided design tool from the Lisp machine parallel universe
This is a mid-point in Matt Keeter's research.
Start at:
http://mattkeeter.com/research/thesis.pdf
then see:
http://www.mattkeeter.com/projects/kokopelli/
then Antimony (see the article at: http://hackaday.com/2015/05/29/otherworldy-cad-software-hail... ), then the current effort:
https://github.com/libfive/libfive
(and also see: https://www.gitlab.com/kavalogic-inc/tovero "a binding of Libfive to Common Lisp, including a standalone REPL-based viewer"[https://github.com/Irev-Dev/curated-code-cad] can be integrated with https://www.gitlab.com/kavalogic-inc/clive
Currently I'm using OpenSCAD (w/ BlockSCAD as a front-end: https://www.blockscad3d.com because I prefer a sort of visual representation), but have been stymied by the lack of file I/O (I want to write out G-code).
Still looking for a 3D modeling tool which is:
- a node or block editor
- Learning CAD on Linux
- OpenSCAD 3D rendering just got an order of magnitude faster
- CadQuery –- A Python parametric CAD scripting framework based on OCCT
-
What happened Tovero (libfive bindings) and Clive (scene graph and 3D GUI) from Kavalogic and previously hosted on common-lisp.net?
From another random git commit I found it it seems the project moved to being hosted on gitlab.com under the account name "kavalogic-inc" but all the repos got deleted: - https://gitlab.com/kavalogic-inc
-
Tovero 3D Modeling system - where is it?
A recent question on AutoCAD lisp pointed to the libfive C++ library with C bindings. It's GitHub page points to the Tovero 3D Modeling system (link on Gitlab). That project is not found on Gitlab.
-
A New Era for Mechanical CAD
Or https://libfive.com/, which is less clunky (but no longer OpenSCAD-based).
What are some alternatives?
jupyter-cadquery - An extension to render cadquery objects in JupyterLab via pythreejs
curv - a language for making art using mathematics
libredwg - Official mirror of libredwg. With CI hooks and nightly releases. PR's ok
cxx - Safe interop between Rust and C++
fosscad-repo - Official FOSSCAD Library Repository
cadquery - A python parametric CAD scripting framework based on OCCT
tovero
rust-bindgen - Automatically generates Rust FFI bindings to C (and some C++) libraries.
sdf - Simple SDF mesh generation in Python
NopSCADlib - Library of parts modelled in OpenSCAD and a framework for making projects
dotSCAD - Reduce the burden of mathematics when playing OpenSCAD
fscad - A framework for programmatic CAD in Fusion 360