An open API service indexing awesome lists of open source software.

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

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
```