├── .gitignore ├── Animation for how dual stage cycloidal gearbox works.mp4 ├── Animation for how dual stage cycloidal gearbox works.py ├── Animation for how to combine two cycloidal drives together.mp4 ├── Animation for how to combine two cycloidal drives together.py ├── LICENSE ├── README.md ├── demo1_new.py ├── demo_1.py ├── demo_10.py ├── demo_11.py ├── demo_12.py ├── demo_13.py ├── demo_14.py ├── demo_15.py ├── demo_16.py ├── demo_17.py ├── demo_18.py ├── demo_19.py ├── demo_2.py ├── demo_20.py ├── demo_21.py ├── demo_22.py ├── demo_3.py ├── demo_4.py ├── demo_5.py ├── demo_6.py ├── demo_7.py ├── demo_8.py ├── demo_9.py ├── demo_ThreeStageA.py ├── demo_UI_ver1.1.py ├── demo_UI_ver1.py └── demo_output_equition.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/.gitignore -------------------------------------------------------------------------------- /Animation for how dual stage cycloidal gearbox works.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/Animation for how dual stage cycloidal gearbox works.mp4 -------------------------------------------------------------------------------- /Animation for how dual stage cycloidal gearbox works.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/Animation for how dual stage cycloidal gearbox works.py -------------------------------------------------------------------------------- /Animation for how to combine two cycloidal drives together.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/Animation for how to combine two cycloidal drives together.mp4 -------------------------------------------------------------------------------- /Animation for how to combine two cycloidal drives together.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/Animation for how to combine two cycloidal drives together.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/README.md -------------------------------------------------------------------------------- /demo1_new.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo1_new.py -------------------------------------------------------------------------------- /demo_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_1.py -------------------------------------------------------------------------------- /demo_10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_10.py -------------------------------------------------------------------------------- /demo_11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_11.py -------------------------------------------------------------------------------- /demo_12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_12.py -------------------------------------------------------------------------------- /demo_13.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_13.py -------------------------------------------------------------------------------- /demo_14.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_14.py -------------------------------------------------------------------------------- /demo_15.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_15.py -------------------------------------------------------------------------------- /demo_16.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_16.py -------------------------------------------------------------------------------- /demo_17.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_17.py -------------------------------------------------------------------------------- /demo_18.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_18.py -------------------------------------------------------------------------------- /demo_19.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_19.py -------------------------------------------------------------------------------- /demo_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_2.py -------------------------------------------------------------------------------- /demo_20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_20.py -------------------------------------------------------------------------------- /demo_21.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_21.py -------------------------------------------------------------------------------- /demo_22.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_22.py -------------------------------------------------------------------------------- /demo_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_3.py -------------------------------------------------------------------------------- /demo_4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_4.py -------------------------------------------------------------------------------- /demo_5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_5.py -------------------------------------------------------------------------------- /demo_6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_6.py -------------------------------------------------------------------------------- /demo_7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_7.py -------------------------------------------------------------------------------- /demo_8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_8.py -------------------------------------------------------------------------------- /demo_9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_9.py -------------------------------------------------------------------------------- /demo_ThreeStageA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_ThreeStageA.py -------------------------------------------------------------------------------- /demo_UI_ver1.1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_UI_ver1.1.py -------------------------------------------------------------------------------- /demo_UI_ver1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_UI_ver1.py -------------------------------------------------------------------------------- /demo_output_equition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato1107/Cycloidal-Drive-Animation/HEAD/demo_output_equition.py --------------------------------------------------------------------------------