2020-10-17 03:08:44 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2023-02-05 19:26:26 +00:00
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en-US" >
2020-07-05 03:37:29 +00:00
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
2023-02-05 19:26:26 +00:00
< meta http-equiv = "X-UA-Compatible" content = "IE=11" / >
2024-01-09 04:33:10 +00:00
< meta name = "generator" content = "Doxygen 1.10.0" / >
2020-07-05 03:37:29 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > GRRLIB: GRRLIB Documentation< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
2024-01-09 04:33:10 +00:00
< script type = "text/javascript" src = "clipboard.js" > < / script >
< script type = "text/javascript" src = "cookie.js" > < / script >
2020-07-05 03:37:29 +00:00
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
2023-02-05 19:26:26 +00:00
< tr id = "projectrow" >
< td id = "projectalign" >
2024-03-02 05:40:02 +00:00
< div id = "projectname" > GRRLIB< span id = "projectnumber" >   4.5.1< / span >
2020-07-05 03:37:29 +00:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2024-01-09 04:33:10 +00:00
<!-- Generated by Doxygen 1.10.0 -->
2020-07-05 03:37:29 +00:00
< script type = "text/javascript" >
2023-02-05 19:26:26 +00:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
2020-10-17 03:08:44 +00:00
/* @license-end */
2020-07-05 03:37:29 +00:00
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2023-02-05 19:26:26 +00:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2020-07-05 03:37:29 +00:00
$(function() {
initMenu('',true,false,'search.php','Search');
2024-01-09 04:33:10 +00:00
$(function() { init_search(); });
2020-07-05 03:37:29 +00:00
});
2023-02-05 19:26:26 +00:00
/* @license-end */
< / script >
2020-07-05 03:37:29 +00:00
< div id = "main-nav" > < / div >
< / div > <!-- top -->
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
2023-02-05 19:26:26 +00:00
< div id = "MSearchResults" >
< div class = "SRPage" >
< div id = "SRIndex" >
< div id = "SRResults" > < / div >
< div class = "SRStatus" id = "Loading" > Loading...< / div >
< div class = "SRStatus" id = "Searching" > Searching...< / div >
< div class = "SRStatus" id = "NoMatches" > No Matches< / div >
< / div >
< / div >
< / div >
2020-07-05 03:37:29 +00:00
< / div >
2023-02-05 19:26:26 +00:00
< div > < div class = "header" >
< div class = "headertitle" > < div class = "title" > GRRLIB Documentation < / div > < / div >
2020-07-05 03:37:29 +00:00
< / div > <!-- header -->
< div class = "contents" >
< div class = "textblock" > < div class = "image" >
2020-10-17 03:08:44 +00:00
< img src = "grrlib_logo.png" alt = "" / >
2020-07-05 03:37:29 +00:00
< / div >
< p > Welcome to the GRRLIB documentation. A complete list of functions is available from this < a class = "el" href = "group___all_func.html" > page< / a > .< / p >
< h1 > < a class = "anchor" id = "Introduction" > < / a >
Introduction< / h1 >
< p > GRRLIB is a C/C++ 2D/3D graphics library for Wii application developers. It is essentially a wrapper which presents a friendly interface to the Nintendo GX core.< / p >
< h1 > < a class = "anchor" id = "Links" > < / a >
Links< / h1 >
2020-12-15 02:55:15 +00:00
< p > Code: < a href = "https://github.com/GRRLIB/GRRLIB" > https://github.com/GRRLIB/GRRLIB< / a > < br / >
2024-02-24 00:50:31 +00:00
Discussions: < a href = "https://github.com/GRRLIB/GRRLIB/discussions" > https://github.com/GRRLIB/GRRLIB/discussions< / a > < br / >
< / p >
2020-07-05 03:37:29 +00:00
< h1 > < a class = "anchor" id = "Credits" > < / a >
Credits< / h1 >
2020-10-17 03:08:44 +00:00
< p > Project Leader : NoNameNo< br / >
Documentation : Crayon, BlueChip< br / >
Lead Coder : NoNameNo< br / >
Support Coders : Crayon, Xane, DragonMinded, BlueChip< br / >
Advisors : RedShade, Jespa< br / >
2020-07-05 03:37:29 +00:00
< / p >
< h1 > < a class = "anchor" id = "Licence" > < / a >
Licence< / h1 >
2023-08-28 15:37:26 +00:00
< p > See the < a class = "el" href = "md__2home_2runner_2work_2_g_r_r_l_i_b_2_g_r_r_l_i_b_2_l_i_c_e_n_c_e.html" > LICENCE< / a > file for licence rights and limitations (MIT). < / p >
2020-10-17 03:08:44 +00:00
< / div > < / div > <!-- PageDoc -->
2024-01-09 04:33:10 +00:00
< a href = "doxygen_crawl.html" / >
2020-10-17 03:08:44 +00:00
< / div > <!-- contents -->
2020-07-05 03:37:29 +00:00
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
2024-01-09 04:33:10 +00:00
Generated by  < a href = "https://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.10.0
2020-07-05 03:37:29 +00:00
< / small > < / address >
< / body >
< / html >