Skip to content

schrodlm/goob2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goob 2

After two years I want to reimplement my old unfinished project "Goob" - a simple rendering engine based on https://github.com/ssloy/tinyrenderer. I want to see if I can come up with a better architecture and actually finish the project.

Project structure

goob/
├── build/
├── src/
│   ├── image/
│   │   ├── TGAImage.cpp
│   │   ├── ...
│   │   └── CMakeLists.txt
│   ├── renderer/
│   │   ├── goob.cpp
│   │   ├── ...
│   │   └── CMakeLists.txt
│   └── CMakeLists.txt
├── include/
│   ├── image/
│   │   ├── TGAImage.hpp
│   │   └── ...
│   ├── renderer/
│   │   ├── goob.hpp
│   │   └── ...
│   └── CMakeLists.txt
├── test/
├── docs/
├── assets/
├── sandbox/
│   ├── main.cpp
│   └── CMakeLists.txt
└── CMakeLists.txt

About

Continuation of my previous efforts to create a tiny renderer based on a https://github.com/ssloy/tinyrenderer class.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors