Skip to content

TheFrainD/Vally

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vally

In development License

Vally

Vally is basic 3D rendering engine made with C++ and OpenGL 4.6.

The project is at its very early stage

Clone

git clone --recursive https://github.com/TheFrainD/Vally.git

Build

cmake -B ./build -DCMAKE_BUILD_TYPE=Release
cmake --build ./build --config Release

Dependencies

Implemented features

  • Multiplatform windowing
  • Event system (immediate event handling)

Planned features

  • Global illumination
  • Physically Based Shading
  • Materials
  • Multiplatform
  • ECS
  • Scene management
  • Multithreading