https://github.com/castle-engine/glplotter
Draw graphs of mathematical functions, or any other plots, using Castle Game Engine
https://github.com/castle-engine/glplotter
castle-game-engine draw-graphs
Last synced: about 2 months ago
JSON representation
Draw graphs of mathematical functions, or any other plots, using Castle Game Engine
- Host: GitHub
- URL: https://github.com/castle-engine/glplotter
- Owner: castle-engine
- Created: 2015-08-01T14:00:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2026-03-02T18:46:57.000Z (3 months ago)
- Last Synced: 2026-03-02T22:14:00.289Z (3 months ago)
- Topics: castle-game-engine, draw-graphs
- Language: Pascal
- Homepage: http://castle-engine.sourceforge.net/glplotter_and_gen_function.php
- Size: 231 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING.GPL2.txt
Awesome Lists containing this project
README
# glplotter
glplotter draws graphs. It can generate graphs of various functions (you can specify any mathematical expression as function expression, e.g. "sin(x) + x^2"). It can also load a graph from a file.
This repository also includes `gen_function`, a command-line program that generates graph file from given function expression.
Complete documentation on https://castle-engine.io/glplotter.php .
Using Castle Game Engine, see https://castle-engine.io/ .
## License
GNU GPL >= 2.