More actions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
|author=thejsa | |author=thejsa | ||
|lastupdated=2015/12/21 | |lastupdated=2015/12/21 | ||
|type= | |type=Demos | ||
|version=0.5 | |version=0.5 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/3dshomebrews/ | |download=https://dlhb.gamebrew.org/3dshomebrews/koopacruiser.7z | ||
|website=https://github.com/thejsa/koopacruiser | |website=https://github.com/thejsa/koopacruiser | ||
|source=https://github.com/thejsa/koopacruiser | |source=https://github.com/thejsa/koopacruiser | ||
Line 21: | Line 21: | ||
==User guide== | ==User guide== | ||
It will download a binary file from http://koopacruiser.paperplane.io/binary.jpg when you press. | 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 get saved in the Koopa Cruiser directory. | ||
Line 41: | Line 41: | ||
* jsa. | * jsa. | ||
* josamilu (help with file downloading, some inspiration). | * 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 | |||
[[Category:3DS homebrew applications]] | [[Category:3DS homebrew applications]] | ||
[[Category: | [[Category:3DS homebrew demos]] |
Revision as of 08:02, 1 December 2021
Koopa Cruiser | |
---|---|
File:Koopa-Cruiser.png | |
General | |
Author | thejsa |
Type | Demos |
Version | 0.5 |
License | Mixed |
Last Updated | 2015/12/21 |
Links | |
Download | |
Website | |
Source | |
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).