More actions
Line 22: | Line 22: | ||
===Recources=== | ===Recources=== | ||
* [https://devkitpro.org/wiki/Main_Page devkitPro | * [https://devkitpro.org/wiki/Main_Page devkitPro Wiki.] | ||
* [https://devkitpro.org/index.php devkitPro | * [https://devkitpro.org/index.php devkitPro Forum.] | ||
* [https://www.3dbrew.org/wiki/Setting_up_Development_Environment 3DBrew.] | * [https://www.3dbrew.org/wiki/Setting_up_Development_Environment 3DBrew.] | ||
* [https://wiki.gbatemp.net/wiki/3DS_Homebrew_Development GBAtemp 3DS Homebrew Development.] | * [https://wiki.gbatemp.net/wiki/3DS_Homebrew_Development GBAtemp 3DS Homebrew Development.] |
Revision as of 14:14, 10 March 2022
devkitPro | |
---|---|
File:DevkitPro.jpg | |
General | |
Author | devkitPro |
Type | PC Utilities |
Version | 3.0.3 |
License | Mixed |
Last Updated | 2018/06/04 |
Links | |
Download | |
Website | |
Source | |
devkitPro is an organisation dedicated to producing a number of cross compilers intended for use by hobby programmers writing their own games and applications for popular games consoles where it's possible to run unsigned code. The goal is to provide amateur programmers with the means to program for resource limited devices and so gain valuable experience which would transfer well to a career in game development.
Starting in 2003 with a cross compiler called devkitARM, used to write games for Nintendo's Gameboy Advance, devkitPro expanded to produce toolchains targeting GameCube, Wii , GP32, Nintendo DS, GP2X and Nintendo Switch.
devkitPro currently provide 3 toolchains, devkitARM, devkitPPC and devkitA64 along with a number of support libraries. All of them are managed via pacman.
User guide
Please refer to the official website for in depth instructions.
Recources
External links
- Official website - https://devkitpro.org
- GitHub - https://github.com/devkitPro