Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatonebro/bun-raylib-test
A test of using raylib via bun:ffi
https://github.com/thatonebro/bun-raylib-test
bun raylib
Last synced: 22 days ago
JSON representation
A test of using raylib via bun:ffi
- Host: GitHub
- URL: https://github.com/thatonebro/bun-raylib-test
- Owner: ThatOneBro
- Created: 2024-07-08T03:15:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T03:26:59.000Z (4 months ago)
- Last Synced: 2024-07-08T04:38:02.117Z (4 months ago)
- Topics: bun, raylib
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-raylib-test
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.1.18. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.