Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 576 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 576 Bytes

Niji Engine WIP

Custom Engine/Renderer written in C++ with Vulkan. Other dependencies: CMake GLFW GLM STB_Image...


Feature Checklist

  • Triangle Rendering :)
  • (Vertex) Buffers
  • Texturing
  • Model Loading
  • Dear ImGUI Implementation
  • ECS System
  • PBR Lighting and more...

How to build

Windows

  • Download and Install the latest vulkan sdk
  • Download and Install the latest CMake release
  • In your IDE of choice, open and build the project!