An open API service indexing awesome lists of open source software.

https://github.com/ornitorink0/ppm-tty-renderer

Renderer for PPM-P3 files using a memory-mapped framebuffer. Just for practice.
https://github.com/ornitorink0/ppm-tty-renderer

framebuffer lear learning-by-doing linux ppm ppm-p3 render renderer study tty

Last synced: 6 months ago
JSON representation

Renderer for PPM-P3 files using a memory-mapped framebuffer. Just for practice.

Awesome Lists containing this project

README

          

# PPM tty Renderer

![preview](./Preview.jpeg)

This is a renderer for PPM-P3 files, used to render images in a format easily readable by a human. This renderer displays pixels on the screen, using a memory-mapped framebuffer. I created this microproject just for practice. It's cool, I hope it's useful for learning.

Oh, I forgot an important detail: it only works for Linux, of course. Later I will do a completely low-level test without standard libraries, for x86.