clort81
clort81
Just great. Very fun results. Some outputs seem 'deep'. :) What are constraints on input filesize? Is there a limit? Occasionally I get no output and haven't figured out what...
Source/Core/Common/x64CPUDetect.cpp:39:12: error: ambiguating new declaration of u64 _xgetbv(u32)’ static u64 _xgetbv(u32 index) gcc version 8.3.0 (Debian 8.3.0-6) Any ideas? I'd like to try some source tweaks on Dolphin.
Hello! Running emerald on devuan, i get ` monkey@butt:~/nuproj/omw/Emerald-Engine $ ./emerald 2048 84 This is Emerald Engine. A few useful commmands are: Numbers 1-7 = Display different buffers F =...
Hi! AWESOME TOOL! On devuan aarch64, I had to build with make FF_VER=3.3.9 because apparently my libavcodec include is too new (?) Package: libavcodec-dev Version: 7:5.1.2-1 Here's the build error...
I'd be interested in porting this. Do we have any reference videos for the gameplay?
One thing human ascii artists do, is shift input image regions to adapt to the text grid alignment and available character set. Finally i found smart people who found a...
I think there was a TCT renderer for half blocks, with libsdl1.2 It would be a fun project to develop a backend for sdl2 that can render to half blocks,...
Not unique to chafa, but all image to text convertors that support the invertable characters (half blocks, quarter blocks and braille) generate useless images when the output device has some...
I'd like to have an export of top scored codepoints for each character - not just the best one, but a list of the best scoring glyphs with their codepoint...
This is an implementation issue, not specific to any OS, Compiler or version of SFML. The issue about font advancing as originally reported was my error. The later discussion about...