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

Adding loops to ui #2

Open
3 of 4 tasks
MatthiasKainer opened this issue Apr 29, 2017 · 0 comments
Open
3 of 4 tasks

Adding loops to ui #2

MatthiasKainer opened this issue Apr 29, 2017 · 0 comments
Assignees

Comments

@MatthiasKainer
Copy link
Owner

MatthiasKainer commented Apr 29, 2017

The language already supports loops (see test/public/javascript/src/ast/testLoopParser.ts and test/public/javascript/src/game/compiler/testLoopProcessor.ts), the ui not.

Loop functionality should be added. A first scribble looks like this:

image

UI

Backend

  • Change action triggering from items of program panel getting pulled per timeout and executed from the outside to a script that is created and executed, and notifies the ui from the changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant