redmax
REDMAX: Efficient & Flexible Approach for Articulated Dynamics
File Explorer
Download Latest Version (.zip)- FindEigen3.cmake
- FindGLEW.cmake
- FindGLFW.cmake
- FindGLM.cmake
- FindJSONCPP.cmake
- FindMKL.cmake
- FindPardiso.cmake
- cube.mtl
- cube.obj
- input.txt
- input2.txt
- input_bad.txt
- input_nospline.txt
- input_OPT.txt
- input_OPT_122.txt
- input_OPT_123.txt
- input_red.txt
- input_simple.txt
- input_test.txt
- linkages_auto_save.txt
- old_setup_scenarios.txt
- phong_frag.glsl
- phong_vert.glsl
- removed_11_8.txt
- result_spline_auto_save.txt
- result_spline_auto_save_KEEP_TWEAKINGINPUT.txt
- simple_frag.glsl
- simple_vert.glsl
- splines_auto_save.txt
- splines_hand.txt
- syntax.txt
- Brenderable.h
- BrenderManager.cpp
- BrenderManager.h
- blender_import_obj_base.py
- brender_panel_addon.py
- Camera.cpp
- Camera.h
- GLSL.cpp
- GLSL.h
- MatrixStack.cpp
- MatrixStack.h
- Program.cpp
- Program.h
- Block.h
- ChronoTimer.h
- Constraint.cpp
- Constraint.h
- ConstraintJoint.cpp
- ConstraintJoint.h
- Cuboid.cpp
- Cuboid.h
- Cylinder.cpp
- Cylinder.h
- Joint.cpp
- Joint.h
- JointBall.cpp
- JointBall.h
- JointFixed.cpp
- JointFixed.h
- JointHinge.cpp
- JointHinge.h
- JointPowered.cpp
- JointPowered.h
- JointPrismatic.cpp
- JointPrismatic.h
- JointSlider.cpp
- JointSlider.h
- JointSpringy.cpp
- JointSpringy.h
- JointUniversal.cpp
- JointUniversal.h
- JSONwrapper.h
- LinkageSystem.h
- main.cpp
- Rigid.cpp
- Rigid.h
- RigidBodyCreator.cpp
- RigidBodyCreator.h
- RigidBodyMain.cpp
- RigidBodyMain.h
- RigidBodyUtility.h
- Scene.cpp
- Scene.h
- Solver.cpp
- Solver.h
- State.h
- StateDeriv.h
- StateSolve.h
- tiny_obj_loader.h
- CMakeLists.txt
- README.md
- Body.m
- BodyComposite.m
- BodyCuboid.m
- BodyCylinder.m
- BodyMeshObj.m
- BodySphere.m
- Constraint.m
- ConstraintAttachSpring.m
- ConstraintFloor.m
- ConstraintJointLimit.m
- ConstraintLoop.m
- ConstraintMultQ.m
- ConstraintNull.m
- ConstraintPrescBody.m
- ConstraintPrescJoint.m
- ConstraintPrescJointM.m
- Deformable.m
- DeformableNull.m
- DeformableSpring.m
- Joint.m
- JointComposite.m
- JointFixed.m
- JointFree.m
- JointFree2D.m
- JointFree3D.m
- JointPlanar.m
- JointPrismatic.m
- JointRevolute.m
- JointSphericalExp.m
- JointSplineCurve.m
- JointSplineSurface.m
- JointTranslational.m
- JointUniversal.m
- Scene.m
- Spring.m
- SpringDamper.m
- SpringNull.m
- SpringPointDirection.m
- SpringPointPoint.m
- cuboid.obj
- gears.obj
- README.md
- se3.m
- testRedMax.m
- testRedMaxScenes.m
- Body.m
- BodyCuboid.m
- Force.m
- ForceCable.m
- ForceGroundCuboid.m
- ForceNull.m
- ForcePointPoint.m
- ForceSpringDamper.m
- ForceSpringGeneric.m
- ForceSpringMultiPointGeneric.m
- Joint.m
- JointFixed.m
- JointFree2D.m
- JointFree3D.m
- JointPlanar.m
- JointPrismatic.m
- JointRevolute.m
- JointSpherical.m
- JointTranslational.m
- JointUniversal.m
- Scene.m
- TaskBDF1.m
- TaskBDF1PointPos.m
- TaskBDF2.m
- TaskBDF2PointPos.m
- driverRedMaxAdjointBDF1.m
- driverRedMaxAdjointBDF2.m
- driverRedMaxBDF1.m
- driverRedMaxBDF2.m
- scenesRedMax.m
- se3.m
- Body.m
- BodyCuboid.m
- Joint.m
- JointFixed.m
- JointRevolute.m
- Scene.m
- README.md
- se3.m
- testJoint.m
- testRedMax.m
- testRedMaxScenes.m
- testRigid.m
- .gitignore
- LICENSE
- notes.pdf
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/sueda/redmax
Downloads the entire project code from GitHub to your computer.
cd redmax
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd c++/PCG
This project's files live in a subfolder, so move into it first.
mkdir build && cd build
Creates a folder to hold the build output and moves into it.
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
make
Compiles the code based on the generated build configuration to produce an executable.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
// repository documentation
Was this content helpful?
(0 ratings)
