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

Redesign of rres #264

Merged
merged 4 commits into from
Jun 6, 2023
Merged

Redesign of rres #264

merged 4 commits into from
Jun 6, 2023

Conversation

JupiterRider
Copy link
Contributor

The old golang implementation of rres has been purged and replaced with a completely new written cgo binding for the latest rres version.

@JupiterRider JupiterRider mentioned this pull request Jun 4, 2023
@gen2brain gen2brain merged commit 048c1b5 into gen2brain:master Jun 6, 2023
@gen2brain
Copy link
Owner

Merged, thanks. I don't like another raylib.h included, same with raygui. But, nobody wanted to maintain custom Go implementation.

@JupiterRider
Copy link
Contributor Author

Merged, thanks. I don't like another raylib.h included, same with raygui. But, nobody wanted to maintain custom Go implementation.

Right. The c compiler needs the raylib.h. Either in the project or installed on your system (usually /usr/include/ on linux).
Just referencing the github.com/gen2brain/raylib-go/raylib package didn't work.

A pure go version of rres is time consuming to maintain and you need cgo for raylib-go anyways, so its not that big of a deal.

I tried using a transpiler (like c2go), but I had no success.

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