sdfui

Crates.iosdfui
lib.rssdfui
version0.1.1
sourcesrc
created_at2023-10-03 03:48:17.921218
updated_at2023-10-03 04:01:01.774037
descriptionUI library based on Signed Distance Fields
homepage
repositoryhttps://github.com/TriedAngle/Cuber
max_upload_size
id990710
size25,253
TryAngle (TriedAngle)

documentation

README

SDFUI

Warning: this library is still very early into development

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

Commit count: 50

cargo fmt