codevis icon indicating copy to clipboard operation
codevis copied to clipboard

Turns your code into one large image

Results 16 codevis issues
Sort by recently updated
recently updated
newest added

User should be able to define a desired resolution that the render function will output an image as. This may require upscaling or down scaling the output image. ### Questions...

enhancement

It would be nice to create a higher resolution image so that code remains readable.

enhancement

Is it better practice to have binaries and libraries as separate crates? If now, how should semantic versioning work when changes are made to one but not the other? Especially...

question

Not everyone may be interested in using Prodash, or creating an instance of `impl prodash::Progress` before calling our `render` function. So wrapping that paramater in an `Option` may make more...

question

I feel our character color changing could improve by making the color change for every pixel in the same character. As it stands, each character has all of it's pixels...

enhancement

It would be helpful to be able to add some text to the image in a corner to identify the project name/version. For example, I'm using this utility (technically, the...

enhancement

Add option to put spacing between columns, or around the entire image. Spacing around the entire image could be used to better conform to requested aspect ratio.

enhancement

Grapheme clusters represent a single visual character as perceived by the user. But these may contain multiple UTF-8 characters. Currently CodeVis renders each UTF-8 character in it's own space. Improperly...

bug