More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|title=Godot Engine | |title=Godot Engine | ||
|image=Godot-Engine-3DS.jpg | |image=Godot-Engine-3DS.jpg | ||
|description=Godot Engine | |description=Godot Engine for 3DS Homebrew. | ||
|author= | |author=TheCruel, sketchedgrey | ||
|lastupdated= | |lastupdated=2021/09/11 | ||
|type= | |type=Developments | ||
|version= | |version=2021 | ||
|license= | |license=MIT | ||
|download=https://dlhb.gamebrew.org/ | |download=[https://dlhb.gamebrew.org/3dshomebrews/godot.7z source only] | ||
|website=https://github.com/sketchedgrey/godot | |website=https://github.com/sketchedgrey/godot | ||
|source=https://github.com/sketchedgrey/godot | |source=https://github.com/sketchedgrey/godot | ||
}} | }} | ||
This is a WIP Godot Engine port for the Nintendo 3DS. | |||
This is a | |||
Godot is a fully featured, open source, MIT licensed, game engine. It focuses on having great tools, and a visual oriented workflow that can export to PC, Mobile and Web platforms with no hassle. | Godot is a fully featured, open source, MIT licensed, game engine. It focuses on having great tools, and a visual oriented workflow that can export to PC, Mobile and Web platforms with no hassle. | ||
The editor, language and APIs are feature rich, yet simple to learn, allowing you to become productive in a matter of hours. | The editor, language and APIs are feature rich, yet simple to learn, allowing you to become productive in a matter of hours. | ||
== | The last stable version of 3DS Godot Engine is 2.1 and the project is currently maintained by sketchedgrey. | ||
https://gbatemp.net/threads/ | ==Building== | ||
Make sure you already have devkitARM, ctrulib, and citro3d. | |||
Make sure you have SCons installed and everything need to [https://godot.readthedocs.io/en/stable/reference/_compiling.html compile Godot]. | |||
Clone the repo branch https://github.com/sketchedgrey/godot/tree/3ds | |||
Build command <code>$ scons p=3ds -j4 target=release</code> | |||
==User guide== | |||
According to the original author, anything beyond simple games with minimal scripting run a bit sluggish on O3DS, might be better for N3DS. | |||
Can still expect > 20 fps on O3DS so usually playable, and simple games can still achieve 60 fps. | |||
[https://docs.godotengine.org/en/stable/index.html Godot documentation]. | |||
==Media== | |||
'''Godot Engine for 3DS Homebrew Demo''' ([https://www.youtube.com/watch?v=7EYiev3PARc Thomas Edvalson]) <br> | |||
<youtube>7EYiev3PARc<youtube> | |||
'''Godot 3DS Particle Engine Demo''' ([https://www.youtube.com/watch?v=dDEtGLQLEi8 Thomas Edvalson]) <br> | |||
<youtube>dDEtGLQLEi8<youtube> | |||
==External links== | |||
* GitHub - https://github.com/sketchedgrey/godot | |||
* GBAtemp - https://gbatemp.net/threads/continuation-of-thecruels-godot-project-for-the-3ds.592897 | |||
[[Category:3DS homebrew | [[Category:PC utilities for 3DS homebrew]] | ||
[[Category:Homebrew | [[Category:Homebrew developments for 3DS]] |
Revision as of 14:30, 18 December 2021
Godot Engine | |
---|---|
File:Godot-Engine-3DS.jpg | |
General | |
Author | TheCruel, sketchedgrey |
Type | Developments |
Version | 2021 |
License | MIT License |
Last Updated | 2021/09/11 |
Links | |
[source only Download] | |
Website | |
Source | |
This is a WIP Godot Engine port for the Nintendo 3DS.
Godot is a fully featured, open source, MIT licensed, game engine. It focuses on having great tools, and a visual oriented workflow that can export to PC, Mobile and Web platforms with no hassle. The editor, language and APIs are feature rich, yet simple to learn, allowing you to become productive in a matter of hours.
The last stable version of 3DS Godot Engine is 2.1 and the project is currently maintained by sketchedgrey.
Building
Make sure you already have devkitARM, ctrulib, and citro3d.
Make sure you have SCons installed and everything need to compile Godot.
Clone the repo branch https://github.com/sketchedgrey/godot/tree/3ds
Build command $ scons p=3ds -j4 target=release
User guide
According to the original author, anything beyond simple games with minimal scripting run a bit sluggish on O3DS, might be better for N3DS.
Can still expect > 20 fps on O3DS so usually playable, and simple games can still achieve 60 fps.
Media
Godot Engine for 3DS Homebrew Demo (Thomas Edvalson)
<youtube>7EYiev3PARc<youtube>
Godot 3DS Particle Engine Demo (Thomas Edvalson)
<youtube>dDEtGLQLEi8<youtube>