Skip to content
Menu
Mob City
  • Home
  • Contact
  • About
Mob City

Tag: Isometric

Isometric Projection

Posted on November 20, 2023

To get thst old school early 2000s isometric charm, I’ve been messing around with Pygame to render isometric tiles and buildings in orthographic projection. Isometric, and orthographic projections are ways to represent 3D objects in 2D. Orthographic means no perspective distortion, and isometric is a specific type of orthographic projection where the angles between axes…

Continue Reading

Recent Posts

  • Y-Sorting in Isometric Games
  • Moving to OpenGL: Instance Rendering with ModernGL
  • Rendering with SDL2
  • Non-linear relationship between FPS and frame-to-frame time interval (Δt)
  • Optimizing Rendering by Blitting Visible Entities Only
©2025 Mob City