Read-only mirror of ic-explorer

Alexander Rosenberg 0497bb908a Add .cache/ to .gitignore 1 year ago
assets 246f5699f9 Initial commit 2 years ago
.gitignore 0497bb908a Add .cache/ to .gitignore 1 year ago
CMakeLists.txt 246f5699f9 Initial commit 2 years ago
LICENSE 246f5699f9 Initial commit 2 years ago
README.md 1aef290ba8 Added Jenkins badges 2 years ago
button.c 246f5699f9 Initial commit 2 years ago
button.h 246f5699f9 Initial commit 2 years ago
main.c 246f5699f9 Initial commit 2 years ago
strings.h 246f5699f9 Initial commit 2 years ago
textbox.c 246f5699f9 Initial commit 2 years ago
textbox.h 246f5699f9 Initial commit 2 years ago
window.c 246f5699f9 Initial commit 2 years ago
window.h 246f5699f9 Initial commit 2 years ago

README.md

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!