-
Notifications
You must be signed in to change notification settings - Fork 5
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
Synchronize attribute values of component #11
Comments
I think it's a big deal only update visual components values only for selected row of entity and component in grid |
Hi, I had big plans for this but didn't make it yet. Implementing GUI in Java Swing is a pain in the butt when it comes to implementing custom controls or do something performantly with existing ones. Actually, I work on another iteration of the software and definetely plan to do that but it'll take a long time. I do this making a client with Elm language. On top of that I have already developed a whole serializer to inspect objects more deeply than just primitive fields of components. You can read more about this on my blog. However, as I said, it will take a long time until it'll be usable. What's more if you want to improve current published version (that treats only primitive fields) then go on but I suppose you'd have to go back in time to January. Next iteration is being worked on on another branches than |
Very nice, I'll check the code and verify how I can help. |
It's possible synchronize attribute values of component in window in every in update? Because if window is opened and the game update value of component attribute, the value in window is differente from real value
The text was updated successfully, but these errors were encountered: