Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewjberger/dragonglass
A 3D graphics engine - Rust/Vulkan
https://github.com/matthewjberger/dragonglass
3d-graphics rust
Last synced: 18 days ago
JSON representation
A 3D graphics engine - Rust/Vulkan
- Host: GitHub
- URL: https://github.com/matthewjberger/dragonglass
- Owner: matthewjberger
- Created: 2020-08-19T02:35:45.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-07-24T07:39:13.000Z (over 1 year ago)
- Last Synced: 2024-10-19T01:43:36.295Z (26 days ago)
- Topics: 3d-graphics, rust
- Language: Rust
- Homepage: https://matthewjberger.xyz/dragonglass
- Size: 53 MB
- Stars: 37
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dragonglass
Dragonglass is a 3D game engine written in Rust!
## Development Prerequisites
- [Rust](https://www.rust-lang.org/)
- [glslang](https://github.com/KhronosGroup/glslang/releases/tag/master-tot) for shader compilation (glsl -> SPIR-V)## Instructions
To run the visual editor for Dragonglass, run this command in the root directory:
```bash
# Vulkan backend
cargo run --release --bin editor
```## Gallery
![PBR](images/helmet.png)
![3D Picking](images/picking.gif)
![Selecting 3D objects](images/selections.gif)