Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
/ Falcon Public archive

Falcon is a cross-platform, open-source C++ game development library based on SDL 2 and OpenGL

Notifications You must be signed in to change notification settings

walker2/Falcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Falcon

Falcon is a cross-platform, open-source C++ game development framework based on SDL 2 and OpenGL for rendering.

Build library for Linux

Clone repo from GitHub

$ git clone https://github.com/walker2/Falcon

Download and install dependencies

$ sudo apt-get install libsdl2-dev
$ sudo apt-get install libsdl2-ttf-dev
$ sudo apt-get install libsdl2-mixer-dev
$ sudo apt-get install libglew-dev
$ sudo apt-get install libglm-dev

Navigate to the cloned folder and run

cmake CMakeLists.txt
make

About

Falcon is a cross-platform, open-source C++ game development library based on SDL 2 and OpenGL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published