Skip to content

Releases: orosmatthew/nnm

v0.3.1

15 Sep 15:25
Compare
Choose a tag to compare
  • Replace double literals with casted integers
  • Explicitly declare template types in more places to fix some compile issues

v0.3.0

01 Sep 15:46
Compare
Choose a tag to compare
  • 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

30 Aug 14:13
Compare
Choose a tag to compare

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

29 Aug 18:06
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Add version info to CMakeLists.

v0.1.0

29 Aug 17:51
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release of NNM.