doodle/render
Noah 5bf7d554f7 Add doodad.exe binary and PNG to Drawing Converter
Adds the `doodad` binary which will be a command line tool to work with
Doodads and Levels and assist with development.

The `doodad` binary has subcommands like git and the first command is
`convert` which converts between image files (PNG or BMP) and Doodle
drawing files (Level or Doodad). You can "screenshot" a level into a PNG
or you can initialize a new drawing from a PNG.
2018-10-16 12:26:41 -07:00
..
sdl Move Editor Canvas Into UI + UI Improvements 2018-10-08 10:38:49 -07:00
color.go Add doodad.exe binary and PNG to Drawing Converter 2018-10-16 12:26:41 -07:00
interface.go Implement Chunk System for Pixel Data 2018-09-23 15:42:05 -07:00
log.go Stabilize frame rate, add debug overlay 2018-06-16 19:59:23 -07:00
point.go Fix Play Mode, Level Handover & Collision Detection 2018-09-25 09:40:34 -07:00
point_test.go Abstract Drawing Canvas into Reusable Widget 2018-08-16 20:37:19 -07:00