Read-only mirror of ic-explorer

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

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!