Skip to main content

Infinite

Infinite is a simple drawing program with an infinite canvas. I made it back in 2017 from scratch using Win32 and OpenGL because I thought it would be nice to have a drawing program that opens up quickly and just lets you draw anywhere. I have used it quite a bit since then, it has proven to be more useful than I thought. Here is a blog post about it.

This is quickly made prototype. It is not polished and probably has bugs. But if you want to try it out here is a download:

Download

It is a standalone exe of about 300 kB.

Controls

  • Left mouse button to draw
  • Right mouse button to change brush size
  • Press E to toggle eraser
  • Press B to toggle brush
  • Hold TAB to change brush color
  • Hold Shift-TAB to change background color
  • Hold S and Left mouse button to drag a rectangle to save as PNG
  • Hold shift to draw a straight line
  • Ctrl-Z to undo
  • Ctrl-Y to redo