More actions
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
The application has a limitation that it can only calculate factorials up to 25 due to the highest number the Switch supports being 2^63. | The application has a limitation that it can only calculate factorials up to 25 due to the highest number the Switch supports being 2^63. | ||
== Commands == | == User guide == | ||
===Commands=== | |||
To make things easier, let's just say that the number you want to factor is called Jeffrey | To make things easier, let's just say that the number you want to factor is called Jeffrey | ||
Line 34: | Line 35: | ||
* Everything else will show you the 'help' menu | * Everything else will show you the 'help' menu | ||
== What to know == | === What to know === | ||
The letter shown before the value of the number is what executed the action : | The letter shown before the value of the number is what executed the action : | ||
Line 41: | Line 42: | ||
* (X) or (Y) means you set the number to 0 by pressing X or Y | * (X) or (Y) means you set the number to 0 by pressing X or Y | ||
==Screenshots== | ==Screenshots== | ||
{| style="width: 80%; margin-left:0em;" | {| style="width: 80%; margin-left:0em;" | ||
| | |'''Main look and operation''' | ||
https://dlhb.gamebrew.org/switchhomebrews/factorialnxswitch-01.jpg | |- | ||
| | |https://dlhb.gamebrew.org/switchhomebrews/factorialnxswitch-01.jpg | ||
What happens when you press A, B and X | |- | ||
|'''What happens when you press A, B and X''' | |||
| | |- | ||
https://dlhb.gamebrew.org/switchhomebrews/factorialnxswitch-02.jpg | |https://dlhb.gamebrew.org/switchhomebrews/factorialnxswitch-02.jpg | ||
| | |- | ||
Help menu | |'''Help menu''' | ||
|- | |||
| | |https://dlhb.gamebrew.org/switchhomebrews/factorialnxswitch-03.jpg | ||
https://dlhb.gamebrew.org/switchhomebrews/factorialnxswitch-03.jpg | |||
|} | |} | ||
==Changelog== | ==Changelog== | ||
'''v1.0.1''' | '''v1.0.1''' | ||
Line 69: | Line 64: | ||
* The first release of the only Homebrew that calculates the factorial of a number in a couple of clicks! | * The first release of the only Homebrew that calculates the factorial of a number in a couple of clicks! | ||
* Probably the only release I'll make except if there's an issue / I have new ideas. | * Probably the only release I'll make except if there's an issue / I have new ideas. | ||
* I recommend starting with Homebrew development by trying to understand this one | * I recommend starting with Homebrew development by trying to understand this one. | ||
* Thanks for downloading it. | * Thanks for downloading it. | ||
==Credits== | |||
App icon generated using Dall-E 2. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Zamacian/Factorial-NX |
Revision as of 04:55, 6 Haziran 2023
Factorial-NX | |
---|---|
General | |
Author | Zamacian |
Type | Math |
Version | 1.0.1 |
License | Mixed |
Last Updated | 2023/05/25 |
Links | |
Download | |
Website | |
Source | |
Factorial-NX is a Nintendo Switch homebrew application developed by Zamacian to calculate the factorial of a given number. The purpose of this project is for the developer to learn the basics of libnx, a library used for developing homebrew applications for the Nintendo Switch. The application itself may not have much practical use, but it serves as a learning exercise for the developer.
The application has a limitation that it can only calculate factorials up to 25 due to the highest number the Switch supports being 2^63.
User guide
Commands
To make things easier, let's just say that the number you want to factor is called Jeffrey
- a to add 1 to Jeffrey
- b to subtract 1 from Jeffrey
- x or y to set Jeffrey to 0
- any trigger (r/l/zr/zl) to clear the console
- Minus (-) to factor Jeffrey
- Plus (+) to exit the Homebrew
- Everything else will show you the 'help' menu
What to know
The letter shown before the value of the number is what executed the action :
- (A) means you added 1 by pressing A
- (B) means you substracted 1 by pressing B
- (X) or (Y) means you set the number to 0 by pressing X or Y
Screenshots
Main look and operation |
What happens when you press A, B and X |
Help menu |
Changelog
v1.0.1
- Bug fixes and variable rename.
v1.0.0
- The first release of the only Homebrew that calculates the factorial of a number in a couple of clicks!
- Probably the only release I'll make except if there's an issue / I have new ideas.
- I recommend starting with Homebrew development by trying to understand this one.
- Thanks for downloading it.
Credits
App icon generated using Dall-E 2.