# **Apg-Rpr**
### Rapier Physics engine tests
Avery simple testbed to experiment with the WASM version of the Rapier.rs physics engine.
Current version: **0.9.8**
Last release: **20230815**
Since: **20230915**

## Library --- This is not a library for Deno, instead is a collection of entities to manage Rapier.rs in the browser.
https://github.com/Pangeli70/apg-rpr
Import it in your deps.ts file using:
> export * as Rpr from ""
The library has the following Apg dependencies:
> [Apg-Uts](https://github.com/Pangeli70/apg-uts)


## Help --- [Index](hlp/index.md)

## Microservice --- Produces a minimal website to serve the pages and assets of the tests
https://apg-rpr.deno.dev/
The microservice has the following Apg additional dependencies for libraries and services:
> [Apg-Edr](https://github.com/Pangeli70/apg-edr)
> [Apg-Tng](https://github.com/Pangeli70/apg-tng)