dorianprill / stroke
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.
☆45Updated 7 months ago
Alternatives and similar repositories for stroke:
Users that are interested in stroke are comparing it to the libraries listed below
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Use winit like the async runtime you've always wanted☆50Updated 11 months ago
- Asset manger for good assets only☆31Updated last year
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 3 years ago
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆66Updated last week
- ☆56Updated last year
- Value probing with egui based UI☆20Updated last month
- LZW en- and decoding that goes weeeee!☆28Updated last year
- A 2D vector graphics library written in Rust☆40Updated 3 weeks ago
- ☆23Updated 5 years ago
- Proc-macro utility to populate enums from database data☆20Updated 8 months ago
- A tool to run your shaders on the gpu. Also a good demo application for wgpu-rs.☆27Updated 3 years ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆70Updated last year
- A Vec-like collection which guarantees stable indices and features O(1) deletion of elements☆20Updated last year
- Exposes arch-specific intrinsics as safe function (via cfg).☆54Updated 2 months ago
- zero-dependency rust crate for generating and applying partial diffs between struct instances☆24Updated last month
- ☆12Updated 6 months ago
- For when you really, really just want to know that your config changed☆14Updated last year
- Load fonts as vector graphics in pure Rust with advanced text layout.☆43Updated 2 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- ☆20Updated 4 years ago
- Sort Unicode strings lexicographically☆36Updated 9 months ago
- A generic media layer for graphics, IO, and audio for desktop and the browser☆18Updated 10 months ago
- Rust macro to specialize on the type of an expression.☆40Updated 2 years ago
- Safe, fully-featured bindings to the Tracy profiler☆24Updated 3 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- Simple async codec for rkyv. Reuses streaming buffer for maximum speed!☆33Updated last year
- Automated GUI testing using accesskit☆62Updated last month
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- Derive helper methods for enum variants that are familiar from `std::Option` & `std::Result` such as `unwrap_or` or `and_then`.☆36Updated last year