Skip to content

Gikster007/niji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Niji Engine WIP

Toy Renderer written in C++ with Vulkan. Other dependencies: CMake GLFW GLM STB_Image EnTT VMA ...


Feature Checklist

  • Triangle Rendering :)
  • (Vertex) Buffers
  • Texturing
  • ECS System
  • Model Loading
  • Dear ImGUI Implementation
  • 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!