-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjects.html
More file actions
85 lines (71 loc) · 3.28 KB
/
Projects.html
File metadata and controls
85 lines (71 loc) · 3.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>OpenCTR Sub-Projects — OpenCTR</title>
<link rel="stylesheet" href="_static/haiku.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="top" title="OpenCTR" href="index.html" />
<link rel="next" title="Building OpenCTR" href="Building.html" />
<link rel="prev" title="Contributing" href="Contributing.html" />
</head>
<body role="document">
<div class="header" role="banner">
<a href="index.html">
<img class="logo" src="_static/logo.svg" alt="Logo"/>
</a>
</div>
<div class="topnav" role="navigation" aria-label="top navigation">
<p>
«  <a href="Contributing.html">Contributing</a>
  ::  
<a class="uplink" href="index.html">Contents</a>
  ::  
<a href="Building.html">Building OpenCTR</a>  »
</p>
</div>
<div class="content">
<div class="section" id="openctr-sub-projects">
<h1>OpenCTR Sub-Projects</h1>
<p>Here is a list of all the current sub-projects that are a part of OpenCTR:</p>
<dl class="docutils">
<dt><a class="reference external" href="https://github.com/OpenCTR/OpenCTR">https://github.com/OpenCTR/OpenCTR</a></dt>
<dd>OpenCTR SDK Builder.</dd>
<dt><a class="reference external" href="https://github.com/OpenCTR/OpenCTR-Tools">https://github.com/OpenCTR/OpenCTR-Tools</a></dt>
<dd>OpenCTR Tools, including 3dsxtool and smdhtool.</dd>
<dt><a class="reference external" href="https://github.com/OpenCTR/OpenCTR-Toolchain">https://github.com/OpenCTR/OpenCTR-Toolchain</a></dt>
<dd>CMake project to build the OpenCTR cross-compiler toolchain.</dd>
<dt><a class="reference external" href="https://github.com/OpenCTR/OpenCTR-Doc">https://github.com/OpenCTR/OpenCTR-Doc</a></dt>
<dd>Source code of this very documentation.</dd>
<dt><a class="reference external" href="https://github.com/OpenCTR/libctr">https://github.com/OpenCTR/libctr</a></dt>
<dd>Software library for Nintendo 3DS homebrew.</dd>
</dl>
</div>
</div>
<div class="bottomnav" role="navigation" aria-label="bottom navigation">
<p>
«  <a href="Contributing.html">Contributing</a>
  ::  
<a class="uplink" href="index.html">Contents</a>
  ::  
<a href="Building.html">Building OpenCTR</a>  »
</p>
</div>
<div class="footer" role="contentinfo">
</div>
</body>
</html>