Pinned Repositories
iComputation
iComputation is a Rust library that makes GPU computations easy using wgpu. It provides a sugar API and a common pipeline for computational tasks, focusing solely on computation without rendering. Ideal for developers seeking efficient, computation-focused GPU operations.
iFloat
This fixed float math library provides an efficient and deterministic solution for arithmetic and geometric operations.
iKeySort
A fast sorting algorithm combining bin and counting sort. Optimized for scenarios where a primary key can be extracted to index elements into buckets.
iOverlay
Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties.
iOverlayPerformance
Performance test app for iOverlay
iShape
iShape is a compact and efficient library specifically designed for representing 2D data structures using FixVec.
iShape-js
A poly-bool library supports main operations such as union, intersection, difference, xor, and self-intersection.
iTree
Red-black tree implementation for rust
iTriangle
A fast and efficient library for Delaunay triangulation and converting complex polygons into convex shapes, including advanced self-intersection resolution.
iShape-Rust's Repositories
iShape-Rust/iOverlay
Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties.
iShape-Rust/iShape-js
A poly-bool library supports main operations such as union, intersection, difference, xor, and self-intersection.
iShape-Rust/iTriangle
A fast and efficient library for Delaunay triangulation and converting complex polygons into convex shapes, including advanced self-intersection resolution.
iShape-Rust/iFloat
This fixed float math library provides an efficient and deterministic solution for arithmetic and geometric operations.
iShape-Rust/iShape
iShape is a compact and efficient library specifically designed for representing 2D data structures using FixVec.
iShape-Rust/iComputation
iComputation is a Rust library that makes GPU computations easy using wgpu. It provides a sugar API and a common pipeline for computational tasks, focusing solely on computation without rendering. Ideal for developers seeking efficient, computation-focused GPU operations.
iShape-Rust/iKeySort
A fast sorting algorithm combining bin and counting sort. Optimized for scenarios where a primary key can be extracted to index elements into buckets.
iShape-Rust/iOverlayPerformance
Performance test app for iOverlay
iShape-Rust/iTree
Red-black tree implementation for rust