cocomr / coco

Compact Components is a framework for the development of resource intensive applications with a focus on Mixed Reality applications and Robotics. This repository provides the core technology over which CoCo Mixed Reality is based
http://coco.readthedocs.io/
MIT License
6 stars 3 forks source link

Under OSX OpenGL task should run in the main thread #25

Open eruffaldi opened 7 years ago

eruffaldi commented 7 years ago

Under OSX only the main thread can create windows. This is solved with a sequential GLManager so far.