These links sometimes fail link validation. They should still work, but may not. They are kept here because they are excellent resources.
Exploring specialty application / game engine / game development topics and features.
- Lighting 2D
- 📚 Lighting a 2D Game - Proper 2D lighting with diffuse, self illumination and normal maps.
- 📚 Box2D Soft Body Blobs - Step by step creation of a Box2D soft body blob.
- Noise
- 🎉 Direct Computational Noise - GLSL 2D simplex noise function many games use. [Source]
- Wireframe
- 📚 Easy Wireframe Display - Rendering triangles as wireframe using Barycentric Coordinates.