]> git.localhorst.tv Git - blank.git/commit
implemented font redering
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 21 Jul 2015 07:00:40 +0000 (09:00 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 21 Jul 2015 07:00:40 +0000 (09:00 +0200)
commit282d731ea8f10342efa82012028de7043b3dd639
tree8fbf31ef37def55204e8bad73618621fa3f3658d
parent19dfd78d4269d56bd34ab72f6b701be9f84b9719
implemented font redering
16 files changed:
Makefile
TODO
building
src/app/Application.cpp
src/app/Application.hpp
src/app/init.cpp
src/app/init.hpp
src/graphics/BlendedSprite.hpp [new file with mode: 0644]
src/graphics/Font.hpp [new file with mode: 0644]
src/graphics/Format.hpp [new file with mode: 0644]
src/graphics/Texture.hpp [new file with mode: 0644]
src/graphics/render.cpp [new file with mode: 0644]
src/graphics/shader.cpp
src/model/SpriteModel.hpp [new file with mode: 0644]
src/model/model.cpp
src/ui/ui.cpp