yglukhov / nimx

GUI library
MIT License
1.09k stars 75 forks source link

Document how to create new components #387

Open andreaferretti opened 4 years ago

andreaferretti commented 4 years ago

I have written some simple examples in Nimx, but it is not clear to me what kind of pattern to follow to create custom components. By this I mean:

A component could possibly hold some state about its current appearance.

Are there some examples or possibly some guidelines for custom components?

antonkatz commented 4 years ago

+1 from me. I was going to ask a similar question.

This library is amazing!

BearHeathen commented 4 years ago

I'm going to go ahead and bump this as well. What an amazing library! Thank you so much!

matkuki commented 2 years ago

Are there any updates in the works for the documentation on the above topics? @yglukhov Is this library still active?