virtualritz / polyhedron-opsLinks
Conway-Hart Polyhedron Notation in Rust
☆78Updated 2 months ago
Alternatives and similar repositories for polyhedron-ops
Users that are interested in polyhedron-ops are comparing it to the libraries listed below
Sorting:
- Rust Graphics meetups☆69Updated 4 years ago
- Tessellation is a library for 3d tessellation, e.g. it will create a set of triangles from any implicit function of volume.☆49Updated 4 years ago
- Fast polygon mesh library with different data structures and traits to abstract over those.☆81Updated 10 months ago
- Physically based rendering in Rust☆37Updated last year
- Signed Distance Field Utilities☆121Updated 3 years ago
- A real-time implementation of "Ray Tracing in One Weekend" using nannou and rust-gpu.☆95Updated 3 years ago
- Implementation of PBR using wgpu-rs☆80Updated 4 years ago
- Delaunay triangulation and Voronoi diagram generation. Ported from Mapbox's Delaunator and d3-voronoi☆61Updated 7 months ago
- A triangle mesh data structure including basic operations.☆90Updated last year
- Neat 3D math and graphics library☆33Updated 2 years ago
- Procedural macros for working with Vulkan shaders☆43Updated last month
- Rust algorithms for isosurface extraction☆78Updated 2 years ago
- Fast prototyping 3D engine☆109Updated 3 years ago
- Procedural texture library☆94Updated last year
- A low-level gltf parser implemented on nanoserde☆35Updated 2 weeks ago
- BVH Construction and Traversal Library☆69Updated 2 months ago
- Generate typesafe Rust bindings from WGSL shaders to wgpu☆53Updated 2 weeks ago
- Fast dynamic fracture using position-based rod-bonded discrete method☆16Updated 2 months ago
- high-quality anti-aliased vector graphics rendering on the GPU☆89Updated 2 years ago
- Rust EDSL for shading languages☆92Updated 3 years ago
- shadertoy.com shaders ported to Rust-GPU☆160Updated last month
- ☆39Updated 4 years ago
- Vulkan-lite GPU API☆89Updated last year
- Rust crate to generate GLSL structs with explicitly-initialized padding bytes☆75Updated 8 months ago
- Image density/height map to mesh generator☆81Updated 2 years ago
- Uniform cubic spline evaluation and inversion in Rust☆23Updated 2 weeks ago
- Simple profiler scopes for wgpu using timer queries