Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 761 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 761 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

  • Cloth Simulation / Chain Simulation
  • Sphere Intersection: with dot and cross products
  • Simple Sphere Collision
  • Solar System Simulation: created using vector math.

To Be Done

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