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

Update rres #198

Closed
gen2brain opened this issue Aug 27, 2022 · 6 comments
Closed

Update rres #198

gen2brain opened this issue Aug 27, 2022 · 6 comments

Comments

@gen2brain
Copy link
Owner

Rres now have a final format, Go rres and the resources example should be updated. Also, there are many FromMemory functions that didn't exist before.

@Konstantin8105
Copy link
Contributor

Hello, just for information.
Location of last revision https://github.com/raysan5/rres

@JupiterRider
Copy link
Contributor

Hey,
does anyone even use rres? I'm running fine with go embed and the "LoadFromMemory" functions.

@gen2brain
Copy link
Owner Author

Sure, go embed works just fine. The rres also allows users to encrypt their data, i.e. with AES, 3DES, XOR, etc. It also should allow compression, i.e. Deflate, LZ4, Brotli, etc. depending on what can be implemented easily. And having a resource module that is compatible with raylib would be nice.

@JupiterRider
Copy link
Contributor

Hey @gen2brain,
currently I'm working on a binding:
https://github.com/JupiterRider/raylib-go/tree/master/rres

I will create a pull request once I'm done

@JupiterRider
Copy link
Contributor

It's here now: #264

@JupiterRider
Copy link
Contributor

Thanks @gen2brain for merging.
I will create some examples in the next time, so we can close this issue :)

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

No branches or pull requests

3 participants