ScrappyCocco
released this
28 Jan 19:37
·
36 commits
to master
since this release
This is an update of the demo game that adds shadow rendering to the game
Changelog
- Added directional light and its shadowmapping;
- Changes in external library, with the usage of vulkan memory allocator;
- Small optimizations to code, that should result in better overall framerate.
Download & play
"SimpleGameUpdate2.zip" is the standard download, extract the files and run the "SimpleGame.exe" in bin/
If it says that you are missing some DLLs, try installing the Microsoft Visual C++ Redistributable or adding the DLLs in "AdditionalDLLS.zip" (put them in bin/). If none of these works, you probably can't play the demo game, or open an issue about it so we discuss it.
Controls
- Use the mouse in the main menu and in the end menu;
- You can move the ball with arrow keys (not wasd);
- While playing, you can go free-camera by pressing F. You can disable the free-camera by pressing F once again;
- In free-camera, move with wasd, look around with mouse and use the scrolling-wheel to make the camera go faster or slower;