https://github.com/kellerkindt/hotrod
My toy game engine written in Rust and Vulkan
https://github.com/kellerkindt/hotrod
game-engine game-engine-2d rust vulkan vulkan-engine
Last synced: 15 days ago
JSON representation
My toy game engine written in Rust and Vulkan
- Host: GitHub
- URL: https://github.com/kellerkindt/hotrod
- Owner: kellerkindt
- Created: 2023-08-06T02:16:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2026-04-21T20:56:09.000Z (about 1 month ago)
- Last Synced: 2026-04-21T22:39:17.876Z (about 1 month ago)
- Topics: game-engine, game-engine-2d, rust, vulkan, vulkan-engine
- Language: Rust
- Homepage:
- Size: 407 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HotRod Engine
My toy game engine written in Rust and Vulkan.
It uses [vulkano](https://crates.io/crates/vulkano) for the Vulkan bindings and [egui](https://crates.io/crates/egui) as UI framework.
[](examples/main/main.rs)