A test renderer
Find a file
2025-11-01 23:28:18 +01:00
.gitignore Initial commit 2025-11-01 23:28:18 +01:00
bun.lock Initial commit 2025-11-01 23:28:18 +01:00
cg01.svg Initial commit 2025-11-01 23:28:18 +01:00
index.ts Initial commit 2025-11-01 23:28:18 +01:00
package.json Initial commit 2025-11-01 23:28:18 +01:00
README.md Initial commit 2025-11-01 23:28:18 +01:00
tsconfig.json Initial commit 2025-11-01 23:28:18 +01:00

raylibsvgrenderer

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.1. Bun is a fast all-in-one JavaScript runtime.