grunt-lucas
grunt-lucas
See #46 . This is obviously not a good user experience. Porytiles should provide a way for users to supply a compiled tileset as the paired primary. This should not...
I can probably make a brew tap for MacOS, or for Linux users who use Homebrew (why? lol) - https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap - https://brew.sh/2020/11/18/homebrew-tap-with-bottles-uploaded-to-github-releases/ Other package managers to support, figure out how...
+ Add support for Windows via MSVC? MinGW? + Apparently it is possible to build a cross-compiled version with minGW on a macbook: ``` brew install mingw-w64 cd porytiles make...
It seems that libpng is dependent on zlib. MacOS ships with a default zlib, but Porytiles uses the latest via homebrew. This should be made clear in the install instructions,...
It would be nice to have pre-baked TAB completion scripts for bash, zsh, and fish (any other popular shells?).
In order to be more clear: Compiled tilesets should be referred to as "Porymap-format tilesets" Decompiled tilesets should be referred to as "Porytiles-format tilesets". Thus, the compiler takes you from...
+ generate a single `.h` file which is expected to be `#include`'d in `tileset_anims.c` + users would still need to manually add the callback to `src/data/tilesets/headers.h`? + each source anim...
The [CImg library](https://github.com/GreycLab/CImg) provides similar functionality to png++, but it newer and better supported. Png++ is no longer updated and has some issues compiling on certain platforms. This overhaul will...
**Description** + Check all in-code TODOs, FIXMEs, FEATUREs, use todo.sh to find them + Address those that are critical to a polished `1.0.0` product, they are marked `1.0.0`
Lots of TODOs, FIXMEs, and NOTEs exist. Clean them up.