Skip to content

GoodRon/FireflyEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firefly Engine

A simple 2D engine and a "Space War!" game.

Build

Tested with Visual Studio 2022. You will also need to install CMake.

Required dependencies:

  • SDL2
  • SDL2_image
  • SDL2_ttf

Download the development versions of the libraries (I used these: SDL2-devel-2.0.20-VC, SDL2_image-devel-2.0.5-VC, SDL2_ttf-devel-2.0.18-VC).

Go to the project directory and execute the following commands:

mkdir build
cd build
cmake .. -DCMAKE_ISNTALL_PREFIX=../install -DSDL2_PATH="path to the SDL2 directory" -DSDL2_TTF_PATH="path to the SDL2_TTF directory" -DSDL2_IMAGE_PATH="path to the SDL2_Image directory" 
cmake --build . --config Release
cmake --install .

About

A simple 2D engine and a "Space War!" game

Resources

Stars

Watchers

Forks

Packages

No packages published