-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bryan Chen edited this page Apr 16, 2026
·
3 revisions
Welcome to the PhysicsSims project wiki.
Use these pages as the main documentation source for setup, architecture, simulation content, and deployment.
PhysicsSims is a browser-native simulation library for physics learning, built with React, TypeScript, and Vite.
The project focuses on:
- clear controls
- readable visuals
- physically meaningful behavior
- fast, modern frontend architecture
This wiki is written for contributors. It prioritizes:
- where behavior is hardcoded
- what values are safe to change
- which files must stay in sync
- practical implementation details over marketing copy
src/
pages/
mechanics/
enm/
statics/
components/
hooks/
lib/
- Read Development Setup
- Check Hardcoded Values and Keys
- Make changes and verify locally
- Update docs in Simulation Catalog or other affected pages
- Follow PR checklist in Contributing