Skip to content

Pipe-Runner-Lab/cthulhu

Repository files navigation

Cthulhu 🚢

Project Cthulhu is a web based ship simulator that allows you to compute, run and visualize a ship simulation, all on your browser. For the frontend, it uses React and Tailwind CSS. For the 3D part of the project, it uses Three.js and React Three Fiber.
We wanted to experiment with WASM and reuse the python code we had already written in our code. Thus we ended up using Pyodide.

Setup

npm install

Run

npm start

Reference