More actions
(Created page with "{{Infobox 3DS homebrew | title = Themely | image = https://dlhb.gamebrew.org/3dshomebrew/Themely3ds-01.png|250px | type = Utilities | version = v1.3.1 | licence = Mixed | auth...") |
No edit summary |
||
Line 12: | Line 12: | ||
<youtube>_Rzlx0JBFQk</youtube> | <youtube>_Rzlx0JBFQk</youtube> | ||
https://github.com/ihaveamac/Themely/raw/master/meta/banner_3ds.png | |||
https://github.com/ihaveamac/Themely/raw/master/screenshot.png | |||
== Features == | |||
* '''Native code, which allows us to have...''' | |||
* '''... up to 380% speed increase from CHMM2''' | |||
* ZIP support (ignores invalid ZIPs) | |||
* BGM preview support (CHMM is usually hit or miss with this one) | |||
* Instant theme preview | |||
* Fullscreen preview | |||
* QR Code reader<b>*</b> | |||
* Install without BGM | |||
* Theme shuffle | |||
* Theme dumping | |||
* Multilingual (French, German, Italian, Portuguese, Russian, Spanish, and Dutch available)<b>*</b> | |||
* Self updater | |||
== Dependencies & Building == | |||
* DevkitARM r46 | |||
* <code>master</code> branch of ctrulib | |||
* <code>next</code> branch of ctrulib | |||
* Latest version of sf2dlib | |||
* Latest version of sftdlib | |||
* Latest version of sfillib | |||
* zlib, libpng, libjpeg-turbo, freetype, libogg, and tremor from 3ds-portlibs ([https://github.com/javimadgit/3ds_portlibs/ https://github.com/javimadgit/3ds_portlibs/] recommended) | |||
You can run the <code>deps.sh</code> script to install <code>sf2dlib</code>, <code>sftdlib</code>, <code>sfillib</code>, and <code>3ds-portlibs</code> automatically. | |||
Run <code>make</code> to build the 3DSX, CIA, and ZIP files, <code>make run</code> to build & run on Citra. A debug build with debugging symbols will be built by default, append <code>DEBUG=0</code> to the make command to build a production build. | |||
== Thanks == | |||
* People at Nintendo Homebrew discord #dev channel (especially MarcusD) | |||
* DevkitPro contributors | |||
* ctrulib contributors | |||
* xerpi for sf2dlib and sftdlib | |||
* ZetaDesigns for German translation | |||
* theheroGAC for Italian translation | |||
* Jubash for Portuguese translation | |||
* Ann0ying for Russian translation | |||
* umbjolt for Spanish translation | |||
* QuaserEatingATaco for Dutch translation | |||
= License = | |||
This software is licensed under GNU GPLv3. Check LICENSE. | This software is licensed under GNU GPLv3. Check LICENSE. | ||
Copyright (c) 2017 Erman SAYIN | Copyright (c) 2017 Erman SAYIN |
Revision as of 14:18, 13 April 2020
Features
- Native code, which allows us to have...
- ... up to 380% speed increase from CHMM2
- ZIP support (ignores invalid ZIPs)
- BGM preview support (CHMM is usually hit or miss with this one)
- Instant theme preview
- Fullscreen preview
- QR Code reader*
- Install without BGM
- Theme shuffle
- Theme dumping
- Multilingual (French, German, Italian, Portuguese, Russian, Spanish, and Dutch available)*
- Self updater
Dependencies & Building
- DevkitARM r46
master
branch of ctrulibnext
branch of ctrulib- Latest version of sf2dlib
- Latest version of sftdlib
- Latest version of sfillib
- zlib, libpng, libjpeg-turbo, freetype, libogg, and tremor from 3ds-portlibs (https://github.com/javimadgit/3ds_portlibs/ recommended)
You can run the deps.sh
script to install sf2dlib
, sftdlib
, sfillib
, and 3ds-portlibs
automatically.
Run make
to build the 3DSX, CIA, and ZIP files, make run
to build & run on Citra. A debug build with debugging symbols will be built by default, append DEBUG=0
to the make command to build a production build.
Thanks
- People at Nintendo Homebrew discord #dev channel (especially MarcusD)
- DevkitPro contributors
- ctrulib contributors
- xerpi for sf2dlib and sftdlib
- ZetaDesigns for German translation
- theheroGAC for Italian translation
- Jubash for Portuguese translation
- Ann0ying for Russian translation
- umbjolt for Spanish translation
- QuaserEatingATaco for Dutch translation
License
This software is licensed under GNU GPLv3. Check LICENSE.
Copyright (c) 2017 Erman SAYIN