Skip to content

shunsukeyoshimoto/rigideuler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Euler method: Rigid Body Simulation

Overview

This porject is for learning how to Rigid Body Simulation by Euler method in C language. Let's fill in the code at TODO.

Text

See here

Demo

Rigid Euler

Requirement

  • LIB: math, glut, glfw3
  • Body Data PATH: ../data/param.ini
  • Rigid Object Data PATH: ../data/armadillo.stl
  • Container Data PATH: ../data/container.stl

Compile command

$ gcc main.c Solver.c Mesh.c GLTool.c MathTool.c -o euler -lglfw3 -lGL -lGLU -lXrandr -lXinerama -lXcursor -lXi -lXxf86vm -lX11 -lpthread -lm -ldl

$ ./euler ../data/armadillo.stl

Licence

MIT

Author

yoshimoto56

About

Euler method: Rigid Body Simulation (Exercise)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published