codevis
codevis copied to clipboard
Turns your code into one large image
The description of --theme says that passing `foo` as a value will list possible themes. but it does not.
Rendering to one large image requires allocating that uncompressed image in memory. This is prohibitively expensive when rendering large repositories. Rendering the 30 million line Linux Kernel as readable would...
I can't get `codevis` to render the Linux kernel, on machines with only 16GB of memory. This is unexpected since it was thought that `mmap` would allow working on images...