-
-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Renderers/GDI] Add native Windows GDI renderer #287
Comments
Wow @hexmaster111 it's looking great already! |
That looks amazing, happy this is already in progress! <3 |
FYI, in pr #322 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be awesome if a very simple native Windows GDI renderer could be added to the project to easily create windows UI applications without any third party dependencies at all!
I expect it to not be much work as GDI is pretty easy to use compared to modern DirectX and OpenGL setup.
After doing some research, a very popular layout + rendering framework ImGUI used to have a PR for GDI but it was never merged so as it stands right now, this could be a feature drawing in some people from ImGUI as they don't have an official GDI backend to this day. Yes this is rather niche but theres quite a few people who need non-3D renderers.
The text was updated successfully, but these errors were encountered: