-
-
Notifications
You must be signed in to change notification settings - Fork 43
Project Structure
Valtteri Koskivuori edited this page Aug 29, 2021
·
4 revisions
Directory structure:
- C-Ray.xcodeproj - macOS Xcode project file, mostly for my personal use.
- bin - Compiled binaries go here
- cmake - CMake modules
- input - Provided example assets are kept here (Meshes, textures, scene definition files)
- output - File output directory. Finished images are written here by default (Configurable)
- scripts - Experimental scripts for creating animations, as well as release and asset bundling scripts.
- src - Source code, including 3rd party libs as source
- tests - Tests are kept here.