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
- Host: GitHub
- URL: https://github.com/AustinEast/echo-heaps
- Owner: AustinEast
- Created: 2020-07-05T21:20:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T19:23:07.000Z (almost 6 years ago)
- Last Synced: 2025-03-08T13:05:00.740Z (over 1 year ago)
- Topics: echo, gamedev, haxe, heaps, physics
- Language: Haxe
- Homepage:
- Size: 11.7 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```