-
|
Hi, I am pretty new to RmlUI, and I saw a couple of great samples in the README where people are writing custom apps with it. The perfect example is the alt:V installer shown in README.md. It has a custom title bar without an OS window frame and rounded corners. I'd like to create something similar that works across multiple platforms, and I really wish this were supported out of the box. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hello! This should be relatively easy. Our backends come with very basic window management. You can easily extend those to e.g. start without window borders. You can for example start with our sdl gl3 backend and build from there. This is already cross platform. Create the window with SDL_WINDOW_BORDERLESS to remove the borders. Good luck! Don't be afraid to ask any questions, and please do show us your creations! :) |
Beta Was this translation helpful? Give feedback.


Hello!
This should be relatively easy. Our backends come with very basic window management. You can easily extend those to e.g. start without window borders.
You can for example start with our sdl gl3 backend and build from there. This is already cross platform. Create the window with SDL_WINDOW_BORDERLESS to remove the borders.
Good luck! Don't be afraid to ask any questions, and please do show us your creations! :)