Hacker News new | ask | show | jobs
by momerath 4566 days ago
I've been thinking about building a 3d livecoding environment centered around emacs, so this very cool to see!

PS. To build the current source on linux, you have to fix the comment in the Makefile that starts with '//' and lowercase the 'Primitives' directory.

2 comments

Could you share your ideas ? I'm thinking about 2d/3d 'modeling' on a keyboard centric user interface too; except for the part where analog input is the only sane way (even though I had some ideas about how to try this keyboard-only too).
It should be fixed now, https://github.com/pyramation/vim3d/commit/49d8f94fa7fbc4f27...

Thanks, the primitives caps issue was also fixed before this commit.