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

(Design suggestion) Migrate the UI to egui #350

Open
hardBSDk opened this issue Apr 21, 2024 · 1 comment
Open

(Design suggestion) Migrate the UI to egui #350

hardBSDk opened this issue Apr 21, 2024 · 1 comment

Comments

@hardBSDk
Copy link

It will reduce the C code on the game.

@terrarier2111
Copy link
Member

We were planning on migrating our UI impl to wgpu which should get rid of the majority of rendering-related c code. This is a huge project though as it requires first migrating large parts of this project to ECS, adding a layer of abstraction on top of our current opengl rendering code to make migration easier and allow for working on the new rendering backend while still switching back to the old, working opengl backend, and the finally build the actual new wgpu backend, this is a humongous task, but will be necessary as directly switching to wgpu is even more of a hassle

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

No branches or pull requests

2 participants