Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 860 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 860 Bytes

EnergyCore

Introduction

A small realtime renderer that implements various lighting techniques

Building

  1. Clone the project and cd to the root directory.
  2. Run:
    make VARIANT=<VARIANT> TOOLCHAIN=<TOOLCHAIN>
    
    where the optional <VARIANT> can be either Release|Debug and optional <TOOLCHAIN> can be either MSVC|GCC|LLVM.
  3. Built executables will reside in the bin/<VARIANT> and libraries in the lib/<VARIANT> directory.

ChangeLog

  • TODO: Track major changes

Contributing

  • For bug fixes, any well checked pull requests are welcome

Credits

Written and maintained by:

Licensing

Read LICENSE

Copyright (C) 2016-2018 Agorgianitis Loukas agorglouk@gmail.com
All rights reserved.