This repo hosts the source code for different (currently two) programs made by Lukas Holzbeierlein (Captain4LK).
More information, compilation instructions and download links can be found in the tools respective READMEs.
Program | Info | Version |
---|---|---|
SLK_img2pixel | A tool for transforming images into pixel art | 1.5 |
SLK_make | A build system based on the one used by golgotha | on hold |
Here is a link to the SLK_img2pixel Discord. Feel free to pop in and make suggestions or ask questions: https://discord.gg/Nch8hjdZ2V
- SLK_img2pixel: itch.io
All code in this repository (except the 'external' directory containing source code not by me) is released into the public domain (CC0), see COPYING for more info.
- tile map editor
- pixel art editor
- tinyfiledialogs, zlib, for all builds except windows
- stb_image, mit/unlicense
- fopen_utf8, only for windows builds, public domain
- Native File Dialog Extended, only for windows builds, zlib