Skip to content

agorgl/PixLight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixLight

Introduction

A simple Ray Tracer

Building

  1. Clone the project and cd to the root directory or the directory of the demo
  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 binaries will reside in the bin/<VARIANT> and archives 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 Agorgianitis Loukas agorglouk@gmail.com
All rights reserved.

Releases

No releases published

Packages

No packages published