-
Notifications
You must be signed in to change notification settings - Fork 11
cpd67 edited this page Jul 28, 2015
·
50 revisions
Q: A test keeps crashing with the error "the font file could not be opened and read "! What do I do?
A: Are you in the bin folder of the tsgl folder? Some tests won't work unless you are in the bin folder. Specifically:
- testBlurImage
- testCalcPi
- testCosineIntegral
- testGetPixels
- testGreyscale
- testImage
- testImageCart
- testInverter
- testMandelbrot
- testPhilosophers
- testProgressBar
- testSpectrogram
- testText
- testTextCart
- testTextTwo
- testUnits
If the test that keeps crashing is in the list above, go into the bin folder and execute it from there.
Q: What is the maximum number of threads I can use in Windows?
A: You can only have up to 64 threads at a time in Windows.
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