libfive
curv
Our great sponsors
libfive | curv | |
---|---|---|
20 | 7 | |
1,190 | 1,084 | |
2.2% | 2.3% | |
2.8 | 0.0 | |
about 2 months ago | about 2 months ago | |
C++ | C++ | |
- | Apache License 2.0 |
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.
libfive
-
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).
-
Anyone interested in a 14x21 dactyl?
I thought that early on, and looked (several times!) for something else besides OpenSCAD that would fill the bill (i.e. language-based CAD). There were some dozen projects, and most of them had been abandoned. The closest I got was in using libfive, an f-rep system with a binding to Scheme. But it was too easy for me to cause it to put out no shape at all, and to take a long time doing it.
- Created using libfive/studio : a CAD engine built around a DSL based on guile-scheme. libFive is https://github.com/libfive/libfive Source for this object is https://gist.github.com/mds2/166f6c0b6687af31f5012d5fffbacdfa
curv
-
The Orb: a parametric trackball with BTU mounted ball and keyboard switches for buttons
curv seems to have cad/slicer integration in mind as a long term goal, using f-rep to generate infill as well as the shape itself.
-
SDF Viewer: a fast and cross-platform Signed Distance Function (SDF) viewer, easily integrated with your SDF library
Curv is another cool GPU SDF renderer that you may find interesting!
- Learning CAD on Linux
- Ten Steps to Becoming a Synth Dynamo
-
Curv3D vs OpenSCAD?
The author outlines several OpenSCAD features that they want to implement here.
- Libfive: Solid modeling (CAD) library/tools with Scheme/Python bindings and GUI
-
Smooth voxel terrain: isosurface extraction with marching cubes and surface nets
https://github.com/curv3d/curv/blob/master/ideas/v-rep/To_Me...
I've also written up a 2D study of Marching Cubes (Squares) vs Dual Contouring:
What are some alternatives?
jupyter-cadquery - An extension to render cadquery objects in JupyterLab via pythreejs
openscad - OpenSCAD - The Programmers Solid 3D CAD Modeller
cxx - Safe interop between Rust and C++
fosscad-repo - Official FOSSCAD Library Repository
libredwg - Official mirror of libredwg. With CI hooks and nightly releases. PR's ok
cadquery - A python parametric CAD scripting framework based on OCCT
rayray - A tiny GPU raytracer, using Zig and WebGPU
tovero
regl - 👑 Functional WebGL
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