Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 741 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 741 Bytes

NordicEngine

  • OS interactions

  • Rendering

  • Maths glm

  • Lua Integration LuaBridge

  • Storage support (using SQLite) {very very basic query builder}

  • UnitTests using Catch

  • Option to build OS parts only with the build script

=== Build Script === This script can build, clean, and grab new versions, Rebuild = Clean and Build Pull = Clean, Pull Dependencies and Build

OPTIONS: -h Show this message -v Verbose
-p Pull, pulls the latest code and all its gitmodules -t Test Build, once built run the unit tests -o Option, can be 'build', 'rebuild', 'full' or 'os' [default: build]