Brick Atelier
Pixel editor - Version 0.87
Introduction
Brick Atelier is a tile-based pixel painting program. It's a freeware (free to use, but not to distribute or sell) alpha version designed for in-house use, but released in case someone finds it useful.
Key features
- 8-bit per channel RGBA color model
- Tile sizes from 6 x 6 to 64 x 64 pixels
- Maximum number of 256 tiles in a tileset
- Mouse wheel zoom from 3x3 to 32x32 size editor pixels
- Simple drawing tools with some special tools like colorize and smudge brush
- Masking and selection tools include rectangle, ellipse, brush and flood fill
- An option to use history brush mode with right mouse button (restores previously saved pixels)
- Tool shelf: options and settings visible only for the current tool
- Tile preview with an option to select repeat amount
- Quick window preview with as many tiles as the window can fit
- Color and palette editor
- Fast light-weight editor designed for tiles
Technical details
Brick Atelier is programmed in object-oriented style C++ using SDL2 library for screen output. Since SDL2 doesn't have advanced GUI features there is a custom made GUI for Brick which partly explains the long development span began in 2004 and continues from the last release version 0.85 from 2013. The only external part of the GUI is the file dialog which is a Windows based dialog. It can be called from the SDL2, but it's a "bad" solution likely to be replaced with a custom file dialog using only SDL2.
Screenshot
The tool shelf at right is showing related options for the current tool.
Download
Version 0.87 released 4. July 2023. 64-bit for Windows 10+. There is no installer, download and extract the files.
Requires a screen resolution of at least 1234 x 696 pixels. Microsoft Redistributable 2022 is also required, but only if you can't run the program.