https://github.com/leondejong/platform-prototype
Platform Game Prototype
https://github.com/leondejong/platform-prototype
cargo game platform rust wgpu winit
Last synced: 2 months ago
JSON representation
Platform Game Prototype
- Host: GitHub
- URL: https://github.com/leondejong/platform-prototype
- Owner: leondejong
- License: apache-2.0
- Created: 2024-07-15T19:03:27.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-09-09T18:30:51.000Z (9 months ago)
- Last Synced: 2025-02-01T04:44:00.989Z (4 months ago)
- Topics: cargo, game, platform, rust, wgpu, winit
- Language: Rust
- Homepage: https://leondejong.com
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Platform Game Prototype
This project contains a platform game prototype generated by manipulating a raw 8 bit RGBA frame buffer. The resulting texture data is subsequently pushed to a WGPU render pipeline and displayed via a Winit window surface.
## Run
`cargo r -r`
## Controls
```
key s = left
key f = right
key j = jump
```