Releases: orosmatthew/nnm
Releases · orosmatthew/nnm
v0.3.1
v0.3.0
- Fix compiling with MSVC C++ greather than 17.
- Add perspective/orthographic projection variants for handedness and normalization. See README for an explanation as to which to use.
- Rename near/far to prevent clash with
windows.h
v0.2.0
Added constexpr to trivial cases such as functions, class constructors, and methods that don't use index operators (mostly for vectors). I am unable to use constexpr in more places because of the inability to mark accessors (at() and operator[]) as constexpr due to the inability to arbitrarily switch active union members. If I find a workaround for this that is not too invasive then I can look into it.
v0.1.1
Add version info to CMakeLists.
v0.1.0
Initial release of NNM.