Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
mgl:mglmetal [2022/09/16 11:53]
joshryu0425 [Specific Commands]
mgl:mglmetal [2023/08/09 12:19] (current)
Line 172: Line 172:
 </​code>​ </​code>​
  
 +Note that the default setting for Xcode is to build debug binaries into the directory:
 +
 +  ~/​Library/​Developer/​Xcode/​DerivedData/​Build/​Products/​Debug
 +
 +So, mglMetalExecutableName now looks into that directory to see if there is a version of mglMetal that has a newer timestamp then the ones found in the mgl library. If so, it uses that, and will tell you it is doing that when you run mglOpen.
 ====== Development status ===== ====== Development status =====
 Development of MGL v3 with Metal is still in progress. Although we're not ready to declare v3 complete, a lot of functionality is in place. You might want to test it out! Development of MGL v3 with Metal is still in progress. Although we're not ready to declare v3 complete, a lot of functionality is in place. You might want to test it out!