All Projects → devkitPro → Libctru

devkitPro / Libctru

Homebrew development library for Nintendo 3DS/Horizon OS user mode (Arm11)

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Libctru

3DS.py
Python on your Nintendo 3DS
Stars: ✭ 90 (-83.02%)
Mutual labels:  homebrew, nintendo-3ds, 3ds
m3diaLib-CTR
A C++ library for easier homebrew development for the Nintendo 3DS
Stars: ✭ 39 (-92.64%)
Mutual labels:  homebrew, nintendo-3ds, 3ds
bottomless-block-barrage
Panel de Pon (Tetris Attack) clone for the 3ds.
Stars: ✭ 15 (-97.17%)
Mutual labels:  homebrew, nintendo-3ds, 3ds
3ds Examples
Examples for 3DS using devkitARM, libctru, citro3d and citro2d
Stars: ✭ 221 (-58.3%)
Mutual labels:  3ds, nintendo-3ds, homebrew
HWL-SaveEditor
An Save-Editor for the game Hyrule Warriors Legends (Nintendo 3DS)
Stars: ✭ 18 (-96.6%)
Mutual labels:  homebrew, nintendo-3ds
CDNTool
CDN Nintendo's servers 3DS title downloader (as CIA)
Stars: ✭ 15 (-97.17%)
Mutual labels:  nintendo-3ds, 3ds
powerslaves
Taking PowerSaves as a slave to your will.
Stars: ✭ 28 (-94.72%)
Mutual labels:  nintendo-3ds, 3ds
ctrmus
3DS Music Player
Stars: ✭ 73 (-86.23%)
Mutual labels:  homebrew, nintendo-3ds
Rom Properties
ROM Properties Page shell extension
Stars: ✭ 210 (-60.38%)
Mutual labels:  3ds, nintendo-3ds
Sonic-1-2-2013-Decompilation
Sonic 1/2 (2013) Decompilation for New 3DS
Stars: ✭ 41 (-92.26%)
Mutual labels:  homebrew, 3ds
3ds
Javascript front-end to the titledb API
Stars: ✭ 12 (-97.74%)
Mutual labels:  homebrew, 3ds
libstarlight
3DS Homebrew Application Framework
Stars: ✭ 28 (-94.72%)
Mutual labels:  homebrew, 3ds
ctruLua
ctrµLua: Lua homebrewing for 3DS
Stars: ✭ 22 (-95.85%)
Mutual labels:  homebrew, 3ds
Ninfs
FUSE filesystem Python scripts for Nintendo console files
Stars: ✭ 241 (-54.53%)
Mutual labels:  3ds, nintendo-3ds
new-browserhax-XL
Another one!
Stars: ✭ 32 (-93.96%)
Mutual labels:  homebrew, 3ds
Luma3ds
Noob-proof (N)3DS "Custom Firmware"
Stars: ✭ 3,313 (+525.09%)
Mutual labels:  3ds, homebrew
3dsident
PSPident clone for 3DS
Stars: ✭ 150 (-71.7%)
Mutual labels:  3ds, homebrew
Div Games Studio
Complete cross platform games development package, originally for DOS but now available on modern platforms.
Stars: ✭ 168 (-68.3%)
Mutual labels:  3ds, nintendo-3ds
old-browserhax
Fast and free old 3ds browser exploit for latest firmware.
Stars: ✭ 37 (-93.02%)
Mutual labels:  homebrew, 3ds
Fastboot3ds
A homebrew bootloader for the Nintendo 3DS that is similar to android's fastboot.
Stars: ✭ 258 (-51.32%)
Mutual labels:  nintendo-3ds, homebrew

libctru - CTR User Library

Build Status

Library for writing user mode ARM11 code for the 3DS (CTR)

This library aims to provide the foundations necessary to write 3DS Homebrew, and straightforwardly access the different functionalities provided by the 3DS operating system. It is not meant to provide higher level functions; to put things in perspective, the purpose of libctru would be to sit between the OS and a possible port of SDL rather than replace it.

(Originally located at github.com/smealum/ctrulib)

Setup

libctru is just a library and needs a toolchain to function. devkitARM (created by devkitPro) is the officially supported ARM cross compiling toolchain, which provides the framework necessary to supply a usable POSIX-like environment, with working C and C++ standard libraries; as well as the tools required to compile homebrew in the 3DSX format, and assemble GPU shaders. The use of other ARM toolchains is severely discouraged.

The most recent version of devkitARM is always recommended. The installers/setup scripts supplied by devkitPro install a prebuilt copy of the latest stable version of libctru, which is recommended for general use. Please note that devkitPro has a policy of keeping legacy code to a minimum, so a library upgrade may result in older code failing to compile or behave properly. Developers are encouraged to keep their code working with the latest versions of the tools and libraries.

You may find instructions on how to install devkitARM on the devkitPro Wiki.

Documentation

The documentation is automatically built upon release and can be found at the following url: https://devkitpro.github.io/libctru/

License

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].