Make 3D desktop apps with Deno

Or any app using web technologies...

Learn more!

⚠️
You shouldn't use this project for production. As I cannot guarantee it won't break!

How to get started

Make sure you have the Deno CLI installed. Version 1.22.3 or higher. Once you do, just clone the repo:

git clone https://github.com/JorchRL/Birb-Engine-Desktop3D-with-Deno

There are several deno task available. To run the app use:

$ deno task start

Basic usage

You should build your app inside /src where /index.ts is the entry point. All your dependencies should go inside /src/appDeps.ts

To build the app use

$ deno task build

Make sure to check other available tasks, or make your own!