All Projects → Ryuzaki-MrL → 3ds

Ryuzaki-MrL / 3ds

Licence: other
Javascript front-end to the titledb API

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to 3ds

libstarlight
3DS Homebrew Application Framework
Stars: ✭ 28 (+133.33%)
Mutual labels:  homebrew, 3ds
Libctru
Homebrew development library for Nintendo 3DS/Horizon OS user mode (Arm11)
Stars: ✭ 530 (+4316.67%)
Mutual labels:  homebrew, 3ds
m3diaLib-CTR
A C++ library for easier homebrew development for the Nintendo 3DS
Stars: ✭ 39 (+225%)
Mutual labels:  homebrew, 3ds
old-browserhax
Fast and free old 3ds browser exploit for latest firmware.
Stars: ✭ 37 (+208.33%)
Mutual labels:  homebrew, 3ds
ctruLua
ctrµLua: Lua homebrewing for 3DS
Stars: ✭ 22 (+83.33%)
Mutual labels:  homebrew, 3ds
bottomless-block-barrage
Panel de Pon (Tetris Attack) clone for the 3ds.
Stars: ✭ 15 (+25%)
Mutual labels:  homebrew, 3ds
Luma3ds
Noob-proof (N)3DS "Custom Firmware"
Stars: ✭ 3,313 (+27508.33%)
Mutual labels:  homebrew, 3ds
Cthulhu
Homebrew alternative to Nintendo's dev unit software
Stars: ✭ 72 (+500%)
Mutual labels:  homebrew, 3ds
3ds Examples
Examples for 3DS using devkitARM, libctru, citro3d and citro2d
Stars: ✭ 221 (+1741.67%)
Mutual labels:  homebrew, 3ds
3dsident
PSPident clone for 3DS
Stars: ✭ 150 (+1150%)
Mutual labels:  homebrew, 3ds
Sonic-1-2-2013-Decompilation
Sonic 1/2 (2013) Decompilation for New 3DS
Stars: ✭ 41 (+241.67%)
Mutual labels:  homebrew, 3ds
new-browserhax-XL
Another one!
Stars: ✭ 32 (+166.67%)
Mutual labels:  homebrew, 3ds
3DS.py
Python on your Nintendo 3DS
Stars: ✭ 90 (+650%)
Mutual labels:  homebrew, 3ds
meta-package-manager
🎁 a wrapper around all package managers
Stars: ✭ 277 (+2208.33%)
Mutual labels:  homebrew
savemii
Savegame manager for the Nintendo Wii U
Stars: ✭ 38 (+216.67%)
Mutual labels:  homebrew
smmdb
cross console/emulator sharing platform for Super Mario Maker courses
Stars: ✭ 51 (+325%)
Mutual labels:  3ds
homebrew-ceph-client
Homebrew tap for ceph client libraries
Stars: ✭ 22 (+83.33%)
Mutual labels:  homebrew
Notepad3DS
Text editor for the Nintendo 3DS console
Stars: ✭ 17 (+41.67%)
Mutual labels:  3ds
AwsTerm
A collection of awesome terminal utilities
Stars: ✭ 37 (+208.33%)
Mutual labels:  homebrew
rubydoc.brew.sh
📖 An online Ruby documentation browser for Homebrew/brew
Stars: ✭ 13 (+8.33%)
Mutual labels:  homebrew

The Homebrew Database

Overview

The Homebrew Database is a website designed to show information about every published Nintendo 3DS homebrew application.

Collaboration from the homebrew community is needed to develop this website. To contribute, fork this repository to add new database entries (manually-entered JSON), improve the website's design and functionality or translate the website to a different language. After you have made your changes or additions, send a detailed pull request. See CONTRIBUTING.md for more information about contributing.

Features

  • Search for homebrew by name, author, release date, category, description, development status and preset keywords and tags.
  • Sort the homebrew list by title, category, author and release date.
  • Filter the homebrew list by category, release status and development status.
  • Click on a homebrew application's title to show detailed information such as long description, screenshot, latest version and entrypoint compatibility.
  • A brief statistics panel on the bottom-right corner shows how many homebrew applications each category and status contains.
  • URL query strings are parsed as explained below.

Query string parsing

Query String Valid Arguments Details
?search=value value: any string
?sort=criteria|order criteria: title, author, cat, release.
order: asc, desc
This query sorts the results by the specified criteria and ordering.
?filter=
criteria1|...|criteriaN
criteria: app, game, emu, cfw, released, unreleased, unkdate, wip, discontinued, finished, unknown This query filters the results by the specified criteria and ordering.
?show=id id: any non-negative integer id is the homebrew index between 0 and the total number of homebrew entries.
This query opens the detailed information panel for the specified homebrew.
?legacy=true This query loads the old database instead of titledb.

Software Used

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].