All Projects → rverseTeam → Rverse2

rverseTeam / Rverse2

Licence: apache-2.0
Miiverse clone framework, for 3DS and Wii U

Projects that are alternatives of or similar to Rverse2

ctrmus
3DS Music Player
Stars: ✭ 73 (+135.48%)
Mutual labels:  nintendo-3ds
SuperPhotoStudio
Take pictures of your favorite characters, in glorious Hori-HD (800px mode)!
Stars: ✭ 16 (-48.39%)
Mutual labels:  nintendo-3ds
Twilightmenu Updater
An updater for TWiLight Menu++
Stars: ✭ 268 (+764.52%)
Mutual labels:  nintendo-3ds
kwz-parser
Example full-featured Python parser for Flipnote Studio 3D's .kwz animation format
Stars: ✭ 18 (-41.94%)
Mutual labels:  nintendo-3ds
SavvyManager
An editor/save manager for the Girls Mode/Girls Style/Style Savvy/Style Boutique games, on Nintendo 3DS
Stars: ✭ 13 (-58.06%)
Mutual labels:  nintendo-3ds
cpymo
Pymo Game Engine implemention in C.
Stars: ✭ 13 (-58.06%)
Mutual labels:  nintendo-3ds
HWL-SaveEditor
An Save-Editor for the game Hyrule Warriors Legends (Nintendo 3DS)
Stars: ✭ 18 (-41.94%)
Mutual labels:  nintendo-3ds
Libctru
Homebrew development library for Nintendo 3DS/Horizon OS user mode (Arm11)
Stars: ✭ 530 (+1609.68%)
Mutual labels:  nintendo-3ds
flipnote-studio-3d-docs
Documentation for Flipnote Studio 3D (3DS eShop)
Stars: ✭ 25 (-19.35%)
Mutual labels:  nintendo-3ds
Fastboot3ds
A homebrew bootloader for the Nintendo 3DS that is similar to android's fastboot.
Stars: ✭ 258 (+732.26%)
Mutual labels:  nintendo-3ds
3ds-template
Template Project for Code::Blocks for developing 3ds homebrew
Stars: ✭ 22 (-29.03%)
Mutual labels:  nintendo-3ds
Reverse
Deprecated Miiverse clone framework, for 3DS and Wii U
Stars: ✭ 20 (-35.48%)
Mutual labels:  nintendo-3ds
m3diaLib-CTR
A C++ library for easier homebrew development for the Nintendo 3DS
Stars: ✭ 39 (+25.81%)
Mutual labels:  nintendo-3ds
3DS.py
Python on your Nintendo 3DS
Stars: ✭ 90 (+190.32%)
Mutual labels:  nintendo-3ds
3dsconv
Python script to convert Nintendo 3DS CCI (".cci", ".3ds") files to the CIA format
Stars: ✭ 312 (+906.45%)
Mutual labels:  nintendo-3ds
powerslaves
Taking PowerSaves as a slave to your will.
Stars: ✭ 28 (-9.68%)
Mutual labels:  nintendo-3ds
LeafEdit
Work in progress Animal Crossing: New Leaf save manager & editor for the Nintendo 3DS!
Stars: ✭ 56 (+80.65%)
Mutual labels:  nintendo-3ds
Pong 3ds
A 3D pong game for 3DS with software rendering.
Stars: ✭ 12 (-61.29%)
Mutual labels:  nintendo-3ds
Keyshuffling
Keyshuffling Attack for Persistent Early Code Execution in the Nintendo 3DS Secure Bootchain
Stars: ✭ 341 (+1000%)
Mutual labels:  nintendo-3ds
bottomless-block-barrage
Panel de Pon (Tetris Attack) clone for the 3ds.
Stars: ✭ 15 (-51.61%)
Mutual labels:  nintendo-3ds

rverse2

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