An open API service indexing awesome lists of open source software.

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

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.