-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add some support for the Lua API #319
Conversation
Relates to #41 |
Thanks for the work you've done, it's very cool and that was a very lack of this! ❤️🔥
We have
There is example and example that uses that assets, and there's doc. So, it should just works. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update your branch - it could be rebase or just merge main
into your branch - 👌🏻. That's need because I've made a follow-up to your prev PR with versions increment (#320).
Also there are some little changes I suggesting:
I have an example put together but something is going wrong with the asset. It works in a separate project but not in my example. I'm going to investigate further. |
For what it’s worth, I’m not relying on using the Lua API for my own use case anymore but this was already done so I wanted to try and finish it up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also please set version of playdate
package to 0.2.0
here.
Thanks! ❤️🔥
…ng private discussion
Minor bump `playdate`, remove unused feature
I've been using these changes locally and they appear to work as expected for my project.
I would like to add an example but will need to follow up on that. It would require its own
Cargo.toml
(to add amain.pdz
file) and I'm not sure if that will "just work".