Skip to content

Iced-Tea/milton

 
 

Repository files navigation

MiltonLogo

Milton is an open source application that lets you Just Paint.

There are no pixels, you can paint with (almost) infinite detail. It feels raster-based but it works with vectors. It is not an image editor. It is not a vector graphics editor. It is a program that lets you draw, sketch and paint. There is no save button, your work is persistent with unlimited undo.

Stories in Ready Join the chat at https://gitter.im/serge-rgb/milton

Milton Paint ss

Features

  • Infinite canvas

    zoooom

    You don't pick a resolution, and you don't work with pixels. Your work is stored as a sequence of commands, and rendered on the fly. Whenever you want to, you can export your work to bitmaps of any size.

  • Simple

    Milton solves a single problem: draw without pixels. It doesn't pretend to be something more than that.

  • Persistent

    No save button. Ctrl-S is so 1980's

  • Wacom support

    Milton currently supports Wacom on Windows Mac and Linux. The Mac version supports any tablet device. General tablet support on Windows is WIP.

  • Software rendered.

    Milton features a software rasterizer by design, for reliability and flexibility.

  • Open Source

    Milton is MIT-licensed

What Milton is not:

Milton is not an image editor or a vector graphics editor. It's a program that lets you draw, sketch and paint.

User Manual

If the GUI makes something not-obvious, please create a github issue!

It's very helpful to drag the mouse (or pen) while pressing space to pan the canvas. Also, switching between the brush and the eraser with b and e. You can change the brush size with [ and ] and control the transparency with the number keys.

Here is the latest video tutorial

Check out the patreon page if you would like to help out. :)

Milton is Windows only at the moment. Linux and OSX support is intended for the future, but I don't know when that will come.

How to Compile

Windows

Requirements: VS2015. If you have another version, edit scripts\vcvars.bat to point to your Visual Studio path. (2010 == 10.0, 2012 == 11.0, 2013 == 12.0, 2015 == 14.0)

Run cmd.exe and type the following

scripts\vcvars.bat
build.bat

Milton will be compiled to build\Milton.exe

There is a Visual Studio 2015 solution provided in VS2015\MiltonPaint.sln, which is currently broken. I use it to check that my header dependencies work with a one-translation-unit-per-file build.

Linux

WON'T WORK

Requirements:

  • SDL2 development libraries. On Ubuntu, this is apt-get install libsdl2-dev
  • The clang compiler.

Just run make

OSX

WON'T WORK

Requirements:

  • CMake (for building SDL)
  1. ./setup_osx.sh to download dependencies and build SDL
  2. ./build_osx.sh
  3. Milton is compiled to ./build/milton

License

Copyright (c) 2015-2016 Sergio Gonzalez

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Credits and Thanks

  • Art

    • Milton's logo and artwork by the very talented Perla Fierro
  • Code

  • Rubber-ducking / Whiteboarding

    • Rodrigo Gonzalez del Cueto @rdelcueto
    • Luis Eduardo Pérez
    • Mom
  • The "Jueves Sensual" team :)

    • Axel Becerril
    • Ruben Bañuelos
    • Caro Barberena
    • Carlos Chilazo
    • Roberto Lapuente
    • Joshua Mendoza
    • Maximiliano Monterrubio
    • Santiago Montesinos
    • Aarón Reyes García
    • Vane Ugalde
  • Inspiration / Education

    • Casey Muratori for Handmade Hero

Glorious Patrons of the Coding Craft

Thank you so much for supporting Milton on Patreon to:

About

A modern paint package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 79.9%
  • C++ 17.5%
  • Batchfile 1.3%
  • Makefile 0.4%
  • Shell 0.4%
  • Objective-C 0.3%
  • Other 0.2%