Skip to content

iliis/Anathea

Folders and files

NameName
Last commit message
Last commit date
Oct 13, 2012
Mar 15, 2013
Jul 23, 2012
Oct 13, 2012
Sep 11, 2011
Jun 13, 2013
May 5, 2013
Jun 13, 2013
May 5, 2013
May 5, 2013
Dec 27, 2012
Mar 15, 2013
May 5, 2013
Jul 21, 2011
Mar 15, 2013
Dec 27, 2012
Aug 15, 2012

Repository files navigation

Anathea is a small graphics engine, mainly for GUI-stuff, but intented
to be useful for games in general. It uses SDL and renders things with
OpenGL. So far, it has a layout-system, that is based on a CAD-like constraints system.

Anathea is already usable but missing a lot of things to be truly useful.
Expect more to come (Animations and Sound are the two Next Big Things, after
the GUI-part is finished).

== Usage as library ==

    mkdir foobar
    cd foobar
	git init .
	git add submodule https://github.com/iliis/Anathea.git
	git submodule init
	git submodule update
	cd anathea
	git submodule init
	git submodule update
	cd ..
	cp -R anathea/template/* . //Ccopy sample codeblocks project file and code from template directory into your project directory.

Dependencies:

Debian/Ubuntu: binutils-dev
Fedora: binutils-devel

About

SDL/OpenGL GUI-Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages