Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

MewX/fountain-game-engine

 
 

Repository files navigation

FountainEngine

A Crossplatform C++ OpenGL 2D Game Engine

Attention

This repository is using for backup now. It's not the official release.

The files are some kind of disorder. So, it's a little bit difficult to compile, but you can compile it easily on Linux and Windows using Code::Blocks.

However, you can use these code freely under MIT Licence.

How To Run Test

If you are using linux, you can just run the makeRunTest.sh, it will do all the job(Box2D, Fountain, test program compilation).

If you are using windows, you can only use codeblocks now.

Before run the test, you should put two extra files into the resouces folder.

resources/font/test.ttc

resources/sound/test.wav

Dependencies

OpenGL

GLEW

FreeImage

FreeType

Box2D

OpenAL

Xlib(Linux)

Our Site

http://www.fountainment.com/

About

A Crossplatform C++ OpenGL 2D Game Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.5%
  • GLSL 2.7%
  • C 1.2%
  • Other 0.6%