Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme goodies #1

Merged
merged 3 commits into from
Aug 29, 2020
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)
BransonGitomeh marked this conversation as resolved.
Show resolved Hide resolved

## How to start
BransonGitomeh marked this conversation as resolved.
Show resolved Hide resolved
```
BransonGitomeh marked this conversation as resolved.
Show resolved Hide 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
BransonGitomeh marked this conversation as resolved.
Show resolved Hide resolved