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

Implement simplesquirrel library to replace Miniswig wrapper generation #71

Merged

Conversation

Vankata453
Copy link
Contributor

The simplesquirrel library is a simple binding to Squirrel in C++11. The maintained SuperTux fork of it has been implemented.

It allows Brux to easily bind its API functions, each with a single line of code, removing the need for wrapper generation and the various inconveniences around it - everything is done from the code in "src/brux". Since there is no longer any wrapper generation, the "src/api" and "src/squirrel" directories have been deleted.

Additionally, simplesquirrel also provides handy wrappers across all types of Squirrel objects and a lot of general functions, which have been utilized in some places here.

Please test thoroughly!

Closes #66.

…tion

The `simplesquirrel` library is a simple binding to Squirrel in C++11.

It allows Brux to easily bind its API functions, each with a single line of code, removing the need for wrapper generation and the various inconveniences around it - everything is done from the code in "src/brux". Since there is no longer any wrapper generation, the "src/api" and "src/squirrel" directories have been deleted.

Additionally, `simplesquirrel` also provides handy wrappers across all types of Squirrel objects and a lot of general functions, which have been utilized in some places here.

Closes KelvinShadewing#66.
@KelvinShadewing KelvinShadewing merged commit 0b39712 into KelvinShadewing:unstable May 16, 2024
@Vankata453 Vankata453 deleted the feature/simplesquirrel branch May 17, 2024 10:30
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.

None yet

2 participants