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

Reflection for components #17

Open
athanggupte opened this issue Sep 22, 2021 · 2 comments
Open

Reflection for components #17

athanggupte opened this issue Sep 22, 2021 · 2 comments
Assignees
Labels
feature-request Add new feature module:core Issues regarding the core engine

Comments

@athanggupte
Copy link
Owner

Implement custom macros with RTTR to automatically -

  • serialize/deserialize
  • export to Lua
  • display members in editor
@athanggupte athanggupte self-assigned this Sep 22, 2021
@athanggupte athanggupte added module:core Issues regarding the core engine enhancement Improve existing features labels Sep 22, 2021
@athanggupte athanggupte added feature-request Add new feature and removed enhancement Improve existing features labels Sep 27, 2021
@athanggupte
Copy link
Owner Author

athanggupte commented Sep 9, 2022

Changed implementation from RTTR to custom compilation step for generating runtime reflection data using LLVM-based tool - ApexReflectTool
The reflection data is stored and accessed via the Reflection module

@athanggupte
Copy link
Owner Author

Metadata types -

  • UI specification
    • Slider
    • Range

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Add new feature module:core Issues regarding the core engine
Projects
None yet
Development

No branches or pull requests

1 participant