Vladimir Gordeev
03/30/2020, 5:21 PMMariano Guerra
Edward de Jong / Beads Project
03/30/2020, 6:37 PMVladimir Gordeev
03/30/2020, 6:56 PMIvan Reese
Ivan Reese
Edward de Jong / Beads Project
04/02/2020, 6:27 AMVladimir Gordeev
04/02/2020, 7:58 AMThere is a lot of ergonomics in doing this kind of graphical approach properly, and if you haven't addressed the core problems, your prototype is like putting frosting without the cake.Oh, absolutely. Current UI is certainly not final. It would require a lot of work. Probably I am not even qualified to fix all these problems.
So my suggestion is to take a much larger example and see how you would edit that.I will. My idea is to start using this editor early, document what is inconvenient and fix that. Working with a tree that represents a database is one of the key use cases.
If you are interested in the theory behind this, i can recommend "Platform for change" by Stafford BeerThank you for this reference, I will certainly take a look on it.
David Piepgrass
04/21/2020, 10:42 PMVladimir Gordeev
04/22/2020, 6:24 AM{"uint32": "\0x00000001"}
Vladimir Gordeev
04/22/2020, 6:29 AMDavid Piepgrass
04/22/2020, 12:13 PM1234f
(single-precision float 1234) would be equivalent to _f"1234"
in LES3 which is a character sequence ['1','2','3','4']
and a type marker _f
in which the leading underscore means "formatted as a number literal, if possible". So you can treat all literals as pairs of two strings. Related comment on my repo: https://github.com/qwertie/ecsharp/issues/52#issuecomment-331034896David Piepgrass
04/22/2020, 12:23 PMVladimir Gordeev
04/22/2020, 4:03 PM