Joel de Guzman
Joel de Guzman
Try to follow the Setup and Installation instructions: https://cycfi.github.io/elements/setup
Let's do this!
I'll probably follow GLFW's: https://www.glfw.org/docs/latest/window_guide.html#window_properties
One of the important decisions I had was to make it very easy to port Elements to just about any target, by implementing only a handful of files in the...
Another thought is to go back to its roots: originally, elements' base_window (nonexistent now) and base_view were abstract classes, which means that you can actually have multiple 'backends' working at...
> GTK version (2 and 3 AFAIK). GTK2 will not be supported because it does not support HiDPI.
> sorry, it was just an example to point out that other than more than one backend per platform there could be also a matter of versions of the same...
> There is some things to note on the current state. > > * [ ] hi-DPI support not made yet, no doubt it's just a matter to replicate what...
> > What is the view handle type that Pugl uses? > > The `host_window_handle` is the native window id `HWND` or what's appropriate for platform. > > My implementation...
As suggested, I'm going to place this one in an experimental branch. Before I do, I just want to make sure. Is this PR still updated with the latest cmake...