Page 1 of 1

Workaround for Mac

Posted: April 29th, 2020, 8:36 am
by Stefan_B
I just stumbled over your great videos and wanted to start learning with them. Problem is that I am on a Mac and the Mac version of Visual Studio only supports C#. Do you have any advice of how to workaround? Bootcamp is sadly no option for me.
Thanks in advance!

Re: Workaround for Mac

Posted: April 29th, 2020, 6:45 pm
by albinopapa
What about VS Code?

Also, the chili framework is DirectX based, you'd also need to port all the DX stuff to Ogl.

Re: Workaround for Mac

Posted: May 1st, 2020, 7:23 pm
by Slidy
FinalL made a fork thats been ported to OpenGL/glfw/glad: https://github.com/FinalL/chili_framework
Supposedly works on Linux, I'm guessing would also work on Mac.
Worth giving that a try.