VitaGraphs: Difference between revisions
From GameBrew
More actions
m HydeWing moved page Vitagraphs Vita to VitaGraphs without leaving a redirect |
No edit summary |
||
| Line 18: | Line 18: | ||
|source=https://github.com/Creckeryop/VitaGraphs | |source=https://github.com/Creckeryop/VitaGraphs | ||
}} | }} | ||
Simple Graphing Calculator written on [[Lua | Simple Graphing Calculator written on [[Lua Player Plus Vita|Lua Player Plus]]. | ||
==User guide== | ==User guide== | ||
Revision as of 02:32, 8 December 2022
| VitaGraphs | |
|---|---|
| General | |
| Author | Creckeryop |
| Type | Math |
| Version | 0010 |
| License | Mixed |
| Last Updated | 2018/02/07 |
| Links | |
| Download | |
| Website | |
| Source | |
Simple Graphing Calculator written on Lua Player Plus.
User guide
Support functions are +, -, /, *, abs(), sin(), cos(), tg(), sqrt(), floor(), ceil(), arccos(), arcsin(), argtg().
How to change a function: 001 - 007 Change second line of Y_make(x) function in index.lua Example:return 2*x+4.
Controls
Triangle - Write function
Cross - Reset Camera
Left Analog Up/Down or Touchscreen - Zoom in/out
Right Analog or Touchscreen - Move
Square - Choose Zoom mode (vertical, horizontal, both)
Screenshots
vitagraphs3.png
vitagraphs4.png
Changelog
v0010
- First Release.