Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 833 Bytes

File metadata and controls

20 lines (16 loc) · 833 Bytes

DwG Game Math

This is based on a starting project for DwG (Dziewczyny w Grze!) for learning game's math. It's for Windows, using OpenGL, and modified Sony's math library. Base repository: https://github.com/FurballCat/DwGGameMath

Math, Math is everywhere! 🔥

This repository contains projects focused on exploring mathematical concepts used in games.

Current List of projects

  • Sphere Intersection with dot and cross products
  • Simple Sphere Collision
  • Solar System Simulation using vector math
  • Cloth Simulation / Chain Simulation: particle based
Simple.cloth.simulation.mp4

To Be Done

  • Path tracing
  • Solar System Simulation using matrixes
  • Solar System Simulation using quaternions