OpenCTR is a free, open-source, and cross-platform SDK for developing Nintendo 3DS homebrew.
This repository contains libctr - the software library API for OpenCTR.
libctr is installed as part of the OpenCTR SDK.
Download and install the latest version of the OpenCTR SDK from https://github.com/OpenCTR/OpenCTR/releases/latest
Alternatively, libctr can be built from source using CMake. This requires several advanced CMake settings, and is not recommended for inexperienced users.
Documentation for libctr is available online at https://openctr.github.io/libctr/
Also, the documentation can be manually generated from source, by passing
-DENABLE_DOC=ON
to CMake.
libctr is licensed under the GNU General Public License v3.0.
See LICENSE.txt for terms.
Credit goes to smealum for ctrulib, which provides the basis of ~90% of the code logic.