Engine27

Image of 'Engine27' Project

Engine27 is a 2D game engine written in C++17 that I’m working on with a friend, using DirectX 11 and Win32. Currently the DirectX Renderer is fully working, capable of sorting and drawing 100k sprites at 60fps with minimal draw calls due to instancing and texture atlas support.