https://github.com/mariodicaprio/complexify
This project is about the interactive visualization of complex-valued functions.
https://github.com/mariodicaprio/complexify
complex domain-coloring heroui math nextjs opengl react riemann-sphere threejs
Last synced: 3 months ago
JSON representation
This project is about the interactive visualization of complex-valued functions.
- Host: GitHub
- URL: https://github.com/mariodicaprio/complexify
- Owner: MarioDiCaprio
- Created: 2025-04-11T13:40:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-27T13:31:37.000Z (4 months ago)
- Last Synced: 2025-05-27T14:41:12.738Z (4 months ago)
- Topics: complex, domain-coloring, heroui, math, nextjs, opengl, react, riemann-sphere, threejs
- Language: TypeScript
- Homepage: https://complexify.app
- Size: 512 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Complexify
This web-app is about the visualization of complex-valued functions.
## Scripts
### Installing dependencies
In order to install all required NPM packages, run `npm install --force`. You have to run this with the `--force`
option because the package `react-mathquill` seems not to be supported much longer, and modern React versions are
incompatible.### Running the application
Run `npm run dev` to run the application in development mode.
Alternatively, build the application with `npm run build` and then run it with `npm start`.
### Building the parser
In order to build the ANTLR parser to parse LaTeX equations, run `npm run build-parser`. This needs to be done after
making changes to the ANTLR grammar.