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

Adaptor for consuming GDScript custom iterators #276

Open
ghost opened this issue Jan 13, 2020 · 0 comments
Open

Adaptor for consuming GDScript custom iterators #276

ghost opened this issue Jan 13, 2020 · 0 comments
Labels
c: examples Example projects feature Adds functionality to the library good first issue
Milestone

Comments

@ghost
Copy link

ghost commented Jan 13, 2020

It's possible to create and use custom iterators in GDScript, as documented on this page: https://docs.godotengine.org/en/3.1/getting_started/scripting/gdscript/gdscript_advanced.html#custom-iterators

An adaptor type that allows consuming these iterators with Rust's Iterator trait could be added. Additionally, an example for exposing a custom iterator could be created.

@ghost ghost added feature Adds functionality to the library c: examples Example projects help wanted labels Jan 13, 2020
@ghost ghost added good first issue and removed help wanted labels May 24, 2020
@Bromeon Bromeon added this to the v0.10.1 milestone Nov 1, 2021
@Bromeon Bromeon modified the milestones: v0.10.1, v0.11 Jul 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: examples Example projects feature Adds functionality to the library good first issue
Projects
None yet
Development

No branches or pull requests

1 participant