-
v1.2.0
released this
2024-02-20 23:06:58 -08:00 | 87 commits to main since this releaseNew Features
- The
Mdl
class now uses codecs for encoding/decoding.
Fixes
- PNG Decoding
- Font Atlas Decoding
Serializer::WriteArray(const T* const value, const O size)
Changes
- Changed directory
model
tomdl
. - Changed class from
Model
toMdl
. Mdl
,Img
andAudio
now decode from constructor.- Change method from
ToFile
toExport
inImg
andAudio
. - Moved encoding/decoding logic in
Mdl.cpp
,Img.cpp
andAudio.cpp
.
Downloads
- The