-
Notifications
You must be signed in to change notification settings - Fork 12
Installing TSGL
###Introduction
There are two main ways that you can install TSGL: via a binary package (recommended), or directly from source.
In essence, the binary packages depend on a laundry list of libraries (which are installed along with the package itself). The same is true when you install from source.
However, the three main library dependencies are:
When installing TSGL using a binary package, the following is true:
-
The Debian package installs libfreetype6 and libfreetype6-dev.
-
Due to the old version of OpenGL for Fedora users (2.0 with the Mesa package and without updating drivers),
When installing TSGL from source, the following is true:
###Install TSGL From Binary Package Please see the respective page for you OS:
-
Linux
-
MacOS
- COMING SOON!
###Install TSGL From Source
2D
- Using Background
- Using Canvas
- Using Shapes
- Using Text and Images
- Using Colors
- Animation Loops
- Using Functions
- Using Keyboard And Mouse
- Command-line arguments
- Bringing It All Together
3D