Refactor of my other repository GameEngine.
This is a Vulkan driven game engine for the intention of learning game engine design and the hopefully make some games
Intended features
- multi platform support (windows and linux)
- Vulkan Renderer
- lighting
- sky map
- model rendering (phong and pbr)
- text
- Systems
- texture
- material
- shader
- camera
- scene
- Input
- Keyboard and mouse
- game pads
- touch screen