Ryo Hirayama
05/11/2022, 10:37 AMKonrad Hinsen
05/11/2022, 4:47 PMChris Knott
05/11/2022, 6:08 PMRyo Hirayama
05/12/2022, 12:26 AMI haven't figured out how to do anything interesting at https://desk-x.com/ so far.First, I will add a UI here like vscode's command palette (I call it a "terminal"). We can use it to generate AST nodes on the screen, or do other interactions with the kernel of desk.
Don't really know where to start either...I plan to write an archiecture document and contribution guide some day soon after the release of the demo. If I could say one thing, it would be that the crates/systems/dkernel source code is interesting. It is the file system and core of the desk.
I can move the window with top and left (and topleft), but not resize it.Yeah, it's a default behavior of egui.rs. We can probably customize it with a little bit of writing.
wtaysom
05/12/2022, 1:54 AMRyo Hirayama
05/12/2022, 2:36 AMNate Ferrero
05/16/2022, 4:04 PMRyo Hirayama
05/17/2022, 4:19 AM