|
|
|
|
|
by ingenieroariel
537 days ago
|
|
It is a gui framework that allows you create terminals where you can detach any running process into another terminal. Since it is a complete toolkit, you can have detachable applications where you send both code and state to a server and retrieve it from another device (like Apple's continuity). In the end it is just a bunch of lua scripts talking to other components via /dev/shm and to other computers using a new protocol called a12:// |
|