More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Math) - GameBrew! | |title=Vita Homebrew Apps (Math) - GameBrew! | ||
Line 19: | Line 18: | ||
|source=https://github.com/Creckeryop/VitaGraphs | |source=https://github.com/Creckeryop/VitaGraphs | ||
}} | }} | ||
Simple Graphing Calculator | 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== | ==Screenshots== | ||
https://dlhb.gamebrew.org/vitahomebrews/vitagraphsvita-01.jpg | https://dlhb.gamebrew.org/vitahomebrews/vitagraphsvita-01.jpg | ||
https://dlhb.gamebrew.org/vitahomebrews/vitagraphsvita-02.jpg | https://dlhb.gamebrew.org/vitahomebrews/vitagraphsvita-02.jpg | ||
== | ==Changelog== | ||
'''(v. | '''(v.0010)''' | ||
* First Release. | * First Release. | ||
== External links == | == External links == | ||
* Github - https://github.com/Creckeryop/VitaGraphs | * Github - https://github.com/Creckeryop/VitaGraphs | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/363 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/363 | ||
Revision as of 01:33, 31 October 2022
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.