Home

Awesome

AppVeyor Join the chat at https://gitter.im/saddy-graphics-engine-2d/Lobby

Logo Saddy Graphics Engine

Saddy is an open-source crossplatform 2D graphic engine, based on OpenGL, which can be used to create simple games.

See our Wiki for details and capabilities of engine.

News

Note, that starting from 1.7.0, Saddy will only support compilers, that support C++14.

Our Goals

Our main goal is to create small graphics engine, which can be used to create a small 2D games.

How to download project and get sources ready to compile

git clone https://github.com/mamontov-cpp/saddy-graphics-engine-2d.git
cd saddy-graphics-engine-2d
git submodule init
git submodule update
git submodule status

This will download whole project with dependencies

Supported platforms

We provide support for following platforms at the moment:

For Saddy v1.7.0 and after:

For Saddy v1.6.1 and before:

Example screenshots

Game Example (screenshot 1) Game Example (screnshot 2)

Physics (screenshot 1) Physics  (screenshot 2)

Instrumented game

Multithreading example. Uses 420 pixel art icons and Abstract Platformer for art.

screen 1 screen 2

Ran into a problem? Don't know where to start?

Check our wiki and examples, or a simple game example. Build instructions can be found here.

You can write directly to maintainer in Twitter (https://twitter.com/ahiddenseeker) and we will reply as fast as we can.