Skip to content

TH-O-R/C-the-img

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple image viewer:

C-the-img (see the image) is a simple image viewer that only supports binary format .ppm files for now.

Repo structure:

C-the-img/
├── assets/
│   ├── abstarct.ppm
│   ├── android.ppm
│   └── Clang.ppm
├── bin/
│   └── main
├── README.md
├── Makefile
└── src/
    └── main.c

Building/Running:

  • make compile the program
  • make run run the example
  • make clean delete the program

About

A simple image viewer in C using SDL2 that supports hardware acceleration!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors