Expand description
§lykoi_data
various small, minimally implemented data structures and utilities.
all modules are exported with individual features, of which all are enabled by default.
exported modules/features:
rng- a few psuedo-rng implementationsdag- a “directed acyclic graph”point- a mathematical vectorsod- a real time animation tool using “second order dynamics”color- a basic rgb/oklab color representationmath- simple math utilities and functions
good luck.
Modules§
- color
- dag
- a “directed acyclic graph”.
- math
- math utilities.
- point
- mathematical vectors!
- rng
- this module exposes some psuedo-rng implementations.
- sod