You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2023. It is now read-only.
Nuklear is a very powerful library as a library for the user interface... But also very limited as a drawing library. And this is not only the lack of loading images into memory out of the box, but also the terrible performance of rendering the waveform and spectrum.
Also, one of the possible inconveniences of nuklear - the inability to use keys to move between graphic elements - only the mouse and touchpad are suitable for this, which can create inconvenience for users who expect to use the keyboard.
What do I need?
Ideas and suggestions on how to speed up the rendering of nuklear in the form of a ready-made solution (I'm not ready to maintain another project) or good alternatives to nuklear (written in pure c of course. dearImgui is not an option)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Nuklear is a very powerful library as a library for the user interface... But also very limited as a drawing library. And this is not only the lack of loading images into memory out of the box, but also the terrible performance of rendering the waveform and spectrum.
Also, one of the possible inconveniences of nuklear - the inability to use keys to move between graphic elements - only the mouse and touchpad are suitable for this, which can create inconvenience for users who expect to use the keyboard.
What do I need?
Ideas and suggestions on how to speed up the rendering of nuklear in the form of a ready-made solution (I'm not ready to maintain another project) or good alternatives to nuklear (written in pure c of course. dearImgui is not an option)
Beta Was this translation helpful? Give feedback.
All reactions