VitaGraphs: Difference between revisions
From GameBrew
More actions
Created page with "{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew Apps (Math) - GameBrew! |title_mode=append |image=vitagraphsvita.jpg |image_alt=VitaGraphs }} {{Infobox Vita Hom..." |
m Text replacement - "https://vitadb.rinnegatamante.it/" to "https://www.rinnegatamante.eu/vitadb/" |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Math) - GameBrew | |title=Vita Homebrew Apps (Math) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=vitagraphs2.png | ||
|image_alt=VitaGraphs | |image_alt=VitaGraphs | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=VitaGraphs | |title=VitaGraphs | ||
|image= | |image=vitagraphs2.png | ||
|description=Simple Graphing | |description=Simple Graphing calculator. | ||
|author=Creckeryop | |author=Creckeryop | ||
|lastupdated=2018/02/ | |lastupdated=2018/02/07 | ||
|type=Math | |type=Math | ||
|version=0010 | |version=0010 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/vitagraphsvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/vitagraphsvita.7z | ||
|website= | |website=https://www.rinnegatamante.eu/vitadb/#/info/363 | ||
|source=https://github.com/Creckeryop/VitaGraphs | |source=https://github.com/Creckeryop/VitaGraphs | ||
}} | }} | ||
Simple Graphing Calculator | Simple Graphing Calculator written on [[Lua Player Plus Vita|Lua Player Plus]]. | ||
==User guide== | |||
Support functions: +, -, /, *, abs(), sin(), cos(), tg(), sqrt(), floor(), ceil(), arccos(), arcsin(), argtg(). | |||
How to change a function: 001 - 007 Change second line of <code>Y_make(x)</code> function in index.lua Example:<code>return 2*x+4</code>. | |||
== | ==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== | ==Screenshots== | ||
https://dlhb.gamebrew.org/vitahomebrews/ | https://dlhb.gamebrew.org/vitahomebrews/vitagraphs3.png | ||
https://dlhb.gamebrew.org/vitahomebrews/vitagraphs4.png | |||
https://dlhb.gamebrew.org/vitahomebrews/ | |||
== | ==Changelog== | ||
'''v0010''' | |||
* First Release. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Creckeryop/VitaGraphs | ||
* | * VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/363 | ||
Latest revision as of 04:39, 5 January 2025
| 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: +, -, /, *, 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
Changelog
v0010
- First Release.