Crates.io | sdfui |
lib.rs | sdfui |
version | 0.1.1 |
source | src |
created_at | 2023-10-03 03:48:17.921218 |
updated_at | 2023-10-03 04:01:01.774037 |
description | UI library based on Signed Distance Fields |
homepage | |
repository | https://github.com/TriedAngle/Cuber |
max_upload_size | |
id | 990710 |
size | 25,253 |
A ui library built on top of signed distance fields.
The SDFs are implemented using multithreading and AVX2 instructions
Supports cross-platform as long as AVX2 instructions are supported by the platform. for Aarch64 support is planned.
Performance TODO: currently the render sizes of all SDFs are fixed, if this can be individualized and taken to the minimum size, the performance can be increased exponentially.
TODO: bindings for C