Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@dangmoody dangmoody released this 31 Jul 18:12
  • Added a namespace for the C++ API, which can be enable by doing #define HLML_NAMESPACE somewhere in your build system.
    • This was added because std now has it's own lerp implementation, which collides with HLML's own lerp function.