Hacker News new | ask | show | jobs
by dsrw 1959 days ago
This is cool. I'm working on something similar called enu (https://github.com/dsrw/enu), but you're further along than I am.

A few suggestions that may or may not be helpful:

- I realize that this is a big part of your esthetic, but blocky "game fonts" are hard to read. They're fine for games, but for editing code I want a normal monospace font rendered at a normal DPI.

- I feel like there should be a way to apply code changes without a full Publish. It's nice to test a change without resetting the entire world.

- Your docs are off to a good start, but it's really not clear to me how everything comes together. A more in depth example would be more helpful at this point than API docs, I think.

I'll definitely keep an eye on this. Nice work!