add screenshots; update README.md
|
@ -6,6 +6,12 @@ Deep WIP multi-tool to work with NS-specific files / filesystem images.
|
|||
|
||||
[GNU General Public License v3+](https://github.com/developersu/konogonka/blob/master/LICENSE)
|
||||
|
||||
<img src="screenshots/1.png" alt="drawing" width="250"/> <img src="screenshots/2.png" alt="drawing" width="250"/> <img src="screenshots/3.png" alt="drawing" width="250"/>
|
||||
|
||||
<img src="screenshots/4.png" alt="drawing" width="250"/> <img src="screenshots/5.png" alt="drawing" width="250"/> <img src="screenshots/6.png" alt="drawing" width="250"/>
|
||||
|
||||
<img src="screenshots/7.png" alt="drawing" width="250"/>
|
||||
|
||||
### Used libraries & resources
|
||||
* [Bouncy Castle](https://www.bouncycastle.org/) for Java.
|
||||
* [Java-XTS-AES](https://github.com/horrorho/Java-XTS-AES) by horrorho with minimal changes.
|
||||
|
|
BIN
screenshots/1.png
Normal file
After Width: | Height: | Size: 234 KiB |
BIN
screenshots/2.png
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
screenshots/3.png
Normal file
After Width: | Height: | Size: 132 KiB |
BIN
screenshots/4.png
Normal file
After Width: | Height: | Size: 99 KiB |
BIN
screenshots/5.png
Normal file
After Width: | Height: | Size: 168 KiB |
BIN
screenshots/6.png
Normal file
After Width: | Height: | Size: 114 KiB |
BIN
screenshots/7.png
Normal file
After Width: | Height: | Size: 146 KiB |
|
@ -15,7 +15,7 @@
|
|||
<?import javafx.scene.shape.SVGPath?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
|
||||
<VBox minHeight="600.0" spacing="5.0" xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1" fx:controller="konogonka.Controllers.RFS.RomFsController">
|
||||
<VBox minHeight="750.0" spacing="5.0" xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1" fx:controller="konogonka.Controllers.RFS.RomFsController">
|
||||
<children>
|
||||
<TitledPane animated="false" expanded="false" text="Header (Level 6)">
|
||||
<content>
|
||||
|
|