Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSom committed Dec 29, 2024
1 parent 1e6fa62 commit 34763ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
See [box2d3-wasm](box2d3-wasm).
# See [box2d3-wasm](box2d3-wasm).

This outer layer is just being used to host a VSCode multi-root workspace, so that we can scope `.vscode` directories to each project.
*This outer layer is just being used to host a VSCode multi-root workspace, so that we can scope `.vscode` directories to each project.*
9 changes: 5 additions & 4 deletions box2d3-wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

[Box2D v3][] ported to the web via [wasm][]!

## Online Demo
## Online Demos
- [box2d v3 samples](https://birch-san.github.io/box2d3-wasm/demo/samples)
- [pyramid drop demo](https://birch-san.github.io/box2d3-wasm/demo/modern/?threads=auto&pyramidHeight=100)
*You can change the size of the pyramid by editing the "pyramidHeight" URL parameter. Set it to 101 for a pyramid with 5,050 boxes!*

Check out the [pyramid drop demo](https://birch-san.github.io/box2d3-wasm/?threads=auto&pyramidHeight=64). You can change the size of the pyramid by editing the "pyramidHeight" URL parameter. Set it to 101 for a pyramid with 5,050 boxes!

## Usage
## Usage

### Web Usage

Expand Down

0 comments on commit 34763ba

Please sign in to comment.