https://github.com/maeln/pevk
PeGL but with Vulkan and Rust
https://github.com/maeln/pevk
Last synced: 3 days ago
JSON representation
PeGL but with Vulkan and Rust
- Host: GitHub
- URL: https://github.com/maeln/pevk
- Owner: maeln
- Created: 2018-05-13T15:56:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T14:37:22.000Z (about 8 years ago)
- Last Synced: 2025-02-24T05:47:37.438Z (over 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PeVK - Petit Vulkan
A long long time ago, in a far away galaxy, I was an aspiring developer and I implemented [PeGL](https://github.com/maeln/PeGL), a small OpenGL 3D engine.
The goal was to learn real-time computer graphics and maybe one day make my own demo.
Fast forward some years later and I am now a professional developer who still didn't make a demo.
But boy, did I learn a few things since then.
As you can guess now, PeVK is the spiritual sucessor to PeGL.
The goal is to make a small 3D engine using Vulkan and Rust and maybe, one day, make my own demo with it.
For now, it's just me following the Vulkano guide and learning about Vulkan.