A small realtime renderer that implements various lighting techniques
- Clone the project and cd to the root directory.
- Run:
where the optional
make VARIANT=<VARIANT> TOOLCHAIN=<TOOLCHAIN>
<VARIANT>
can be either Release|Debug and optional<TOOLCHAIN>
can be either MSVC|GCC|LLVM. - Built executables will reside in the
bin/<VARIANT>
and libraries in thelib/<VARIANT>
directory.
- TODO: Track major changes
- For bug fixes, any well checked pull requests are welcome
Written and maintained by:
- "Agorgianitis Loukas" [email protected]
Read LICENSE
Copyright (C) 2016-2018 Agorgianitis Loukas [email protected]
All rights reserved.