da1nerd / gui.cr

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

Come up with a good way to organize components #29

Open da1nerd opened 3 years ago

da1nerd commented 3 years ago

Here's a description of how flutter renders widgets https://medium.com/flutterdevs/how-flutter-renders-widgets-34d4f272b3c3

I could do something similar.

da1nerd commented 3 years ago

I don't need to implement a complex component management system like flutter right off the bat. If I create some good abstractions over the components then I'll be able to add in more advanced rendering techniques later on.