A small program for interactively exploring the IC 1101 galaxy
Go to file
2023-11-27 16:21:58 -08:00
assets Initial commit 2022-08-28 14:15:17 -07:00
.gitignore Add .cache/ to .gitignore 2023-11-27 16:21:58 -08:00
button.c Initial commit 2022-08-28 14:15:17 -07:00
button.h Initial commit 2022-08-28 14:15:17 -07:00
CMakeLists.txt Initial commit 2022-08-28 14:15:17 -07:00
LICENSE Initial commit 2022-08-28 14:15:17 -07:00
main.c Initial commit 2022-08-28 14:15:17 -07:00
README.md Added Jenkins badges 2022-11-02 16:44:14 -07:00
strings.h Initial commit 2022-08-28 14:15:17 -07:00
textbox.c Initial commit 2022-08-28 14:15:17 -07:00
textbox.h Initial commit 2022-08-28 14:15:17 -07:00
window.c Initial commit 2022-08-28 14:15:17 -07:00
window.h Initial commit 2022-08-28 14:15:17 -07:00

IC Explorer

Build Status

A small program for interactively exploring the IC 1101 galaxy. I made this for a project in my 11th grade physics class.

Building

Building is done through CMake (obviously, there is a CMakeLists.txt file).

Building requires:

  • PkgConfig for CMake
  • SDL2
  • SDL2_mixer
  • SDL2_ttf
  • SDL2_image
  • GNU ld (or similar version with the ability to create binaries from images, etc.)

Usage

Just run the executable, could not be simpler!