Advanced Search
Search Results
45 total results found
Object Oriented Programming
Object Oriented Design Interviews
Model a real world problem with Object Oriented Design techniques and concepts. Often called Low Level System Design
Directed Acyclic Graph (DAG)
Factory
Advance Review
Debugging
GIT
Computer Graphics From Scratch
OpenGL Shading Language (GLSL)
OpenGL Shading Language (GLSL) is a high-level shading language with a syntax based on the C programming language. It runs natively on OpenGL but can also run on Vulkan by using Spir-V
Vulkan
vulkan low level modern graphics api
Packaging and Wheels
Hash Functions
Trees
Binary Tree
Spatial Partitioning Trees
Matrices
Trigonometry
Geometry
Direct Acyclic Graph
shaders use this animation state machine use this Scene Graph (Directed Acyclic Graph - DAG) Why Important: Scene graphs are the backbone of game engines like Unity or Unreal, representing the hierarchical structure of objects. They handle trans...
Adjacency Graph
Adjacency Relationships in Meshes Why Important: Understanding how vertices, edges, and faces are connected is key for mesh traversal and editing tools. Learn To: Identify neighboring vertices or faces (Adjacency Graph). Optimize for loops l...