This is super-early announcement.
Since I could not find something similar to GRAIL developed by Rand corporation - I am starting my own - GRAIL-like system.
Currently only simple drawing on canvas is implemented - I plan to add basic symbol recognition next.
Code is here https://github.com/uprun/GRAIL-like
I am using Godot game engine for this.
Can you say more about what GRAIL means to you? Maybe you have a particular paper or demo that shows the features you are interested in? Basically in the year 2024 it's fairly common to have drawing and group/ungroup, and I'm wondering what direction you're interested in beyond that..
o
Oleksandr Kryvonos
06/02/2024, 7:57 AM
Sure, here is the demo
https://www.youtube.com/watch?v=2Cq8S3jzJiQ▾
k
Kartik Agaram
06/02/2024, 8:08 AM
Ah this looks familiar. 👀
o
Oleksandr Kryvonos
06/02/2024, 8:23 AM
The main idea is to use only stylus.
I am looking into:
1. creating data-flow diagrams (no panning of canvas);
2. hand written text recognition (without replacing actual symbols);
3. use of sub-data-flows (like in arrows inside arrows video by @Lu Wilson