da1nerd / gui.cr

A UI library written in crystal
MIT License
10 stars 0 forks source link

Add threading support with a main thread and a render thread. #8

Open da1nerd opened 3 years ago

da1nerd commented 3 years ago

The main thread is where all of the application logic goes, and the render thread is obviously where all of the UI interaction happens.