Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.1 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.1 KB

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