You are here

VESC on OSX?

6 posts / 0 new
Last post
liamcaff
Offline
Last seen: 5 years 6 months ago
Joined: 2018-09-21 14:10
Posts: 1
VESC on OSX?

Hi guys,

There doesn't seem to be a Mac OSX version of the new VESC 6 release... any plans for this?

L

frank
Offline
Last seen: 6 days 10 hours ago
VESC BronzeVESC FreeVESC GoldVESC OriginalVESC PlatinumVESC Silver
Joined: 2016-12-27 20:19
Posts: 846

Mac and Open Source are not best friends. But there are Mac compiled versions out there.

Pimousse
Offline
Last seen: 2 months 6 hours ago
VESC Original
Joined: 2017-05-24 12:15
Posts: 101

Someone made the friendship happened here :

https://github.com/rpasichnyk/vesc_tool

vitormhenrique
Offline
Last seen: 1 month 2 weeks ago
VESC FreeVESC Original
Joined: 2019-08-29 17:28
Posts: 25

I would disagree that apple and open source are not friends, there are plenty of open source apps on apple store, apple itself has a bunch of stuff made open source on the previous years, including os kernels, programing languages, webkits, development tools... Apple does indeed has some license requirements that are not compatible with some open source licenses, but that does not make apple and open source enemies. 

https://developer.apple.com/opensource/

https://github.com/apple

https://opensource.apple.com

 

kubark42
Offline
Last seen: 9 months 3 weeks ago
Joined: 2020-07-17 18:46
Posts: 54

@vitormhenrique, I agree with you. In my experience, macOS is a great place to run open-source software. Since the VESC tool is Qt-based, the fact that there's a third-party involved in generating the macOS binaries really means that there's no automated test and build VM for Mac. That's understandable if none of the developers have access to a macOS computer. 

Speaking from personal experience building Qt GUIs, ours was simultaneously compiled for Mac, Linux, and Windows. This was great because the cross-platform experience helped us find and stamp out bugs really quickly. It was also essential to growing our user base.

Jfriesen
Offline
Last seen: 1 year 1 month ago
Joined: 2017-10-24 22:49
Posts: 8

Hey for those looking this has been something we are discussing. Feel free to give input here: 

https://github.com/vedderb/vesc_tool/issues/172

Jeff