Skip to content

CptAsgard/TomatoLib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TomatoLib

XNA-inspired rendering engine built on OpenGL and SFML.

Building

On Windows

Magic.

On Linux

You need at least: (commands are for Debian distributions)

  • CMake 3.0 apt-get install cmake
  • libglew apt-get install libglew-dev
  • libfreetype6 apt-get install libfreetype6-dev

Init all git submodules: git submodule init && git submodule update

Things to do

  • Instead of using the tomato branch in AngeloG/freetype-gl, figure out if it's safe to use the original master branch instead (which is not our own glfw built from source)

About

A gameish framework for C++ OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.7%
  • Other 1.3%