https://github.com/dimforge/rapier.rs
Official website for the Rapier physics engine.
https://github.com/dimforge/rapier.rs
Last synced: 9 months ago
JSON representation
Official website for the Rapier physics engine.
- Host: GitHub
- URL: https://github.com/dimforge/rapier.rs
- Owner: dimforge
- Created: 2020-07-05T20:49:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T13:56:44.000Z (11 months ago)
- Last Synced: 2025-04-04T14:36:28.720Z (11 months ago)
- Language: HTML
- Homepage: https://rapier.rs
- Size: 27.5 MB
- Stars: 23
- Watchers: 4
- Forks: 53
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
### Installation
```sh
$ yarn
```
### Build
```sh
$ ./generate_user_guides.sh
```
Above command reads the templates directory and extracts specific instructions for bevy / rust / rapier integrations.
It also injects code contained in the example files.
```sh
$ yarn build
```
Above command generates static content into the `build` directory and can be served using any static contents hosting service.
```sh
$ yarn start
```
Above command builds and starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
### Deployment
```sh
$ GIT_USER= USE_SSH=true yarn deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.