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

Feat/libdev gui #57

Merged
merged 19 commits into from
Nov 1, 2024
Merged

Feat/libdev gui #57

merged 19 commits into from
Nov 1, 2024

Conversation

Popochounet
Copy link
Contributor

@Popochounet Popochounet commented Nov 1, 2024

  • GUI:
    Scenes
    Basic Widgets (Buttons, InputBox)

  • Window:
    MouseCatcher updated
    Resize is handled

  • libdev:
    Box<size_t> component: contains entities

if (index >= Size)
throw std::out_of_range("Index out of range");
return m_array[index];
}

char operator[](size_t index) const {
char &operator[](size_t index) const {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ on a un overhead de 7 bytes ⚠️
les pc windows xp risquent de rammer.

Copy link
Member

@thomas-pommier-epi thomas-pommier-epi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ attention

…avoid windows XP lagging (8 bytes -> 1 byte !!)
Copy link
Member

@thomas-pommier-epi thomas-pommier-epi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super fix

@Popochounet Popochounet merged commit 0096ae3 into dev Nov 1, 2024
6 checks passed
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.

2 participants