diff options
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..68a6871 --- /dev/null +++ b/README.markdown @@ -0,0 +1,33 @@ +LayoutStudio Readme +------------------- + +LayoutStudio is a work-in-progress application written by Treeki which plans to +offer graphical editing of Wii NW4R layouts/banners (.brlyt/.brlan files) with +functional, real-time previews. + +The application is written in C++ (with heavy usage of Nokia's Qt toolkit). + +The graphical rendering will eventually use OpenGL, and build on the excellent +GX GPU emulation in the [Dolphin][dol] GameCube/Wii emulator. + +[dol]: http://code.google.com/p/dolphin-emu/ + + +### Implemented Features ### +- BRLYT reading (materials are not yet fully implemented) +- Simple API for manipulating layout files from other code + + +### Planned Features ### +- BRLYT writing (partially done) +- BRLAN reading/writing +- Graphical interface for editing layouts and animations +- Rendering of layouts using OpenGL and Dolphin's GX emulation + + + +Other Stuff +----------- + +Special thanks to megazig, trap15 and everyone else who worked on benzin. +Greets to #HACKERCHANNEL and the Newer team :p |