Questions tagged [gui]
4 questions
6
votes
1 answer
Bitmap-images or SVG
I'd like to create a GUI in my first Unity-game (2D). I want my GUI appear sharp in all resolutions (e.g. 1920x1200 or 3840x2160).
The problem I am facing now is that I don't know if I should save my bitmap-images of my GUI in the highest resolution…
drpelz
- 163
- 4
4
votes
1 answer
What actually happens in frame buffer when an image or document is scrolled?
What actually happens inside computer when the text, pdf, jpeg, ms-word or any other document(file) is scrolled? Does it generate a new bitmap image sufficient for the screen to display even for tiny scroll or are does it show part of bit map image…
Charan K
- 41
- 2
3
votes
1 answer
How to keep an object constant in screen space?
If you open the modern Blender UI and select for example scaling, and then you use the scroll wheel to "zoom" (move the camera along the radial axis). You will notice that the size of the 3D
widget remains constant in screen space (it becomes bigger…
Makogan
- 1,584
- 8
- 27
2
votes
2 answers
How are rounded corners of user interfaces usually rendered in modern applications like browsers?
I'm just trying to figure out, how rounded corners are usual drawn for user interfaces in a performant way & as insight also try to figure out how it's done in Browser, as they allow for variable round corners (without being blurry) :)
In the end I…
realvictorprm
- 183
- 1
- 8