Thanks to visit codestin.com
Credit goes to github.com

Skip to content

myfloss/rs-code-visualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rs-code-visualizer

rs-code-visualizer takes all source code / UTF-8 encodable text that you put in the ./input/ folder, and renders them to one PNG image. These images show the shape and size of files, but not the exact characters inside the files. If you add non UTF-8 compatible files, they will be skipped from the render. It syntax highlights any type of file it understands.

This repo's render of sloganking/My-Own-OS:

Usage

  • Install the Rust programming language.
  • Put all files you want to visualize in the ./input/ folder (they can be in deeper folders).
  • Open a terminal in this repo's directory, and run cargo run --release
  • See the finished render in ./output.png

To document

  • How to set the target aspect ratio
  • How to change themes

About

Turns your code into one large PNG

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%