dorianprill / strokeLinks
A zero-allocation library providing const-generic implementations of Bézier curves, B-Spline curves and specialized implementations of up to cubic Bézier curves in N-dimensional euclidean space. It is intended for general/embedded/wasm use supporting #![no_std] environments written in 100% safe Rust with minimal dependencies.
☆47Updated 10 months ago
Alternatives and similar repositories for stroke
Users that are interested in stroke are comparing it to the libraries listed below
Sorting:
- Value probing with egui based UI☆28Updated last month
- Automated GUI testing using accesskit☆70Updated this week
- A low-ish level tool for easily writing and hosting WASM based plugins.☆70Updated last year
- Fast polygon mesh library with different data structures and traits to abstract over those.☆81Updated 8 months ago
- Use winit like the async runtime you've always wanted☆50Updated last year
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆69Updated 3 weeks ago
- ☆56Updated 2 years ago
- An undo-redo library.☆55Updated 5 months ago
- Asset manger for good assets only☆31Updated 2 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- A tool to run your shaders on the gpu. Also a good demo application for wgpu-rs.☆27Updated 3 years ago
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 3 years ago
- LZW en- and decoding that goes weeeee!☆27Updated 3 months ago
- Trait implementation generator macro☆29Updated this week
- Efficient byte-stream pipe buffer☆43Updated last year
- Show puffin profiler flamegraph in-game using egui☆46Updated 2 years ago
- Safe, fully-featured bindings to the Tracy profiler☆24Updated last month
- A simple utility for multithreading a/synchronization☆23Updated 2 years ago
- ☆34Updated 2 years ago
- A Rustified OpenCL Experience☆46Updated 2 years ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.