An open API service indexing awesome lists of open source software.

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

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)