allegro-ts

Allegro 4 brought to the browser

Usage no npm install needed!

<script type="module">
  import allegroTs from 'https://cdn.skypack.dev/allegro-ts';
</script>

README

allegro.ts

a HTML5 game making library


GitHub - API - Examples - Emscripten

What is allegro.ts?

allegro.ts is a project which attempts to map the entire allegro 4 api to javascript in as close of a manner as possible.

This is based on allegro.js an earlier project to bring the allegro 4 library to the browser. This differs by attempting to make a 1 to 1 mapping from allegro 4 to the browser which allows for the use as an emscripten library.

Building

Install packages yarn

Build core

yarn build

Generate docs

yarn docs