All Projects → rverseTeam → Reverse

rverseTeam / Reverse

Licence: Apache-2.0 license
Deprecated Miiverse clone framework, for 3DS and Wii U

Programming Languages

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

Projects that are alternatives of or similar to Reverse

SARC-Tool
Tool for extracting and packing SARC files present in Nintendo EAD games.
Stars: ✭ 60 (+200%)
Mutual labels:  nintendo-3ds, nintendo-wii-u
kwz-parser
Example full-featured Python parser for Flipnote Studio 3D's .kwz animation format
Stars: ✭ 18 (-10%)
Mutual labels:  nintendo-3ds
Rom Properties
ROM Properties Page shell extension
Stars: ✭ 210 (+950%)
Mutual labels:  nintendo-3ds
sarc
Nintendo SARC archive reader and writer
Stars: ✭ 16 (-20%)
Mutual labels:  nintendo-wii-u
Ninfs
FUSE filesystem Python scripts for Nintendo console files
Stars: ✭ 241 (+1105%)
Mutual labels:  nintendo-3ds
HWL-SaveEditor
An Save-Editor for the game Hyrule Warriors Legends (Nintendo 3DS)
Stars: ✭ 18 (-10%)
Mutual labels:  nintendo-3ds
Citro3d
Homebrew PICA200 GPU wrapper library for Nintendo 3DS
Stars: ✭ 143 (+615%)
Mutual labels:  nintendo-3ds
Miyamoto
A supercharged fork of the modern day level editor.
Stars: ✭ 67 (+235%)
Mutual labels:  nintendo-wii-u
3DS.py
Python on your Nintendo 3DS
Stars: ✭ 90 (+350%)
Mutual labels:  nintendo-3ds
CDNTool
CDN Nintendo's servers 3DS title downloader (as CIA)
Stars: ✭ 15 (-25%)
Mutual labels:  nintendo-3ds
Brahma
Brahma - Privilege elevation exploit for Nintendo 3DS
Stars: ✭ 34 (+70%)
Mutual labels:  nintendo-3ds
Pk3ds
Pokémon (3DS) ROM Editor & Randomizer
Stars: ✭ 244 (+1120%)
Mutual labels:  nintendo-3ds
powerslaves
Taking PowerSaves as a slave to your will.
Stars: ✭ 28 (+40%)
Mutual labels:  nintendo-3ds
3ds Examples
Examples for 3DS using devkitARM, libctru, citro3d and citro2d
Stars: ✭ 221 (+1005%)
Mutual labels:  nintendo-3ds
3ds-template
Template Project for Code::Blocks for developing 3ds homebrew
Stars: ✭ 22 (+10%)
Mutual labels:  nintendo-3ds
Div Games Studio
Complete cross platform games development package, originally for DOS but now available on modern platforms.
Stars: ✭ 168 (+740%)
Mutual labels:  nintendo-3ds
flipnote-player
🎬 Web player and video converter for animations made with Flipnote Studio; an animation app for the Nintendo DSi and 3DS
Stars: ✭ 85 (+325%)
Mutual labels:  nintendo-3ds
miiverse-api-poc
[WIP] PoC replacement for the Miiverse API. Pre-alpha
Stars: ✭ 14 (-30%)
Mutual labels:  miiverse
Universal-Manager
Multimedia tool for Nintendo DSi, Nintendo 3DS and Nintendo Switch.
Stars: ✭ 26 (+30%)
Mutual labels:  nintendo-3ds
ctrmus
3DS Music Player
Stars: ✭ 73 (+265%)
Mutual labels:  nintendo-3ds

Reverse

StyleCI

Requirements

  • PHP 7.2.0 (or greater) or an equivalent environment
  • MySQL 5.7 is recommended, you can use any database engine compatible with illuminate/database in theory though.
  • Composer

Installing

Backend

Copy config.example.php, set everything up to your liking (database is most important). I'd also recommend setting show_errors to true for development. Then run the following commands in the root.

$ composer install
$ php topia db:install
$ php topia db:migrate
$ php topia db:setup

After that you can either use $ php topia serve to use the built in development server or serve the public folder through your webserver of choice.

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