Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scristobal/webgpu-experiments

Just experimenting with WebGPU API
https://github.com/scristobal/webgpu-experiments

glsl webgl2 webgpu wgsl

Last synced: about 5 hours ago
JSON representation

Just experimenting with WebGPU API

Awesome Lists containing this project

README

        

# Plaster

A experimental 2D-ish render/game engine.

Just experimenting with WebGL2 and WebGPU, with some sparks of Rust/C in Web Assembly here and there... maybe some semi exotic APIs like the Gamepad API or the WebTransport API.

- [x] Full WbGL2 support
- [x] Limited WebGPU setup
- [x] Full support WebGL2
- [x] Orthogonal camera
- [x] Sprite loading
- [x] 2-axis + flat rotation movement control
- [ ] Basic camera (orthogonal?) with some 3D or parallax effect
- [x] Sprite animation (at least in infinite loop)
- [ ] Lighting, 2D casting shadows, semi 2D normal maps
- [ ] Multiplayer, maybe
- [ ] Gamepad support, likely