AGE is simple personal game engine that i'm working on to test different things, so this is just experimental project
For now the idea is just to simply build a library and the game would just link to the corresponding .dll files and use the engine but i might change this later
- First make sure that the latest driver for your graphics card is installed on your operating system
- Install the latest version of visual studio 2022
- Install the 1.3.290.0 version of VulkanSDK
- Open the AGE.sln solution file and put the VS debugger on release mode (make sure that you're on x64) and then on the Solution Explorer window right click on AGE and click on build
- After the solution is built navigate to bin folder and there should be the .dll files that is needed for building your game