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
- Host: GitHub
- URL: https://github.com/codewithkyle/mtg-vtt-prototype
- Owner: codewithkyle
- Created: 2024-06-22T17:37:28.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-06-24T19:51:41.000Z (12 months ago)
- Last Synced: 2025-03-11T14:52:22.861Z (3 months ago)
- Topics: experimental, magic-the-gathering, prototype, rust, virtual-tabletop, vtt, webgl2, webgpu
- Language: Rust
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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