├── .github └── FUNDING.yml ├── COMMUNITY.md ├── LICENSE.md ├── README.md └── files ├── builds ├── development-branch │ └── index └── stable-branch │ ├── bin │ └── install.sh │ ├── extensions │ └── vba │ │ └── vba7 │ │ ├── index │ │ ├── vba7.1.zip │ │ └── vba71-kb2783832-x64.msp │ └── locale │ ├── de-DE │ ├── license-de.txt │ └── locale-de.sh │ └── en-US │ ├── license-en.txt │ └── locale-en.sh ├── images ├── GPUView │ ├── gpu-view.png │ └── index ├── SOLIDWORKS Composer Player 2020 │ ├── composer-player-filebrowser.png │ └── index ├── SOLIDWORKS Simulation Worker Agent │ ├── index │ └── simulation-worker-agent.png ├── SolidNetWork License Manager Client 2020 │ ├── index │ └── network-manager-license.png ├── eDrawings 2020 │ ├── edrawings-first-start.png │ └── index ├── index └── installer │ ├── GUI │ ├── index │ ├── language_config.png │ ├── process_bar.png .png │ └── welcome.png │ └── index ├── index └── videos ├── SolidNetWork License Manager Client 2020 ├── SolidNetWork License Manager Client 2020.mp4 └── index └── index /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /COMMUNITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/COMMUNITY.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/README.md -------------------------------------------------------------------------------- /files/builds/development-branch/index: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/builds/stable-branch/bin/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/files/builds/stable-branch/bin/install.sh -------------------------------------------------------------------------------- /files/builds/stable-branch/extensions/vba/vba7/index: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/builds/stable-branch/extensions/vba/vba7/vba7.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/files/builds/stable-branch/extensions/vba/vba7/vba7.1.zip -------------------------------------------------------------------------------- /files/builds/stable-branch/extensions/vba/vba7/vba71-kb2783832-x64.msp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/files/builds/stable-branch/extensions/vba/vba7/vba71-kb2783832-x64.msp -------------------------------------------------------------------------------- /files/builds/stable-branch/locale/de-DE/license-de.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/files/builds/stable-branch/locale/de-DE/license-de.txt -------------------------------------------------------------------------------- /files/builds/stable-branch/locale/de-DE/locale-de.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/files/builds/stable-branch/locale/de-DE/locale-de.sh -------------------------------------------------------------------------------- /files/builds/stable-branch/locale/en-US/license-en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/files/builds/stable-branch/locale/en-US/license-en.txt -------------------------------------------------------------------------------- /files/builds/stable-branch/locale/en-US/locale-en.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/files/builds/stable-branch/locale/en-US/locale-en.sh -------------------------------------------------------------------------------- /files/images/GPUView/gpu-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/files/images/GPUView/gpu-view.png -------------------------------------------------------------------------------- /files/images/GPUView/index: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/images/SOLIDWORKS Composer Player 2020/composer-player-filebrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/files/images/SOLIDWORKS Composer Player 2020/composer-player-filebrowser.png -------------------------------------------------------------------------------- /files/images/SOLIDWORKS Composer Player 2020/index: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/images/SOLIDWORKS Simulation Worker Agent/index: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/images/SOLIDWORKS Simulation Worker Agent/simulation-worker-agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/files/images/SOLIDWORKS Simulation Worker Agent/simulation-worker-agent.png -------------------------------------------------------------------------------- /files/images/SolidNetWork License Manager Client 2020/index: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/images/SolidNetWork License Manager Client 2020/network-manager-license.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/files/images/SolidNetWork License Manager Client 2020/network-manager-license.png -------------------------------------------------------------------------------- /files/images/eDrawings 2020/edrawings-first-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/files/images/eDrawings 2020/edrawings-first-start.png -------------------------------------------------------------------------------- /files/images/eDrawings 2020/index: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/images/index: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/images/installer/GUI/index: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/images/installer/GUI/language_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/files/images/installer/GUI/language_config.png -------------------------------------------------------------------------------- /files/images/installer/GUI/process_bar.png .png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/files/images/installer/GUI/process_bar.png .png -------------------------------------------------------------------------------- /files/images/installer/GUI/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/files/images/installer/GUI/welcome.png -------------------------------------------------------------------------------- /files/images/installer/index: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/index: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/videos/SolidNetWork License Manager Client 2020/SolidNetWork License Manager Client 2020.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/HEAD/files/videos/SolidNetWork License Manager Client 2020/SolidNetWork License Manager Client 2020.mp4 -------------------------------------------------------------------------------- /files/videos/SolidNetWork License Manager Client 2020/index: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/videos/index: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------