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

Add UniversalEvents #401

Open
Sygmei opened this issue Oct 21, 2021 · 0 comments
Open

Add UniversalEvents #401

Sygmei opened this issue Oct 21, 2021 · 0 comments
Assignees
Labels
enhancement The issue should enhance an existing feature
Projects

Comments

@Sygmei
Copy link
Member

Sygmei commented Oct 21, 2021

UniversalEvents are events that can be triggered / listened from any programming language to any programming language.

For now, when Lua triggers a custom event, it is of type sol::table and thus can only be used by Lua callbacks.

The goal would be to detect if there is different kind of listeners (Lua, Wren, others...) and if it's the case, convert the data for non-compatible listeners.

The exchange format could be a vili::node containing all the required data.

@Sygmei Sygmei added the enhancement The issue should enhance an existing feature label Oct 21, 2021
@Sygmei Sygmei self-assigned this Oct 21, 2021
@Sygmei Sygmei added this to To do in Version 0.8 via automation Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue should enhance an existing feature
Projects
Version 0.8
  
To do
Development

No branches or pull requests

1 participant