Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 681 Bytes

File metadata and controls

25 lines (18 loc) · 681 Bytes

Notes

Tools

Pixel art

rx
a vim-like pixel art editor written in rust.
  • aseprite

Map editor

  • tiled

Todo notes

add resources folder

incorporate rapid reloading via the haskell rapid library.

consider using a data-driven design pattern, by parsing csv generated by tiled.

Notes

Interactive evaluation of arbitrary code via ghcid.

  • In order to interactively evaluate comments of the following form:
    -- $> code
        

    Run ghcid --allow-eval in the root directory. This will automatically reload the file every time it changes, as well as running code and displaying the result.