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

https://github.com/AustinEast/echo-heaps

simple example for integrating echo physics with the heaps engine
https://github.com/AustinEast/echo-heaps

echo gamedev haxe heaps physics

Last synced: over 1 year ago
JSON representation

simple example for integrating echo physics with the heaps engine

Awesome Lists containing this project

README

          

# echo-heaps

A simple example for integrating [echo physics](https://austineast.dev/echo/) with the [heaps engine](https://heaps.io).

## Getting Started

Clone the repo, then install the project's dependencies:
```
$ haxelib install all
```

To produce hashlink target
```
$ haxe hl.hxml
```

To produce Javascript target
```
$ haxe js.hxml
```