• v1.3.0 7bc4b9977d

    v1.3.0
    All checks were successful
    Build & Release / Windows-AMD64-Build (push) Successful in 6m24s
    Build & Release / Linux-AMD64-Build (push) Successful in 13m7s
    Build & Release / Linux-AARCH64-Build (push) Successful in 39m52s
    Stable

    Karutoh released this 2024-10-06 23:20:53 -07:00 | 0 commits to main since this release

    Downloads
  • v1.2.3 3343f8ca28

    v1.2.3
    All checks were successful
    Build & Release / Windows-AMD64-Build (push) Successful in 7m5s
    Build & Release / Linux-AMD64-Build (push) Successful in 12m7s
    Build & Release / Linux-AARCH64-Build (push) Successful in 37m1s
    Stable

    Karutoh released this 2024-10-05 19:05:30 -07:00 | 8 commits to main since this release

    Downloads
  • v1.2.2 64e1555d56

    v1.2.2
    All checks were successful
    Build & Release / Linux-AMD64-Build (push) Successful in 1m5s
    Build & Release / Windows-AMD64-Build (push) Successful in 3m43s
    Build & Release / Linux-AARCH64-Build (push) Successful in 3m31s
    Stable

    Karutoh released this 2024-07-10 02:36:21 -07:00 | 37 commits to main since this release

    Downloads
  • v1.2.1 e2e5a1b8db

    v1.2.1
    All checks were successful
    Build & Release / Windows-AMD64-Build (push) Successful in 1m25s
    Build & Release / Linux-AMD64-Build (push) Successful in 1m38s
    Build & Release / Linux-AARCH64-Build (push) Successful in 3m36s
    Stable

    Karutoh released this 2024-07-01 19:16:45 -07:00 | 47 commits to main since this release

    Downloads
  • v1.2.0 405acb026f

    v1.2.0
    All checks were successful
    Build & Release / Linux-AMD64-Build (push) Successful in 1m21s
    Build & Release / Windows-AMD64-Build (push) Successful in 1m48s
    Build & Release / Linux-AARCH64-Build (push) Successful in 3m20s
    Stable

    Karutoh released this 2024-02-20 23:06:58 -08:00 | 56 commits to main since this release

    New 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 to mdl.
    • Changed class from Model to Mdl.
    • Mdl, Img and Audio now decode from constructor.
    • Change method from ToFile to Export in Img and Audio.
    • Moved encoding/decoding logic in Mdl.cpp, Img.cpp and Audio.cpp.
    Downloads
  • v1.1.0 b4674bd94c

    v1.1.0
    All checks were successful
    Build & Release / Linux-AMD64-Build (push) Successful in 1m24s
    Build & Release / Windows-AMD64-Build (push) Successful in 8h1m32s
    Build & Release / Linux-AARCH64-Build (push) Successful in 3m22s
    Stable

    Karutoh released this 2024-02-17 00:57:33 -08:00 | 61 commits to main since this release

    New Features

    • Serializer::WriteStr(const T* str, N inSize = 0)
    • Serializer::WritePadding

    Changes

    • Strings are now written/read differently, it will now use the null terminator.
    • All Serializer::Write... operations have been optimized.
    • Serializer::ReadStr has been optimized.
    • Serializer::WriteStr(const T* str, N inSize = 0) will not add a null terminator if a size was given.
    • Serializer::ReadStr will not read a null terminator if a size was given.
    Downloads
  • v1.0.0 586ed2dfd2

    v1.0.0
    All checks were successful
    Build & Release / Windows-AMD64-Build (push) Successful in 1m15s
    Build & Release / Linux-AMD64-Build (push) Successful in 1m21s
    Build & Release / Linux-AARCH64-Build (push) Successful in 3m20s
    Stable

    Karutoh released this 2024-02-05 23:55:53 -08:00 | 70 commits to main since this release

    Downloads