roblox-typescript port of JSCAD (CSG in JavaScript)
-
Updated
Mar 3, 2025 - TypeScript
CSG is short for Constructive Solid Geometry, a modeling technique that allows a modeler to create a complex surface or object by using Boolean operators, such as union and intersection, to combine simpler objects.
Text above are from wikipedia.
roblox-typescript port of JSCAD (CSG in JavaScript)
CSG recovery from a 3D point-cloud
Simple Constructive Solid Geometry editor and render using raycast
Deno bindings to libfive, a library and set of tools for solid modeling, especially suited for parametric and procedural design
Procedural mesh generation library for Wonderland Engine, with CSG powered by Manifold
A csg.js and earcut port for the FlaxEngine
A native (no external libraries) golang 3D ray tracing renderer, that implements Ray intersection via the Phong-Reflection Model, Recursive Shape grouping with AABB optimizations and Constructive Solid Geometry, augmented with recursively defined Patterns, Perlin/Simplex noise algorihthms, and an efficient convex-hull/half-edge Delaunay Triangul…
CSG recovery from a 3D point-cloud (Python).
lovr-procmesh edited for Roblox, and some extra utility functions
VUT FIT project for Computational geometry course. Ray marching CSG trees using compute shaders.
M.Sc. Computer Science Dissertation In LaTeX.
OCaml Bindings to Manifold
Generation of mesh primitives and constructive solid geometry operations
Parametric 3D modeller with a Swift-inspired DSL for macOS and iOS (WWDC 2023 submission)
A public repository for "Write, Execute, Assess: Program Synthesis With a REPL" project by Kevin Ellis, Max Nye, Yewen Pu, Felix Sosa, Josh Tenenbaum, and Armando Solar-Lezama. Presented at NeurIPS 2019.
🍊
Chisel CSG Level Editor, for Unity
tiny_csg is a C++ library that generates meshes from brush-based level data and supports incremental updates (real-time CSG). It is intended to be used as a backend in 3d level editors and/or generators.
2D Shape Editor for Unity Editor to create complex 3D meshes out of 2D shapes with RealtimeCSG support.