Fix n-body visualization

This commit is contained in:
dcodeIO
2018-07-22 02:55:46 +02:00
parent 813d2e33c8
commit a1e2071da6
15 changed files with 134 additions and 43 deletions

View File

@ -70,10 +70,8 @@ Examples
* **[WASM parser](./lib/parse)**<br />
A WebAssembly binary parser in WebAssembly.
Benchmarks
---------
* **[n-body](./examples/n-body)**<br />
Compare performance and produced binary size with n-body example from Computer Language Benchmarks Game.
* **[N-body system](./examples/n-body)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/n-body/index.html) ]<br />
An implementation of the N-body system from the [Computer Language Benchmarks Game](https://benchmarksgame-team.pages.debian.net/benchmarksgame/).
Building
--------