Line 5: |
Line 5: |
| | type = framework library | | | type = framework library |
| | author = [[User:Chaosteil|Chaosteil]], ([[User:Feesh!|Feesh!]]), [[User:Arikado|Arikado]] | | | author = [[User:Chaosteil|Chaosteil]], ([[User:Feesh!|Feesh!]]), [[User:Arikado|Arikado]] |
− | | version = 0.3.0d | + | | version = 0.3.0e |
− | | download = http://www.mediafire.com/?ottnmmjzadg3mnh | + | | download = https://github.com/nebiun/libwiisprite |
− | | source = http://www.mediafire.com/?mz5yvnznjzymjjg | + | | source = https://github.com/nebiun/libwiisprite |
| }} | | }} |
| '''''libwiisprite''''' is a sprite library which uses GX as its underlying rendering engine. It is optimized for rapid fast game development, but can also be used for GUI applications. | | '''''libwiisprite''''' is a sprite library which uses GX as its underlying rendering engine. It is optimized for rapid fast game development, but can also be used for GUI applications. |
Line 15: |
Line 15: |
| | | |
| The library comes with full Doxygen documentation to help get development started. You can find it in the docs folder. It is also available online [http://web.archive.org/web/20090308020640/http://feesh.braingravy.co.uk/libwiisprite/ here]. | | The library comes with full Doxygen documentation to help get development started. You can find it in the docs folder. It is also available online [http://web.archive.org/web/20090308020640/http://feesh.braingravy.co.uk/libwiisprite/ here]. |
| + | |
| | | |
| == Sample Application (Video) == | | == Sample Application (Video) == |
Line 23: |
Line 24: |
| | | |
| == Download & Installation == | | == Download & Installation == |
− | You can download the libwiisprite library from [http://www.mediafire.com/?ottnmmjzadg3mnh here]. You will need [http://sourceforge.net/projects/devkitpro/files/portlibs/libpng-1.4.1-ppc.tar.bz2/download libpng] installed to use it. Please refer to the README.TXT for further installation instructions. | + | You can download the libwiisprite library from [https://github.com/nebiun/libwiisprite]. You will need [http://sourceforge.net/projects/devkitpro/files/portlibs/libpng-1.4.1-ppc.tar.bz2/download libpng] installed to use it. Please refer to the README.TXT for further installation instructions. |
| | | |
| == New Stuff == | | == New Stuff == |
| + | '''0.3.0f''' |
| + | *Added examples |
| + | *Changed installation directory(now C:\devkitPro\portlibs\wii) |
| + | *Fixed compatibility with the latest releases of devkitpro and libraries (rel 34) |
| + | |
| + | '''0.3.0e''' |
| + | *Changed include file organization |
| + | *Fixed compatibility wih the latest releases of devkitpro and libraries (rel 33) |
| + | |
| '''0.3.0d''' | | '''0.3.0d''' |
| *Fixed compatibility with the latest releases of libogc and libpng | | *Fixed compatibility with the latest releases of libogc and libpng |