❔ COSMOS OS | Making a GUI
I've tried following tutorials on this topics but a keep getting errors and various issues. Im curious if there is a decently easy and efficient GUI methods
4 Replies
Impossible to help without details
im just curious on how to make a gui
your main problem with writing a OS is writing the bitmap efficient to have "efficient" GUIs
for example you have a 1200x800 resolution and you draw each frame all bits again then you are just wasting resources
you dont need to redraw your mouse cursor if the position didnt change so you need to implement some sort of Buffer which keeps track of pixels that changed
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.