More actions
(Created page with "{{Infobox 3DS homebrew | title = Koopa Cruiser | image = https://dlhb.gamebrew.org/3dshomebrew/Koopa-Cruiser.png|250px | type = Other Apps | version = v0.5 | licence = Mixed |...") |
m (Text replacement - "Category:3DS homebrew applications" to "") |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS | {{Infobox 3DS Homebrews | ||
| title = Koopa Cruiser | |title=Koopa Cruiser | ||
| image = | |image=Koopacruiser2.png | ||
| type = | |description=A really simple web browser for *hax 2.5. | ||
| version = | |author=thejsa | ||
| | |lastupdated=2015/12/21 | ||
| | |type=Demos | ||
|version=0.5 | |||
| | |license=Mixed | ||
| source = https:// | |download=https://dlhb.gamebrew.org/3dshomebrews/koopacruiser.7z | ||
|website=https://github.com/thejsa/koopacruiser | |||
|source=https://github.com/thejsa/koopacruiser | |||
}} | }} | ||
{{Obsolete}} | |||
Koopa (Web) Cruiser is a WIP basic homebrew web browser for *hax2.5 on the 3DS. Currently it has a basic demo of using HTTP:C on 3DS to grab a webpage (the bare foundations for making a browser). | |||
'''Note:''' No longer in developemet, it is recommended to see [https://github.com/devkitPro/3ds-examples here] for some sample codes. | |||
==Features== | |||
* Show the source of a preset page (char *url = "http://jsa.paperplane.io/index.html"). | |||
* Save aforementioned page to a file. | |||
==User guide== | |||
It will download a binary file from <nowiki>http://koopacruiser.paperplane.io/binary.jpg</nowiki> when you press. | |||
Files get saved in the Koopa Cruiser directory. | |||
Files with the same name are overwritten (for now), so don't go downloading files named KoopaCruiser.3dsx unless you want to replace the application itself. | |||
==Media== | |||
<youtube>ghczCmUo0VM</youtube> | <youtube>ghczCmUo0VM</youtube> | ||
= | ==Changelog== | ||
'''v0.5 2015/12/21''' | |||
= | * Change char *url2 in source/main.c to change the URL to the binary file you want downloaded. | ||
* | |||
* | '''v0.2 alpha 2015/11/28''' | ||
* View preset page. | |||
= Credits = | * Download said page. | ||
* jsa | |||
* josamilu (help with file downloading, some inspiration) | ==Credits== | ||
* jsa. | |||
* josamilu (help with file downloading, some inspiration). | |||
==External links== | |||
* GBAtemp - https://gbatemp.net/threads/wip-koopa-cruiser-a-basic-homebrew-web-browser.403811 | |||
* GitHub - https://github.com/thejsa/koopacruiser |
Latest revision as of 03:42, 6 Mayıs 2024
Koopa Cruiser | |
---|---|
General | |
Author | thejsa |
Type | Demos |
Version | 0.5 |
License | Mixed |
Last Updated | 2015/12/21 |
Links | |
Download | |
Website | |
Source | |
This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
Koopa (Web) Cruiser is a WIP basic homebrew web browser for *hax2.5 on the 3DS. Currently it has a basic demo of using HTTP:C on 3DS to grab a webpage (the bare foundations for making a browser).
Note: No longer in developemet, it is recommended to see here for some sample codes.
Features
- Show the source of a preset page (char *url = "http://jsa.paperplane.io/index.html").
- Save aforementioned page to a file.
User guide
It will download a binary file from http://koopacruiser.paperplane.io/binary.jpg when you press.
Files get saved in the Koopa Cruiser directory.
Files with the same name are overwritten (for now), so don't go downloading files named KoopaCruiser.3dsx unless you want to replace the application itself.
Media
Changelog
v0.5 2015/12/21
- Change char *url2 in source/main.c to change the URL to the binary file you want downloaded.
v0.2 alpha 2015/11/28
- View preset page.
- Download said page.
Credits
- jsa.
- josamilu (help with file downloading, some inspiration).