Skip to content

tracefree/prosper_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prosper Sample

This is an example project that can be inspected to see how my custom game engine Prosper can be used and showcases some of its features. It is an extremely simple 3D game where you must collect seven krapfens scattered around the famous Sponza scene. Each krapfen you eat increases your jump height, making it possible to reach higher areas.

prosper_sample_screenshot

Install

Binaries are coming soon™.

Build

Unix

Requirements: You need to have installed SDL3, Vulkan SDK, and the Vulkan utility libraries on your system.

Clone the repository and execute the following commands with a terminal inside the directory:

cmake -B build . -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build build

The binary is then generated in the root folder of the project and can be executed with ./prosper_sample.

Windows

Coming soon™.

License

See LICENSE.md.

About

Example project using my custom game engine Prosper.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE.md
MIT
LICENSE-MIT

Stars

Watchers

Forks