-
Notifications
You must be signed in to change notification settings - Fork 12
Building Programs
Samuel H edited this page Jul 27, 2021
·
18 revisions
NOTE: As of Summer 2021, if you clone TSGL, the generic Makefile will be located in the main TSAL folder. You can copy over the Makefile to your project directory and then follow the videos below to compile and run your project.
Linux/Mac/WSL/Cygwin:
- Single file programs: https://www.youtube.com/watch?v=DHSMKTXII8k
- Multi-file/class programs: https://www.youtube.com/watch?v=-nR9kCeEAR0
NOTE: Type make clean after you have made a change to a .cpp or .h file. Then type make to remake the project (Linux/Mac only).
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