sdfui 0.1.0

UI library based on Signed Distance Fields
docs.rs failed to build sdfui-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: sdfui-0.1.1

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