A fork of iq's GraphToy with dynamic variables and other helpful additions for graphics programming
- Dynamic Variables
- Extra Sharing Features
- Adds more features to the sharing aspect to help educate
- Mask Visualizer
- Visualize a value as a mask instead of a graph
- Written in Typescript (Much easier to extend now thanks to strong types)
- Uses NextJs/React (Could be a good or bad thing)
- Runs in Docker with Traefik for easy deployment
This app uses NextJS
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Lint the project
Builds the app for production to the .next
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Starts the project in production mode
Builds and starts the project in production mode
Runs prettier on the project
Generate the prisma schema and writes the data to node_modules
Pulls the database and generates the .schema