Skip to main content

Getting Started

Install

Raven Together is a Windows executable. Download from Itch or Ko-fi:

No installation required. Just unzip and run.

Minimum Requirements

  • OS: Windows 10+
  • .NET 6.0 Runtime (Should install from the .exe if not present)
  • GPU with OpenGL 3.3+

Quickstart

  1. Launch the app
  2. Open a .digi project by clicking the Load Button LoadButton
  3. OR Pick your desired pixel resolution for tile map tiles, currently supporting 16x16, 32, 64, 128.
    Export Button

How To Draw Tiles

  1. Start drawing tiles in the Draw Pixels Canvas
    Export Button
  2. and click the Save ButtonSaveButton when finished to ship them to your tile bin.
Export Button

How To Use Tiles

  1. Use the Tile Bin to Paint them to the World Canvas in the background.
    Export Button
  2. Draw, Erase and select them using the tools on the toolbar.

How To Edit Tiles

Export Button

Need to change a tile that's in your Tile Bin?, edit by clicking Edit it will reopen that tile in the Draw Pixels Canvas. From here, you have two options:

  1. Save the Tile: Overwrite all those tiles in the world Save To Bin SaveToBin
  2. Clone the Tile: Restore the old tile in your world, but make a Tile Bin object Duplicate To Bin DuplicateToBin. (Useful for variations)
    Export Button

Finishing Up

  1. Export to JSON (for now, planning on using a data-oriented, interpreted scripting language)

    Export Button
  2. Import into Unity (link for 1-click included soon)

    Export Button

To get more out of the application, check out The Editor!

Head over to Demos for a quickstart: Demos