Skip to content

Commit

Permalink
changed logo and banner, added docs files
Browse files Browse the repository at this point in the history
  • Loading branch information
2shady4u committed Mar 21, 2020
1 parent 8af6539 commit eef2a12
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 21 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![Godot PSD Importer banner](icon/godot-psd-importer-banner.png?raw=true "Godot PSD Importer banner")
![Godot KRA/PSD Importer banner](icon/godot-kra-psd-importer-banner.png?raw=true "Godot KRA/PSD Importer banner")

# godot-psd-importer

**!!!DISCLAIMER !!! WORK IN PROGRESS**

GDNative wrapper for Importing PSD-files into Godot 3.1+, making it possible to significantly speed up development when working with PSD-files. Additionally, it does not require any additional compilation or mucking about with build scripts.
GDNative wrapper for Importing KRA- and PSD-files into Godot 3.1+, making it possible to significantly speed up development. Additionally, it does not require any additional compilation or mucking about with build scripts.

Currently the plugin is able to export to both PNG and TGA image formats.

Expand All @@ -13,6 +13,8 @@ Currently the plugin is able to export to both PNG and TGA image formats.

This is an unfortunate constraint of the [PSD Library SDK](https://molecular-matters.com/products_psd_sdk.html), a library that is used to make this plugin work. Efforts to make this library accessible in Linux are ongoing.

The KRA-component of this plugin might be released separately, for other platforms than Windows, in the future though.

### Table Of Contents

- [Roadmap](#roadmap)
Expand All @@ -26,7 +28,7 @@ This is an unfortunate constraint of the [PSD Library SDK](https://molecular-mat
# <a name="roadmap">Roadmap</a>

- [x] Export to PNG
- [ ] Support for Krita *.kra*-files
- [x] Support for Krita *.kra*-files
- [ ] Creation of a PackedScene that mirrors the PSD/KRA layer structure.
- [ ] Addition of metadata interface to create advanced functionalities. (parallax, tweening, ...)

Expand Down
Empty file added docs/BUILD_INSTRUCTIONS.md
Empty file.
Empty file added docs/KRA_FORMAT.md
Empty file.
Binary file added icon/godot-kra-psd-importer-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file removed icon/godot-psd-importer-banner.png
Binary file not shown.
Binary file modified readme/import_plugin_editor.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/kra_import_result.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/psd_import_result.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eef2a12

Please sign in to comment.