Mecanum <<
Previous Next >> PICSimLab
Pyslvs-UI
https://github.com/KmolYuan/Pyslvs-UI
https://github.com/KmolYuan/pyslvs (A no-GUI module of mechanism synthesis system and a 2D geometric constraint solver)
開發 Pyslvs-UI: https://github.com/mdecycu/Pyslvs-UI
使用 Leo Editor:
'''Recursively import all python files in a directory and clean the result.'''
# ctrl + b to execute
c.recursiveImport(
dir_ = r'./',
kind = '@clean', # The new best practice.
safe_at_file = False,
theTypes = ['.py']
)
相關 AI 套件: https://github.com/mdecycu/LInK
https://arxiv.org/pdf/2405.20592 (LInK: Learning Joint Representations of Design and Performance Spaces through Contrastive Learning for Mechanism Synthesis)
pytorch_ex1.py
Mecanum <<
Previous Next >> PICSimLab