Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
riidefi authored Aug 9, 2020
1 parent 0cf8f1a commit be9313a
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
# RiiStudio
Sophisticated editors for GameCube and Wii files

## File Formats
## Editable File Formats
| Format | Can Open | Can Save |
|--------|----------|----------|
| BMD | Yes | Yes |
| BDL | Yes | As .BMD |
| BRRES | Yes | No |
| BRRES* | Yes | Yes |
| KMP | Yes | Yes |

\* MDL0 and TEX0

## Importing
Assimp supported formats like FBX and DAE can be imported as BMD/BRRES*.

\* Currently limited to non-rigged models\

## RiiStudio (as a C++ library) also supports
| Format | Can Open | Can Save |
|--------|----------|----------|
| U8 | Yes | No |
| SZS | Yes | Yes* |

\* With "fast" compression only.

## Credits
* Dear ImGui - "Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies" - https://github.com/ocornut/imgui
* GLFW, GLM, SDL
Expand Down

0 comments on commit be9313a

Please sign in to comment.