VitaGraphs
From GameBrew
More actions
| VitaGraphs | |
|---|---|
| File:Vitagraphsvita.jpg | |
| General | |
| Author | Creckeryop |
| Type | Math |
| Version | 0010 |
| License | Mixed |
| Last Updated | 2018/02/06 |
| Links | |
| Download | |
| Source | |
Simple Graphing Calculator written on lpp-vita.
How to change a function
001 - 007 Change second line of Y_make(x) function in index.lua Example:return 2*x+4.
Controls
- Press Triangle to Write function
- (support "+, -, /, *, abs(), sin(), cos(), tg(), sqrt(), floor(), ceil(), arccos(), arcsin(), argtg()")
- Press Cross to reset Camera
- Move Left Stick up and down to Zoom in/out (You can use touchscreen to resize)
- Move Right Stick to move (You can use touchscreen to move)
- Press Square to choose Zoom mode (vertical, horizontal, both)
Plan
- Make inApp function input
- More functionality
Screenshots
Changelog
(v.0010)
- First Release.