MapCast
Hey, you're here! Thanks for being curious.
I develop MapCast privately while figuring out the best way to end up sharing this in the future.
What is MapCast?
MapCast is a Javascript VM with persistence and a web UI frontend. Data is stored as in a normal javascript VM, in a directed graph of objects and a UI exists to edit it all.
It does this by:
- Having a single (currently Node.js-based server) that multiple devices can interact with
- Providing a debugging environment, built in MapCast, for exploring and interacting with data
- Providing GUI primitives for presenting and working with common data types
- UI is pluggable, therefore avoiding traditional frontend entrypoints to other data
The goals are:
- Provide a single, modular way to access all my data and executable units.
- Pluggable UI as creating one-size-fits-all presentation only goes so far
- Acceptable editing from different device including mobile
Can I see it?
If you know me, sure, let's talk!
If you don't know me, then the best I have for you is this Discord
More to come