More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|title=Koopa Cruiser | |title=Koopa Cruiser | ||
|image=Koopa-Cruiser.png | |image=Koopa-Cruiser.png | ||
|description= | |description=A really simple web browser for *hax 2.5. | ||
|author=thejsa | |author=thejsa | ||
|lastupdated=2015/12/21 | |lastupdated=2015/12/21 | ||
Line 8: | Line 8: | ||
|version=0.5 | |version=0.5 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/3dshomebrews/Koopa-Cruiser-3DS.rar | ||
|website=https://github.com/thejsa/koopacruiser | |website=https://github.com/thejsa/koopacruiser | ||
|source=https://github.com/thejsa/koopacruiser | |source=https://github.com/thejsa/koopacruiser | ||
}} | }} | ||
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 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== | |||
<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. | |||
* Download said page. | |||
== | ==Credits== | ||
* | * jsa. | ||
* | * josamilu (help with file downloading, some inspiration). | ||
[[Category:3DS homebrew applications]] | |||
[[Category:Other 3DS homebrew applications]] | |||
Revision as of 07:56, 1 December 2021
Koopa Cruiser | |
---|---|
File:Koopa-Cruiser.png | |
General | |
Author | thejsa |
Type | Other Apps |
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 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).