Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-05 | modules/rkt: introduce a rudimentary scenes editor | Vito Caputo | |
This adds a BBS-style interface for creating new scenes in a live rkt session. It listens on tcp port 54321 on localhost by default, just use telnet to connect, the rest is fairly self-explanatory. This is still early days, but it's a whole lot more than nothing. | |||
2023-06-24 | modules/rkt: move rkt types to a header | Vito Caputo | |
Preparatory commit for adding an interactive scene editing server of sorts. It'll go in a separate listing, but needs these types as it'll operate on rkt_context_t->scenes[]. | |||
2023-03-13 | modules/rocket: mv modules/rocket modules/rkt | Vito Caputo | |
Finishes build/fs part of modules/rocket->modules/rkt rename started in previous commit. |