Skip to content

Commit

Permalink
Do smth.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Sep 15, 2021
1 parent e99a885 commit 27fc1ae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,21 @@ Another example with a bit more challenging starting point:

![Self-parking car in ](./public/02-car-after-03.gif)

## Development Details and Hints
## Development Details

The project is a [React](https://create-react-app.dev/) application written on TypeScript. Styled with [BaseWeb](https://baseweb.design/).

The 3D world simulation is made with [Three.js](https://threejs.org/) library using [@react-three/fiber](https://github.com/pmndrs/react-three-fiber) wrapper. The physics is simulated with [Cannon.js](https://github.com/schteppe/cannon.js) using [cannon-es](https://github.com/pmndrs/cannon-es) wrapper.

The whole evolution simulations is happening directly in the browser.

To launch the project, fork/clone it and run the following commands:

```shell
npm install
npm run start
```

Hints:

- Use `?debug=true` URL param to see the FPS performance monitor and debugging logs.
Expand Down

0 comments on commit 27fc1ae

Please sign in to comment.