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

https://github.com/codewithkyle/mtg-vtt-prototype

[Experiment] Protoptype a virtual tabletop engine using Rust + WebGPU
https://github.com/codewithkyle/mtg-vtt-prototype

experimental magic-the-gathering prototype rust virtual-tabletop vtt webgl2 webgpu

Last synced: 3 months ago
JSON representation

[Experiment] Protoptype a virtual tabletop engine using Rust + WebGPU

Awesome Lists containing this project

README

        

# MTG VTT Prototype

The goal of this project is to prototype a virtual tabletop engine written in Rust rendered with WebGPU/WebGL.

#### Goals

- [x] Connect to canvas
- [ ] Render card image
- [ ] Send & process mouse events
- [ ] Send & process keyboard events
- [ ] AABB hit detection
- [ ] 3D transformations (flip card)
- [ ] 2D transformations (rotate card)
- [ ] Drop zones