More actions
(Created page with "{{Infobox 3DS homebrew | title = Craftus | image = https://dlhb.gamebrew.org/3dshomebrew/Craftus3DS.jpg|250px | type = Action | version = | licence = Mixed | author = RSDuck |...") |
No edit summary |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS | {{Infobox 3DS Homebrews | ||
| title = Craftus | |title=Craftus | ||
| image = | |image=Craftus3ds2.png | ||
| type = | |description=Craftus in a Minecraft clone for Nintendo 3DS. | ||
| version = | |author=RSDuck | ||
| | |lastupdated=2017/08/21 | ||
| | |type=Simulation | ||
|version=2017 | |||
| | |license=Apache-2.0 | ||
| source = https:// | |download=https://dlhb.gamebrew.org/3dshomebrews/craftus3ds_rsduck.zip Source Only | ||
|website=https://github.com/RSDuck/Craftus3DS | |||
|source=https://github.com/RSDuck/Craftus3DS | |||
}} | }} | ||
Craftus in a Minecraft clone for Nintendo 3DS (and not a continuation of [[3DScraft_3DS|3DSCraft]] by smea). | |||
The project was later rewritten and released as [[Craftus_Reloaded_3DS|Craftus Reloaded]]. | |||
= | ==Features== | ||
* A world which is theoretically infinite which looks a little bit like a landscape. | |||
* Stereo 3D. | |||
* Building and placing blocks. | |||
* Ambient Occlusion(these shadows in the edges between the cubes). | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/3dshomebrews/craftus3ds3.png | |||
https://dlhb.gamebrew.org/3dshomebrews/craftus3ds4.png | |||
[ | ==Credits== | ||
* Of course to those who made 3DS homebrew possible (too many to be listed here). | |||
* Everybody who wrote something for 3DS and made it open source. | |||
* The textures come from the Minecraft Ressourcepack Pixel Perfect by XSSheep which is licensed under CC-BY-SA. The file Pixel Perfection V3.5.zip is a full copy of it. The folder romfs/textures contains some textures extracted from it. For more informations about the Ressourcepack see [http://www.minecraftforum.net/forums/mapping-and-modding/resource-packs/1242533-pixel-perfection-freshly-updated-1-10 here]. | |||
* Craftus also depends on several other small but very useful libraries packaged in the deps folder. | |||
* The greedy meshing algorithm is based of the work from Robert O'Leary and Mikola Lysenko (see [https://github.com/roboleary/GreedyMesh here]). | |||
== | ==External links== | ||
* GitHub - https://github.com/RSDuck/Craftus3DS | |||
* | * GBAtemp - https://gbatemp.net/threads/wip-craftus-3ds-another-minecraft-clone-for-3ds.438001 | ||
* | |||
Latest revision as of 11:06, 22 Haziran 2024
Craftus | |
---|---|
General | |
Author | RSDuck |
Type | Simulation |
Version | 2017 |
License | Apache-2.0 |
Last Updated | 2017/08/21 |
Links | |
Source Only Download | |
Website | |
Source | |
Craftus in a Minecraft clone for Nintendo 3DS (and not a continuation of 3DSCraft by smea).
The project was later rewritten and released as Craftus Reloaded.
Features
- A world which is theoretically infinite which looks a little bit like a landscape.
- Stereo 3D.
- Building and placing blocks.
- Ambient Occlusion(these shadows in the edges between the cubes).
Screenshots
Credits
- Of course to those who made 3DS homebrew possible (too many to be listed here).
- Everybody who wrote something for 3DS and made it open source.
- The textures come from the Minecraft Ressourcepack Pixel Perfect by XSSheep which is licensed under CC-BY-SA. The file Pixel Perfection V3.5.zip is a full copy of it. The folder romfs/textures contains some textures extracted from it. For more informations about the Ressourcepack see here.
- Craftus also depends on several other small but very useful libraries packaged in the deps folder.
- The greedy meshing algorithm is based of the work from Robert O'Leary and Mikola Lysenko (see here).