Mystic -- the Halloween version. Haunted!

bugz 3dfca8e138 Updated: moved more to utils. 4 years ago
hh ca50c4d5ba Oops, vscodium will mangle ansi files! 4 years ago
.gitmodules d9fa0e92f7 Added googletest, zf_log README.md to fix. 4 years ago
CMakeLists.txt 3dfca8e138 Updated: moved more to utils. 4 years ago
README.md d9fa0e92f7 Added googletest, zf_log README.md to fix. 4 years ago
TODO.md bb9a193fa7 Directions on setting this up. 4 years ago
ansi-color.c 391202b7c6 Example ANSI color file from 4 years ago
ansi-to-src.cpp 3dfca8e138 Updated: moved more to utils. 4 years ago
bat.ans c7771086c8 bugz' ansi work branch. 4 years ago
build_images.sh 4e20fb8a79 Working images / ansi-to-src :D 4 years ago
ghead.ans c7771086c8 bugz' ansi work branch. 4 years ago
ghost.ans c7771086c8 bugz' ansi work branch. 4 years ago
images.cpp 4e20fb8a79 Working images / ansi-to-src :D 4 years ago
lastseen.cpp 5b83c281c0 Updated using C++ objects. Tests next to do. 4 years ago
lastseen.h 5b83c281c0 Updated using C++ objects. Tests next to do. 4 years ago
mystic.cpp 3dfca8e138 Updated: moved more to utils. 4 years ago
panther.ans c7771086c8 bugz' ansi work branch. 4 years ago
render-test.cpp 2f326cecd7 Fixing render. 4 years ago
render.cpp 2f326cecd7 Fixing render. 4 years ago
render.h 3ac1940504 Updated: breaking up main. 4 years ago
rsync_list.txt b453b5da1f I'm including my update script. 4 years ago
show 930ebe20ff Ansi file to .c/.cpp. show ansi file in linux console 4 years ago
show_bat_issue.sh c7771086c8 bugz' ansi work branch. 4 years ago
show_skull_issue.sh c7771086c8 bugz' ansi work branch. 4 years ago
skull-blink.ans c7771086c8 bugz' ansi work branch. 4 years ago
skull.ans c7771086c8 bugz' ansi work branch. 4 years ago
terminal.cpp 3ac1940504 Updated: breaking up main. 4 years ago
terminal.h 3ac1940504 Updated: breaking up main. 4 years ago
test_lastseen.cpp 5ebec0c585 Ok, LGTM. 4 years ago
try-re.c 3cff6c70e5 Updated re for clean output. Added zf_log. 4 years ago
update_example b453b5da1f I'm including my update script. 4 years ago
utils.cpp 3dfca8e138 Updated: moved more to utils. 4 years ago
utils.h 3dfca8e138 Updated: moved more to utils. 4 years ago
wolf.ans c7771086c8 bugz' ansi work branch. 4 years ago

README.md

To Use:

git submodule update --init

Do this instead. Avoid the submodule hell.

git clone https://github.com/wonder-mice/zf_log.git git clone https://github.com/google/googletest.git

sudo apt install cmake

cmake . make

Also:

codium clang-format extension

apt install clang-format

Build a "release" build

cmake -DCMAKE_BUILD_TYPE=Release . make

To switch back to "debug" build

cmake -DCMAKE_BUILD_TYPE=Debug . make