Overview
Explore game programming concepts in this lecture focusing on textures, animations, and A3 architecture. Review A2 architecture and its limitations before delving into A3 architecture upgrades. Learn about SFML textures, texture subrectangles, sprite subrectangles, and important texture lifetime considerations. Discover sprite transformations, texture sheets, and texture-based animations. Examine the animation class and specification, and conclude with supplementary video recommendations and an A3 demo. Gain valuable insights into game engine development using C++ and SFML graphics library within an ECS (Entities, Components, Systems) architecture.
Syllabus
- A2 Architecture Review
- A2 Engine Limitations
- A3 Architecture Upgrades
- SFML Textures
- Texture Subrectangles
- Sprite Subrectangles
- Texture Lifetime Warning
- Sprite Transformations
- Texture Sheets
- Texture Based Animations
- Animation Class / Specification
- Supplementary Videos
- A3 Demo
Taught by
Dave Churchill