# CtrOrganizer (This is a project from February 2016) A 3DS File Manager. Last tested library commits: * *ctrulib* [`7d42b57`](https://github.com/fincs/citro3d/tree/7d42b57289483fd59b770cdfa0f2923086508014) * *citro3d* [`bb98537`](https://github.com/smealum/ctrulib/tree/bb9853798bfa36dfe84a9ca9ed2ed7ad82192d65) # Building Since this project uses the [3DS Homebrew Template](https://github.com/thedax/3DSHomebrewTemplate) all of the required makerom and bannertool tools are already provided if you don't have them. `make` After you run make check the output directory for your binary files. # TODO These things are planned currently: * ~~GPU Rendering~~ * Hex view ([similar to CtrXplorer](https://i.imgur.com/wWe72jf.png)) * Image view * UI Improvements * Status bar * Options menu * Size and free space * ~~State managment~~ * ~~Make it easier to add states~~ * ~~Inherit from base class so we can hold states in an array~~ # Credits * Thanks to the [devkitPro](http://devkitpro.org/) team and the [contributors of ctrulib](https://github.com/smealum/ctrulib/graphs/contributors) for [3ds-examples](https://github.com/devkitPro/3ds-examples) and the [amazing ctrulib library](https://github.com/smealum/ctrulib).