webgpu demo
All checks were successful
Deploy / build-deploy (push) Successful in 1m38s

This commit is contained in:
Jorijn van der Graaf 2026-07-19 01:13:30 +02:00
commit fb2f6079cc
16 changed files with 508 additions and 9 deletions

View file

@ -3,8 +3,7 @@
This is the source code for catcrafts.net, a website built entirely in C++ using the Crafter.Graphics library.
```bash
crafter-build build executable
./run.sh
crafter-build -r
```
This will compile the project and serve it locally on `http:://localhost:8080`.