Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

eliasdaler/crten

Repository files navigation

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