Untitled 2D game engine pre-alpha
A 2D game engine made with Vulkan in C++
 
Loading...
Searching...
No Matches
Namespace List
Here is a list of all documented namespaces with brief descriptions:
 NdrawHandles renderering pixels/sprites/etc to the screen. Code can be found in renderer.cpp
 NgameHandles game logic. Code can be found in game.cpp
 NwindowHandles window creation and Vulkan initialization and main loop. code can be found in window.cpp