Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cach30verfl0w/vesuvius
Modern Day Strategy Game, made in Rust with Vulkan
https://github.com/cach30verfl0w/vesuvius
Last synced: about 2 months ago
JSON representation
Modern Day Strategy Game, made in Rust with Vulkan
- Host: GitHub
- URL: https://github.com/cach30verfl0w/vesuvius
- Owner: Cach30verfl0w
- License: apache-2.0
- Created: 2024-01-13T16:50:11.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-25T14:15:48.000Z (11 months ago)
- Last Synced: 2024-01-26T07:54:52.009Z (11 months ago)
- Language: Rust
- Homepage:
- Size: 15.9 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vesuvius
Modern Day Strategy Game, written in Rust with Vulkan. This project is an educational project to learn Shader Programming and how to work with Vulkan. Many mechanics in this game are inspired by the WW2 Strategy Game [Hearts of Iron IV](https://en.wikipedia.org/wiki/Hearts_of_Iron_IV).This game contains the following scenarios:
- 1991: Dissolvement of the Soviet Union
- 2001: Begin of the War against Terrorism (9/11)## Engine and technical detail
The full game is written without any external game engine or other high-level Vulkan abstractions. As Vulkan wrapper for Rust, I used [ash-rs](https://github.com/ash-rs/ash). The game's code is not the best, because I was never really working with Vulkan before. I have to thank [BeastLe9enD](https://github.com/BeastLe9enD) for the idea to write a game in Vulkan and for some of his knowledge in Graphics Programming.### ToDo
This is a list with planned things for the engine and the game itself
- [X] Batched Renderer
- [X] Font Renderer
- [ ] Egui Integration
- [ ] Central Resource Management
- [ ] World Map
- [ ] Divisions/Units