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!