Mystic -- the Halloween version. Haunted!

bugz 93429d4162 Merge of bugz-ansi. 4 år sedan
hh fec31c343f ghost.ans added credit to Beanzilla 4 år sedan
.gitmodules d9fa0e92f7 Added googletest, zf_log README.md to fix. 4 år sedan
CMakeLists.txt 93429d4162 Merge of bugz-ansi. 4 år sedan
README.md d9fa0e92f7 Added googletest, zf_log README.md to fix. 4 år sedan
TODO.md bb9a193fa7 Directions on setting this up. 4 år sedan
ansi-color.c 391202b7c6 Example ANSI color file from 4 år sedan
ansi-to-src.cpp 93429d4162 Merge of bugz-ansi. 4 år sedan
bat.ans 93429d4162 Merge of bugz-ansi. 4 år sedan
build_images.sh 93429d4162 Merge of bugz-ansi. 4 år sedan
ghead.ans 93429d4162 Merge of bugz-ansi. 4 år sedan
ghost.ans 93429d4162 Merge of bugz-ansi. 4 år sedan
images.cpp 93429d4162 Merge of bugz-ansi. 4 år sedan
lastseen.cpp 5b83c281c0 Updated using C++ objects. Tests next to do. 4 år sedan
lastseen.h 5b83c281c0 Updated using C++ objects. Tests next to do. 4 år sedan
mystic.cpp 93429d4162 Merge of bugz-ansi. 4 år sedan
panther.ans 93429d4162 Merge of bugz-ansi. 4 år sedan
render.cpp 6c6a6e7d50 Fix issue with render and new buffer char*/len system. 4 år sedan
render.h 3ac1940504 Updated: breaking up main. 4 år sedan
rsync_list.txt b453b5da1f I'm including my update script. 4 år sedan
show 930ebe20ff Ansi file to .c/.cpp. show ansi file in linux console 4 år sedan
show_bat_issue.sh 93429d4162 Merge of bugz-ansi. 4 år sedan
show_skull_issue.sh 93429d4162 Merge of bugz-ansi. 4 år sedan
skull-blink.ans 93429d4162 Merge of bugz-ansi. 4 år sedan
skull.ans 93429d4162 Merge of bugz-ansi. 4 år sedan
terminal.cpp 3ac1940504 Updated: breaking up main. 4 år sedan
terminal.h 3ac1940504 Updated: breaking up main. 4 år sedan
test_lastseen.cpp 5ebec0c585 Ok, LGTM. 4 år sedan
try-re.c 3cff6c70e5 Updated re for clean output. Added zf_log. 4 år sedan
update_example b453b5da1f I'm including my update script. 4 år sedan
utils.cpp 93429d4162 Merge of bugz-ansi. 4 år sedan
utils.h 93429d4162 Merge of bugz-ansi. 4 år sedan
wolf.ans 93429d4162 Merge of bugz-ansi. 4 år sedan

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