Skip to content

blackjackfruit/TileEditorPro

Repository files navigation

TileEditorPro

Langues swift4 IDE Xcode9 OS macOS

NES TileEditorPro for editing CHR and roms on macOS. This project depends on the TileEditor framework which was written to isolate the application code from the data, graphics editing and viewing.

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.)
  • Project settings
    • Allow the change of the number of tiles selectable (zooming scale 1x, 2x, 4x) at a time.
  • More options for painting such as fill, square, lines, etc.
  • Need to write Unit Tests.