Read-only mirror of ic-explorer

Alexander Rosenberg 0497bb908a Add .cache/ to .gitignore пре 1 година
assets 246f5699f9 Initial commit пре 2 година
.gitignore 0497bb908a Add .cache/ to .gitignore пре 1 година
CMakeLists.txt 246f5699f9 Initial commit пре 2 година
LICENSE 246f5699f9 Initial commit пре 2 година
README.md 1aef290ba8 Added Jenkins badges пре 2 година
button.c 246f5699f9 Initial commit пре 2 година
button.h 246f5699f9 Initial commit пре 2 година
main.c 246f5699f9 Initial commit пре 2 година
strings.h 246f5699f9 Initial commit пре 2 година
textbox.c 246f5699f9 Initial commit пре 2 година
textbox.h 246f5699f9 Initial commit пре 2 година
window.c 246f5699f9 Initial commit пре 2 година
window.h 246f5699f9 Initial commit пре 2 година

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!