Skip to content
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

Rough sdl2 backend and painter #3322

Closed
wants to merge 3 commits into from
Closed

Rough sdl2 backend and painter #3322

wants to merge 3 commits into from

Conversation

tedsteen
Copy link

@tedsteen tedsteen commented Sep 8, 2023

I needed egui to render and take input from SDL2, I did a rough implementation and would like to share it and this was the best way I could do that.

It's rough but might be a good starting point if someone would like to take it all the way.
The important stuff is here

I made two versions of the example a basic one and one that fixes this sdl2 resize "issue", it's over here

@tedsteen tedsteen changed the title rough sdl2 backend Rough sdl2 backend and painter Sep 8, 2023
@tedsteen tedsteen marked this pull request as ready for review September 8, 2023 10:07
@tedsteen
Copy link
Author

tedsteen commented Sep 8, 2023

Sorry, that was a mis-click. Can't put it back to draft unfortunately..

@Mingun
Copy link
Contributor

Mingun commented Sep 8, 2023

@tedsteen, convert to draft link located in Reviewers section on the right side:
изображение

@tedsteen tedsteen marked this pull request as draft September 8, 2023 12:53
@emilk
Copy link
Owner

emilk commented Sep 10, 2023

@tedsteen
Copy link
Author

See also:

They where a great inspiration! But i wanted the glow + input through sdl2 and figured that a combo like that would be suitable for this repo, also considering the linked issue/discussion.

@tedsteen tedsteen closed this by deleting the head repository Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants