Commit Graph

3 Commits

Author SHA1 Message Date
d85610a0bd Add GTrace
Make Fonts an Asset
Add FormatMillis and FormatNanos
2025-12-08 18:37:12 +01:00
88e367a299 Implement Text Rendering
Added STB truetype
Switched AssetMgr to use Shared Ptr
2025-12-07 23:20:15 +01:00
febf506a5e # Changes
- Add Debugstuff to main
- Add IsType and AutoLoad to AssetManager
- Add ID class for at compile time hashing
- Add A8 to image (but not supported yet)
- Fix error in Vertex constructor
- Add PathClear to PathFill func
- Add pCheckSize to check for overflows
- Make Tex in Texture a pointer ref
- Add default uv to texture
- Add own c++ exception
- Add FNV32 Hash func (compile and runtime)
- Fix Power2 check in texture loader
- Load Shader manualy in iron (cause it seems not working correctly with files)
2025-11-27 13:32:44 +01:00