first pass at bvh construction (SAH), untested
[cyberay] / README.md
1 cyberay
2 =======
3 Cyberay is an experimental renderer, and eventually game, aiming to explore the
4 viability of realtime raytracing on high thread count multi-core CPUs. The plan
5 is to utilize the GPU only for UI drawing and post-processing, possibly
6 denoising, while leaving all the game rendering to the CPU(s).
7
8 The project name is derived from the planned cyberpunk aesthetic of the eventual
9 game, chosen to maximise interesting light sources and shiny environments which
10 should suit the renderer well.
11
12 This project is in a very early stage.
13
14 License
15 -------
16 Copyright (C) 2021 John Tsiombikas <nuclear@member.fsf.org>
17
18 This program is free software. Feel free to use, modify, and/or redistribute it
19 under the terms of the GNU General Public License version 3, or at your option
20 any later version published by the Free Software Foundation. See COPYING for
21 details.