blackjackfruit / YKTileEditor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TileEditor

Langues swift4 IDE Xcode9 OS macOS

TileEditor is a framework for creating and editing data files for nes graphics (CHR files) and roms on macOS. TileEditor was separated from the TileEditorPro application so to allow integration into other application (ConsoleIDE).

The TileEditor.framework has three apps which demonstrate the different facets of how to use the TileEditor framework. The three applications provide a simplification of palettes (color selection), pixel editor, and viewing nes graphics and roms.

Project is written using Swift4.

Setup

To get this project to compile, cocoapods will be needed.

  1. To install cocoapods easily, download Homebrew. Instructions for installing Homebrew can be found at https://brew.sh
  2. Run the terminal command brew install cocoapods
  3. Navigate to the project where you downloaded TileEditorPro and issue command pod install

TODO:

  • Add support for other platforms (gba, snes, genesis, etc.)
  • More options for painting such as fill, square, lines, etc.
  • Need to write Unit Tests.

About

License:MIT License


Languages

Language:Swift 97.6%Language:Ruby 1.4%Language:Objective-C 1.0%