More actions
gPlot++ | |
---|---|
General | |
Author | Geecko |
Type | Math |
Version | 1.0 |
License | Mixed |
Last Updated | 2012/04/17 |
Links | |
Download | |
Website | |
Source | |
gPlot++ is a function plotter for PSP made by Geecko, coded using C++. It can plot up to 4 functions at the same time. These are computed asynchronously to let the view run at 60fps, allowing smooth zoom and pan through it.
gPlot++ makes uses of muParser to parse the expressions, some functions and operators are predefined such as sin(), exp(), sqrt(), +, ^, <, >, etc. The complete list is available at here.
Controls
D-Pad - Move the view/cursor
Analog - Move the view, Danzeff select
L/R - Zoom, Danzeff mode
Triangle/Square - Danzeff character
Select - Clear the selected line
Start - Toggle edit
Screenshots
Credits
Several libraries are used:
- muParser, a math parser library (https://github.com/GeeckoDev/muParser)
- gLib2D, a 2D graphics library made by Geecko (https://github.com/GeeckoDev/gLib2D)
- intraFont, a font rendering library made by BenHur (https://github.com/GeeckoDev/intraFont-G)
- Danzeff, an OSK library made by Danzel and Jeff Chen (https://github.com/GeeckoDev/Danzeff-G)