-
v1.2.0
released this
2024-02-20 23:06:58 -08:00 | 56 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
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
ehs-linux-aarch64.zip
4.1 MiB
-
ehs-linux-amd64.zip
4.2 MiB
-
ehs-windows-amd64.zip
4.4 MiB
- The