https://github.com/garrywhitehead/oxidationengine
A 3D graphics engine using Rust and Vulkan
https://github.com/garrywhitehead/oxidationengine
3d-graphics rust vulkan vulkan-engine
Last synced: 6 months ago
JSON representation
A 3D graphics engine using Rust and Vulkan
- Host: GitHub
- URL: https://github.com/garrywhitehead/oxidationengine
- Owner: GarryWhitehead
- Created: 2025-07-25T16:14:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-08-09T13:36:21.000Z (6 months ago)
- Last Synced: 2025-08-09T15:20:57.678Z (6 months ago)
- Topics: 3d-graphics, rust, vulkan, vulkan-engine
- Language: Rust
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OxidationEngine
A 3D graphics engine using Rust and Vulkan. A mild port from my C-based 3d-engine, RolyPolyEngine, though the idea
is to create a safer experience whilst trying to keep performance respectable. Also hoping that using a higher
level language will allow for greater productivity, allowing for more concepts (both Vulkan and general programming) to be tried out.
## Rationale
To become more proficient in Rust, with the idea to try and keep the code as "safe" as possible.
## How to use
## Examples