https://github.com/error-cookie/oscisim
Oscillation Simulator
https://github.com/error-cookie/oscisim
daisyui oscillator react simulation tailwindcss typescript vite
Last synced: 2 months ago
JSON representation
Oscillation Simulator
- Host: GitHub
- URL: https://github.com/error-cookie/oscisim
- Owner: Error-Cookie
- License: gpl-3.0
- Created: 2024-01-28T09:57:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-07T16:41:18.000Z (about 1 year ago)
- Last Synced: 2025-05-07T17:43:55.354Z (about 1 year ago)
- Topics: daisyui, oscillator, react, simulation, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://oscisim.errorcookie.dev/
- Size: 280 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OsciSim
  
OsciSim(Oscillator Simulator) is a toolbox for experimenting with different oscillators/oscillations.
This is a school project and meant for educational purposes.
## Features
- 📈 View oscillation graph in real time
- 💫 View animations of different oscillators
- 🔡 Parameters that update the animations in real time
- 🖵 Options for visual representation
- 🧮 Formula guide
- 🔊 Sine tone generator
- 📱 Simple yet powerful interface
## Tech Stack
[React](https://react.dev/),
[TailwindCSS](https://tailwindcss.com/),
[DaisyUI](https://daisyui.com/),
[Vite](https://vitejs.dev/)
## Setup
1. Clone this repository using `git`
2. Install dependencies with `npm i`
3. Start the development server with `npm run dev`
4. To build this project run `npm run build`. The build will be located in `/dist`.
## Screenshot

The interface is currently only available in German
## License
[GNU GPLv3](https://github.com/Error-Cookie/oscisim/blob/master/LICENSE)
## Authors
- [@Error-Cookie](https://www.github.com/Error-Cookie)