eliasdaler / crten

Display/render pixel art with CRT effect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crten v0.1 - Cathode-Ray Tube ENgine

Display/render pixel art with a CRT effect.

Web demo / binaries download

https://eliasdaler.itch.io/crten

Written with Ebitengine.

image

image "Mountais of Madness" by Polyducks

Usage

crten IMAGE_FILE - display INPUT_FILE with CRT effect.

crten -i INPUT_FILE [-c CONFIG_FILE] OUTPUT_FILE - renders INPUT_FILE image with CRT effect to OUTPUT_FILE and closes the window.

License

  • assets/*.png - used in web demo, with respective authors permission. See assets/metadata.json for art details.
  • m5x7 font by Daniel Linsenn - "free to use but attribution appreciated"
  • crt-lottes - a port of public domain shader by Timothy Lottes. The license for it is still public domain. See the original source
  • the program itself - GPLv3

About

Display/render pixel art with CRT effect

License:GNU General Public License v3.0


Languages

Language:Go 86.4%Language:Makefile 6.9%Language:HTML 3.6%Language:CSS 3.2%