Releases: devkitPro/wii-examples
Releases · devkitPro/wii-examples
wii examples 20260125
Update wii examples to use standard socket APIs and SYS_MainLoop provided by libogc 3.0.0
wii examples 20260117
wii examples - 20250526
What's Changed
- crypto: correct aes & implement sha improvements by @DacoTaco in #12
- Added LWP Threading example, and added bin/ to gitignore by @dakotath in #13
- Added ISFS directory browsing example to "filesystem" examples. by @dakotath in #14
- filesystem: cleanup isfs example by @DacoTaco in #16
- isfs: fix example to correctly mark entry as file or directory #17 by @DacoTaco in #18
- usbkeyboard: fix double printing of input by @jamesy0ung in #20
- Add Widescreen Support to GX Triangle by @Fancy2209 in #21
- network: add a UDP test by @mardy in #22
- fix usbkeyboard build by @lesleyrs in #23
- threading: initialize variable to 0 by @mardy in #24
- console: fix all examples to correctly use consoles by @DacoTaco in #25
New Contributors
- @dakotath made their first contribution in #13
- @jamesy0ung made their first contribution in #20
- @Fancy2209 made their first contribution in #21
- @lesleyrs made their first contribution in #23
wii examples - 20241201
- add cmake template
- fix black screen in libfat example
- fix mistakes in sha example
Recommended and supported installation for all our releases is via devkitPro pacman
wii-examples 2024-10-04
wii-examples 2024-01-18
wii-examples 2021-05-25
What's Changed
- Fix typo in neheGX/lesson11/Makefile by @smurf3tte in #2
- graphics/gx/triangle: Use correct matrix type for perspective matrix.
New Contributors
- @smurf3tte made their first contribution in #2
wii-examples 2020-06-09
- oggplayer: fix callback signature
wii-examples 2019-04-12
- Remove obsolete project files
wii examples 2019-02-01
Prioritise libogc dirs over portlibs dirs.