Line 1:
Line 1:
These '''Development Tools''' can help you develop homebrew applications and games for the Wii. The most important tool for Wii development is [[DevkitPro]], a port of the GCC toolchain along with supporting system libraries. The development tools listed below make development easier or to add additional functionality.
These '''Development Tools''' can help you develop homebrew applications and games for the Wii. The most important tool for Wii development is [[DevkitPro]], a port of the GCC toolchain along with supporting system libraries. The development tools listed below make development easier or to add additional functionality.
+
+
== Core development ==
+
+
{| class="apptable sortable"
+
|-
+
! width="25%" | Title
+
! Description
+
! width="20%" | Author
+
|-
+
| [[devkitPPC]]
+
| GCC/MSys and associated utilities, standard C libraries based on newlib
+
| WinterMute
+
|-
+
| [[libogc]]
+
| Low-level libraries for interacting with Wii-specific sub-systems
+
| shagkur
+
|}
== Framework libraries ==
== Framework libraries ==