Interfaces of the future - Psychology, Philosophy, and Licenses

Users browsing this thread: 1 Guest(s)
venam
Administrators
(26-04-2021, 03:24 AM)Ramiferous Wrote: Was this renamed to Pipeworld or is this a fork? This, along with Prio are really interesting. Druden is still pretty cool on its own, but Pipeworld takes the cake.

I haven't had the chance to try it out yet, but I am looking forward to it.
This weekend I gave Arcan a try.

To put it simply, Arcan is the core backend framework and server that runs and provides the mechanism for anything else. It can take lua scripts to execute on top of it, the "main" should be found in one of these scripts which you pass to Arcan to run. Arcan has different graphical backends, from SDL, X11, to Wayland.

safespaces, durden, prio, pipeworld, are all separate lua scripts that you can run with arcan and using arcan's framework.
The only one I couldn't get running on my machine was pipeworld.

Some examples:
Code:
./arcan_sdl -T ../data/scripts -p ../data/resources ~/docu/programming/gitgot/arcan_fun/durden/durden
./arcan_sdl -w 1366 -h 768 -T ../data/scripts -p ../data/resources ~/docu/programming/gitgot/arcan_fun/safespaces/safespaces
./arcan_sdl -w 1366 -h 768 -T ../data/scripts -p ../data/resources ~/docu/programming/gitgot/arcan_fun/prio
Along with the main script you can pass a folder containing the resources and additional scripts or libraries that you need or want to access from within Arcan.

One drawback is that Arcan is kind of containarized, you can't access anything outside the resources folder, and I couldn't find a way to run external applications from within Arcan. There are ways to launch programs that support Wayland and to have an embedded X server (called Xarcan) from within Arcan but I didn't get to that yet.

Apart from this, the concept is really cool in itself, I liked it a lot. It's snappy and flexible.
Yet, I think it kind of needs more documentation and people trying it out to make it more usable on a day to day. But definitely worth looking at!


Messages In This Thread
Interfaces of the future - by z3bra - 30-11-2018, 12:15 PM
RE: Interfaces of the future - by venam - 30-11-2018, 01:09 PM
RE: Interfaces of the future - by jkl - 30-11-2018, 01:39 PM
RE: Interfaces of the future - by z3bra - 30-11-2018, 02:37 PM
RE: Interfaces of the future - by twee - 30-11-2018, 09:55 PM
RE: Interfaces of the future - by twee - 30-11-2018, 09:57 PM
RE: Interfaces of the future - by jkl - 30-11-2018, 10:09 PM
RE: Interfaces of the future - by z3bra - 01-12-2018, 03:08 AM
RE: Interfaces of the future - by twee - 01-12-2018, 07:31 AM
RE: Interfaces of the future - by jkl - 01-12-2018, 12:40 PM
RE: Interfaces of the future - by z3bra - 02-12-2018, 06:06 AM
RE: Interfaces of the future - by Steph - 03-12-2018, 12:58 PM
RE: Interfaces of the future - by twee - 04-12-2018, 07:37 PM
RE: Interfaces of the future - by jkl - 05-12-2018, 06:53 AM
RE: Interfaces of the future - by Steph - 05-12-2018, 10:14 AM
RE: Interfaces of the future - by mrtn - 06-12-2018, 08:44 AM
RE: Interfaces of the future - by z3bra - 06-12-2018, 09:35 AM
RE: Interfaces of the future - by jkl - 06-12-2018, 09:45 AM
RE: Interfaces of the future - by Steph - 06-12-2018, 11:26 AM
RE: Interfaces of the future - by Steph - 06-12-2018, 11:27 AM
RE: Interfaces of the future - by mrtn - 06-12-2018, 05:19 PM
RE: Interfaces of the future - by Steph - 06-12-2018, 05:44 PM
RE: Interfaces of the future - by venam - 25-08-2020, 06:09 AM
RE: Interfaces of the future - by z3bra - 25-08-2020, 09:24 AM
RE: Interfaces of the future - by seninha - 25-08-2020, 03:25 PM
RE: Interfaces of the future - by venam - 25-08-2020, 03:33 PM
RE: Interfaces of the future - by ckester - 25-08-2020, 07:50 PM
RE: Interfaces of the future - by ckester - 25-08-2020, 08:22 PM
RE: Interfaces of the future - by venam - 27-08-2020, 02:49 AM
RE: Interfaces of the future - by pfr - 26-04-2021, 03:24 AM
RE: Interfaces of the future - by venam - 26-04-2021, 04:06 AM
RE: Interfaces of the future - by pfr - 27-04-2021, 03:23 AM
RE: Interfaces of the future - by venam - 27-04-2021, 03:35 AM
RE: Interfaces of the future - by pfr - 28-04-2021, 02:15 AM