Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 764 Bytes

File metadata and controls

22 lines (16 loc) · 764 Bytes

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 ..