volnt / heaps-base

Base template to start a [Heaps.io](https://heaps.io/) project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

  1. Install Haxe
  2. Install the dependencies : make install
  3. Compile the game : make
  4. Run the game : xdg-open build/index.html

Feature set

  • Barebone framework with update / fixedUpdate method
  • Display a sample png on the screen
  • Github workflow to transpile the project to webgl and publish it on Github pages (the gh-pages branch must be created manually the very first time) (example: volent.fr/heaps-base/)

Makefile targets

  • make: build the webgl target
  • make watch: build the webgl target everytime a source or res file is updated
  • make install: install the dependencies defined in webgl.hxml

About

Base template to start a [Heaps.io](https://heaps.io/) project


Languages

Language:Haxe 64.4%Language:Makefile 22.6%Language:HTML 13.0%