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

Gui abstraction #507

Closed
briaguya-ai opened this issue Apr 24, 2024 · 0 comments · Fixed by #679
Closed

Gui abstraction #507

briaguya-ai opened this issue Apr 24, 2024 · 0 comments · Fixed by #679
Assignees
Milestone

Comments

@briaguya-ai
Copy link
Collaborator

briaguya-ai commented Apr 24, 2024

  • New abstract base class GuiRenderer
  • Gui renamed to ImGuiRenderer inherits from GuiRenderer
  • LoadGuiTexture on Gui (ShipDK namespace) takes in a LUS::Texture
    • This could be handled in Gui abstraction #507 by making ImGuiRenderer LUS::ImGuiRenderer and inheriting from ShipDK::GuiRenderer
  • In ConsoleWindow we use ImGui::IsKeyPressed. This should be a function of something else.
@briaguya-ai briaguya-ai added this to the LUS 2.0.0 milestone Apr 24, 2024
This was referenced Apr 26, 2024
@Kenix3 Kenix3 self-assigned this Apr 30, 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 a pull request may close this issue.

2 participants