Skip to content

ethicks-x/Image_Viewer_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Viewer App (Built using SDL2 Library)

SDL2 must be installed in the system earlier

Commands

Latest Way: (meson implemented)

sudo apt install libsdl2-2.0-0 libsdl2-dev
meson setup builddir
meson compile -C builddir

# App testing
cat images/image2.ppm | ./buildir/pom_i

Alternate Way: (make)

sudo apt install libsdl2-2.0-0 libsdl2-dev
make

# App testing
cat images/image2.ppm | ./pom_i

note: the make file is going to be removed in the next versions, so watch out.

Coming Soon, too tired to write this

N.B: Too many can be implemented , I know but shut up and go away!

About

Just a small learning project on C

Resources

Stars

Watchers

Forks