Search Results
6/28/2025, 2:10:58 PM
>>105732839
>which effects?
Effects like a drop shadow underneath popups.
>although i think sdl has too much stuffs not needed for desktop programs so i made my own window and input handling
I'm considering using Win32 for Windows and SDL3 for other platforms, as it's starting to become more trouble than it's worth. But that might be for later down the road.
>also are these images and texts for the thread display individual gui elements?
Most of them are. Like individual labels and stuff. My framework supports rich text so comments are all one label. In the attached pic, each blue box represents an individual widget.
>which effects?
Effects like a drop shadow underneath popups.
>although i think sdl has too much stuffs not needed for desktop programs so i made my own window and input handling
I'm considering using Win32 for Windows and SDL3 for other platforms, as it's starting to become more trouble than it's worth. But that might be for later down the road.
>also are these images and texts for the thread display individual gui elements?
Most of them are. Like individual labels and stuff. My framework supports rich text so comments are all one label. In the attached pic, each blue box represents an individual widget.
Page 1