https://github.com/jthecoder12/deno-raylib-demo
A Raylib example made in TypeScript using Deno
https://github.com/jthecoder12/deno-raylib-demo
aarch64 deno glfw glfw3 javascript linux macos opengl raylib raylib-js typescript windows x86-64
Last synced: 3 months ago
JSON representation
A Raylib example made in TypeScript using Deno
- Host: GitHub
- URL: https://github.com/jthecoder12/deno-raylib-demo
- Owner: jthecoder12
- License: other
- Created: 2025-12-27T00:06:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-02-05T02:35:05.000Z (5 months ago)
- Last Synced: 2026-02-05T14:51:22.385Z (5 months ago)
- Topics: aarch64, deno, glfw, glfw3, javascript, linux, macos, opengl, raylib, raylib-js, typescript, windows, x86-64
- Language: TypeScript
- Homepage:
- Size: 32.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deno Raylib Demo
A [Raylib](https://www.raylib.com/) example made in [TypeScript](https://www.typescriptlang.org/) using [Deno](https://deno.com/).
The example creates a 1280x720 window with text aying "Running in Deno" and a dark blue circle.
**Credits:**
[Raylib](https://www.raylib.com/)
[raylib-deno](https://github.com/lino-levan/raylib-deno) (most of the example code was from the README)