Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saharan/haxelibs
Personal Haxe libraries
https://github.com/saharan/haxelibs
Last synced: 11 days ago
JSON representation
Personal Haxe libraries
- Host: GitHub
- URL: https://github.com/saharan/haxelibs
- Owner: saharan
- License: mit
- Created: 2023-03-04T04:21:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T11:50:24.000Z (about 1 year ago)
- Last Synced: 2024-11-06T08:13:01.633Z (2 months ago)
- Language: Haxe
- Size: 66.4 KB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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