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

Alpha / Beta improvements To-Do List #19

Open
13 of 14 tasks
Indra-db opened this issue Mar 8, 2024 · 0 comments
Open
13 of 14 tasks

Alpha / Beta improvements To-Do List #19

Indra-db opened this issue Mar 8, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Indra-db
Copy link
Owner

Indra-db commented Mar 8, 2024

This list contains mainly two things:

  • Functions that were overlooked during core development
  • Places discovered where the API needs improvement

  • Support const component evaluation w/ filter, query, system
  • Implement missing find function on query & filter
  • Implement missing .each_iter which passes iter and index on Filter, Query, System, Observer
  • Implement missing iter_iterable class (see example group_iter in queries cpp)
  • implement entity_builder.observer functionality (with and without payload) from 3.2.11
  • clean up and simplify registering components
  • support templated components
  • v4 upgrade + refactor term

extra:

  • added rules addon

API Improvements

  • (blocked) Improve query_builder::group_by_fn, system_builder:{:set_run_callback,order_by} API to support rust closures instead of extern "C" functions -> blocked by flecs_core not having support for this at the moment.
  • align and improve function naming
  • Filter, Query, system, observer cleanup
  • refactor API and replace _pair functions and overload to allow u64, Entity, EntityView, etc.
  • add attribute macro to make manual template implementation easier -> register attribute
@Indra-db Indra-db added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: Ready
Development

No branches or pull requests

1 participant