Skip to content

TheGuyMatt/CArchitect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CArchitect

A 2D game engine written in C using the SDL2 libraries.

Requirements

Windows (Visual Studio)

CMake expects to find the SDL2 headers and libraries in a sub-folder named extern\SDL-2.0.5. Download here and extract to the extern directory. Make sure the SDL2_image library is also within the extern directory

MacOS (Xcode)

Install the SDL2 and SDL2_image headers and libraries using MacPorts

sudo port install libsdl2 libsdl2_image

Linux

Install the SDL2 headers and libraries using your package manager.

For example, in Arch Linux run:

sudo pacman -S sdl2 sdl2_image

Build Instructions

Clone this repository:

git clone https://github.com/TheGuyMatt/Architect

Build the project:

cd Architect
mkdir build
cd build
cmake ..
make

You should now have your executable. For specific instructions on Visual Studio or Xcode, please see the CMake Documentation. MacOS with Xcode has not been tested, and therefore I do not guarantee that it will work.

About

A game engine written in C using the SDL2 libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors