Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
เกี่ยวกับ Threading and Handler sandbox (Unreleased)
This app is for practicing communicating from the UI thread to an OpenGL thread
This app is a training sandbox for practicing communicating from a background thread to the UI thread. It implements a simple OpenGL view and has UI elements that are connected to the view. The UI sends commands to the OpenGL thread, and the OpenGL thread uses a Handler() mechanism to communicate back to the UI.