- WebAssembly
- React Three Fiber
- TypeScript
- Leva
- Rapier Physics
- Vite
- Vercel
-
Simulate a basic single stage rocket launch into low-Earth orbit
-
Have webassembly do the majority of computation throughout the launch.
-
Have different mission phases/outcomes and provide the user with a debug menu to adjust values before launch.
-
Get a surface level understanding of what the engineers and scientists at NASA had to figure out when creating the guidance systems for the Apollo missions.
- Clone the Repository
- Make sure you have NodeJS installed
- In your project directory, run:
npm installornpm i - Then to start the vite dev server, run:
npm run dev - Navigate to localhost on your browser