Skip to content

An experiment - render characters using moon emoji in shell 🌕️

License

Notifications You must be signed in to change notification settings

7sDream/moon-render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moon Render

A small code to render characters using moon emoji in shell.

Example

Github Logos in Font Awesome:

"柒" in TW-Kai font:

"7sDream" in Fura Code(merge to one image using imagemagick):

Usage

Clone this repo and cd into it.

Change config variables' value to meet your needs by edit line 23-28 in main.c, then:

$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./moon-render

If you don't have cmake:

$ gcc -I<path/to/freetype/header> -L<path/to/freetype/library> -lfreetype main.c -o moon-render
$ ./moon-render

Here is my command for example:

$ gcc -I/usr/local/include/freetype2 -L/usr/local/lib -lfreetype main.c -o moon-render

Dependencies

LICENSE

GPLv3.

About

An experiment - render characters using moon emoji in shell 🌕️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published