khchen / wNim

Nim's Windows GUI Framework
MIT License
327 stars 17 forks source link

Is it possible to have a fast drawing function #113

Closed shujidev closed 1 year ago

shujidev commented 1 year ago

Is it possible right now to have a fast update function right now? I am thinking on implementing my own function using messageloop but I am not really sure on what I need to change or to remove everything in order to add some library like gdiplus

I think at the moment a Frame wEvent_Paint is only triggering when it needs to be updated as in a resize event