More actions
m (Text replacement - "Category:3DS homebrew demos" to "") |
m (Text replacement - "Category:3DS homebrew applications" to "") |
||
Line 47: | Line 47: | ||
* GBAtemp - https://gbatemp.net/threads/wip-koopa-cruiser-a-basic-homebrew-web-browser.403811 | * GBAtemp - https://gbatemp.net/threads/wip-koopa-cruiser-a-basic-homebrew-web-browser.403811 | ||
* GitHub - https://github.com/thejsa/koopacruiser | * 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).