https://github.com/jottenlips/climbing-physics
🧗 climbing physics simulator in threejs
https://github.com/jottenlips/climbing-physics
ampt physics react rockclimbing threejs
Last synced: 17 days ago
JSON representation
🧗 climbing physics simulator in threejs
- Host: GitHub
- URL: https://github.com/jottenlips/climbing-physics
- Owner: jottenlips
- Created: 2026-03-06T03:57:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-12T11:30:26.000Z (3 months ago)
- Last Synced: 2026-05-03T09:33:21.025Z (about 2 months ago)
- Topics: ampt, physics, react, rockclimbing, threejs
- Language: TypeScript
- Homepage: https://lovely-mvp-dr2q9.ampt.app
- Size: 11.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Welcome to Ampt!
[
](https://ampt.dev/start?template=react-vite)
To run this app locally, simply clone down this repository and run `ampt`. You may need to login to the Ampt CLI if you haven't already (you can install this by running `npm install -g @ampt/cli`). To start the local development server, run `ampt dev` or `dev` in the Ampt shell.
All of the API routes are defined in `api/index.ts`, using Express.js. The frontend source code is in `src/`, and the React app is bundled with Vite.
Any outgoing requests from the app are proxied to your sandbox environment, so you can communicate with your live API while running the web app locally. You can see this configuration in `vite.config.ts`.
Happy coding!