Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# echo-heaps
simple example for integrating [echo physics](https://austineast.dev/echo/) with the [heaps engine](https://heaps.io)
# What is this

- This is a game that integrating [echo physics](https://austineast.dev/echo/) with the [heaps engine](https://heaps.io)
Comment thread
BransonGitomeh marked this conversation as resolved.
Outdated

## How to start
Comment thread
BransonGitomeh marked this conversation as resolved.
Outdated
```
Comment thread
BransonGitomeh marked this conversation as resolved.
# Install deps from both hashlink and web and the shared libs
$ haxelib install all

# To produce hashlink target
$ haxe hl.hxml

# To produce browser target
$ haxe js.hxml
```

#### This can also be configured to produce targets for android too
Comment thread
BransonGitomeh marked this conversation as resolved.
Outdated