https://llennpie.github.io/SaturnColorEditor/
- This is a web-based Super Mario 64 color code editor for Saturn, sm64js, and emulators (via GameShark codes)
- This uses a Next.js project bootstrapped with
create-next-app
.
First, install Node.js (16 or newer).
Next, run the development server:
npm install
npm run dev
# or
yarn install
yarn dev
Open http://localhost:3000 with your browser to see the result.