Skip to content

Commit

Permalink
Add hint for web demo to Readme. (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
notgiven688 authored Nov 15, 2023
1 parent b7ba6ab commit fe32dde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

Jitter Physics 2, the evolution of [Jitter Physics](https://github.com/notgiven688/jitterphysics), is an impulse-based dynamics engine with a semi-implicit Euler integrator. It is a fast, simple, and dependency-free engine written in C# with a clear and user-friendly API.

Run a small demo directly [in the browser](https://jitterphysics.com/AppBundle/index.html) !

---

<img src="./media/screenshots/jitter_screenshot0.png" alt="screenshot" width="400"/> <img src="./media/screenshots/jitter_screenshot1.png" alt="screenshot" width="400"/>

<img src="./media/screenshots/jitter_screenshot2.png" alt="screenshot" width="400"/> <img src="./media/screenshots/jitter_screenshot4.png" alt="screenshot" width="400"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/webasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ sidebar_position: 4
---
# Web demo

A demo scene showing Jitter2 running in the browser (size 18MB).
A demo scene showing Jitter2 running in the browser (size 14MB).

**[Click here to load!](pathname:///AppBundle/index.html)**

0 comments on commit fe32dde

Please sign in to comment.