Releases: ScrappyCocco/ScrapEngine
ScrapEngine - Simple Game demo - Update 2
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;
ScrapEngine - Simple Game demo - Update 1
This is a small update of the demo game
Changelog
- Fixed a crash that may occur in the first version of the game due to threads done wrong;
- Small optimizations to code, that should result in better overall framerate.
How to install
- Download the base game from here;
- Download the zip in this page;
- Extract all and replace the .exe of the first download to the one contained in the zip here.
- Launch the game
ScrapEngine - Simple Game demo 1
Description
This is the first demo of the engine published with the repository. It is a small demostration of the whole engine, with physics, audio, and meshes being deleted at realtime. You can also notice camera culling.
Requirements
You should install (or have already installed) the Microsoft Visual C++ Redistributable
Download & play
"SimpleGame.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 (link above) or using "SimpleGameWithDll.zip". If none of these works, you probably can't play the demo game.
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;