Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saharan/haxelibs

Personal Haxe libraries
https://github.com/saharan/haxelibs

Last synced: 11 days ago
JSON representation

Personal Haxe libraries

Awesome Lists containing this project

README

        

Personal Haxe libraries used to make interactive web contents, may or may not be useful

---

- Muun: A linear algebra lib, everything will be inlined so that I can use vectors and matrices and stuff without suffering from GC
- Pot: An all-in-one engine to make web apps, imagine something like Processing
- Depends on [HGSL](https://github.com/saharan/HGSL), Muun and Std
- Std: Useful global functions, supposed to be imported using [`import.hx`](https://haxe.org/manual/type-system-import-defaults.html)

current target is Haxe 4.3.1