Skip to content

SDL2/Modern OpenGL application able to display ILBM images including color cycling animations

Notifications You must be signed in to change notification settings

scemino/ColorCycling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Cycling

This a SDL2/Modern OpenGL application able to display ILBM images including color cycling animations. This way you can admire Mark Ferrari's artworks.

Color Cycling

Prerequisites

  • SDL2: Simple DirectMedia Layer
  • Dear ImGui: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
  • ImGuiFileDialog File Dialog for Dear ImGui

Building

mkdir build
cd build
cmake ..
cmake --build .
cd ..

About

SDL2/Modern OpenGL application able to display ILBM images including color cycling animations

Topics

Resources

Stars

Watchers

Forks