Skip to content

Commit e8c43c1

Browse files
committed
Update readme
1 parent 33d8fbe commit e8c43c1

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,14 @@ Piqnt Runtime is a collection of middlewares that power Piqnt.com, and Planck.js
44

55
You can use it to run your code, or mix-and-match middlewares to create your own runtime environment.
66

7-
For more information about middlewares, check out the [Polymatic](https://github.com/piqnt/polymatic) project.
7+
### Middleware Architecture
8+
9+
To learn more about middlewares, check out the [Polymatic](https://github.com/piqnt/polymatic) project.
10+
11+
### Usage Examples
12+
13+
To learn how you can use it in your project, see following examples:
14+
15+
[Testbed](https://github.com/piqnt/runtime/blob/main/packages/planck-testbed/src/testbed/TestbedMain.ts) - Includes a preset of middlewares for running Planck.js physics engine examples.
16+
17+
Pinball game ([Play](https://piqnt.github.io/polymatic-example-pinball/), [Source](https://github.com/piqnt/polymatic-example-pinball/)) - Uses a subset of Testbed middlewares, and adds custom middlewares for loading svg table design, loading data into physics, user input handing, etc.

0 commit comments

Comments
 (0)