Read-only mirror of ic-explorer

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

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!