...
Computer Graphics is the art and science of creating images using computers. It involves:
✅ Drawing shapes, colors, and animations
✅ Simulating real-world visuals like light and motion
✅ Combining design and code to create visuals on screens
It powers everything from user interfaces to movies, games, and virtual reality.
Flat images like UI, posters, diagrams
Created with pixels or vector shapes
Used in web design, mobile apps, diagrams
Objects with depth, shadows, and lighting
Used in movies, games, architecture, engineering
Tools: Blender, Maya, Unity
These basics help you build everything from icons to full environments.
Modeling – Create shapes and objects
Transformation – Move, rotate, scale
Lighting – Add shadows, highlights
Projection – Convert 3D to 2D on screen
Rasterization – Convert shapes to pixels
Display – Show image on screen
This process happens millions of times per second in games or apps.
Primitives are the basic building blocks of images:
✅ Points
✅ Lines
✅ Polygons (Triangles, Rectangles)
✅ Circles and Curves
These are combined to build complex objects like characters or landscapes.
Languages like HTML5 Canvas, OpenGL, SVG, or Pygame (Python) let you create visual content using programming.
✅ You can draw shapes
✅ Animate objects frame by frame
✅ Detect collisions (e.g., in games)
Students in Ethiopia are now using Blender and Unity in game dev courses and creative studios.
✅ Frame-by-frame animation – Like traditional cartoons
✅ Tweening – Auto-generates movement between frames
✅ Physics-based animation – Simulates gravity, collisions
✅ Keyframes – Set start and end states for motion
Used in gaming, explainer videos, UI transitions, and more.
You’ll use:
✅ Geometry – Points, lines, curves
✅ Trigonometry – Angles, rotations
✅ Matrices – Transform objects in 2D/3D
✅ Vectors – Direction and speed
✅ Linear Algebra – Key to rendering and physics
Don’t worry — you’ll learn as you go through projects.
✅ Game Designer / Developer
✅ Graphics Programmer
✅ UI/UX Designer
✅ Animator / Motion Designer
✅ Simulation Developer
✅ 3D Artist / Modeler
✅ Visual Effects (VFX) Artist
✅ AR/VR Developer