Skip to content

cloud-sail/MathVisualTests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MathVisualTests

Features

  • Get Nearest Point from Disc, Triangle2, AABB2, OBB2, Capsule2, LineSegment2, Sphere, AABB3, ZCylinder, OBB3, Plane3
  • Raycast to Disc, Triangle2, AABB2, Capsule2, LineSegment2, Sphere, AABB3, ZCylinder, OBB3, Plane3
  • Is Point Inside Disc, Triangle2, AABB2, Capsule2, Sphere, AABB3, ZCylinder, OBB3
  • Fast Voxel Raycast
  • Spline 2D/3D and Easing Function
  • Quaternion
  • 2D Physics Simulation

Gallery

Geometry Tests

Spline 2D/3D and Quaternion

2D Physics

Controls

F6 - previous, 
F7 - next, 
F8 - re-randomize, 
T - Slow motion

How to run

Go to PROJECT_NAME/Run/ and Run PROJECT_NAME_Release_x64.exe

How to build

  1. Clone Project
git clone --recurse-submodules https://github.com/cloud-sail/ChessDX.git
  1. Open Solution PROJECT_NAME.sln file
  • In Project Property Pages
    • Debugging->Command: $(TargetFileName)
    • Debugging->Working Directory: $(SolutionDir)Run/

About

Visualizes and verifies C++ engine math functions through interactive test scenes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages