Skip to content

Conversation

@realSquidCoder
Copy link
Collaborator

This is just meant to show off what I'm working on in a way that people can more easily discover.

@realSquidCoder
Copy link
Collaborator Author

Maybe should figure out how to use al_do_multiline_text()

@realSquidCoder realSquidCoder changed the title Show off mock-up of a Stonesense GUI with an info panel Mar 26, 2025
@realSquidCoder realSquidCoder marked this pull request as ready for review March 26, 2025 17:33
@realSquidCoder realSquidCoder requested a review from ab9rf March 26, 2025 17:38
}

allCurrentChars += nextChar; // Append the character if it fits
std::string fitTextToWidth(const std::string input, int width) {
Copy link
Member

Choose a reason for hiding this comment

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

consider using std::string_view input here, not a big change but might eliminate a copy-construct

@realSquidCoder realSquidCoder requested a review from ab9rf March 27, 2025 00:10
@realSquidCoder
Copy link
Collaborator Author

can i get another look thru to see what i missed or forgot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants