Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
/ q-engine Public archive

Game engine in C++ using ENTT, Vulkan, Edyn, GLFW

License

Notifications You must be signed in to change notification settings

qhdwight/q-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Game Engine

Features

  • Vulkan rendering engine
  • ECS architecture powered by ENTT
  • IMGUI support
  • C++ package manager written in Go

simple scene

Developing & Building

Run go run tools/cmake.go to generate a CMakeLists.txt. Then use your favorite editor of choice!