Just from the description, this nails something I've been wanting to see for awhile. Having text editor "primitives" (panes, windows, tabs) be actual geometric primitives is a fantastic start to next-gen editors. More power to you!
Show HN: Primrose – a text editor that runs in a WebGL texture
11–20 of 105 posts
Re: Show HN: Primrose – a text editor that runs in a WebGL texture
#12Re: Show HN: Primrose – a text editor that runs in a WebGL texture
#13Earlier quoted context omitted.
I haven't yet figured out how to get a Node.js process to start back up after the server has rebooted, and it looks like the traffic has been killed me a couple of times.
Why do you need Node? Can't this just be statically served?
Re: Show HN: Primrose – a text editor that runs in a WebGL texture
#14Earlier quoted context omitted.
Why do you need Node? Can't this just be statically served?
It mostly is, but I need it integrating with Stripe for the proprietary-license-that-I-totally-don't-expect people-to-buy-but-why-the-hell-not.
Re: Show HN: Primrose – a text editor that runs in a WebGL texture
#15Earlier quoted context omitted.
Why do you need Node? Can't this just be statically served?
It mostly is, but I need it integrating with Stripe for the proprietary-license-that-I-totally-don't-expect people-to-buy-but-why-the-hell-not.
Re: Show HN: Primrose – a text editor that runs in a WebGL texture
#16Failing with the following error in Chrome: GET https://primroseeditor.com:8082/javascripts/ga.js net::ERR_BLOCKED_BY_CLIENT And in Firefox it's not even loading the home page, with an error of "too many open files".
Re: Show HN: Primrose – a text editor that runs in a WebGL texture
#17I am a digital nomad, and basically travel with a backpack's worth of stuff, developing off my 13"MBA. The thing I miss the most about my old office is having a nice monitor. The thing I miss most about having a home is my 3-monitor desktop setup. Both things I had to give up because they don't fit in my backpack and because I can't easily procure them wherever I travel to.
But if I can pack an Oculus Rift headset into my pack, I dunno, a year from now. I can have all the multi-desktop computing environments I want, and they'd actually be way more awesome than just 3 flat monitors.
Beyond all that, text editors and dev environments have seen little UX improvement given the rate of evolution for everything else digital. This looks like an awesome step to trying some really radical things (I know this is a previously explored topic though, but I love being reminded of it).
OP, this is awesome. I happily leave the future of my dev environments in your hands.
Re: Show HN: Primrose – a text editor that runs in a WebGL texture
#18Re: Show HN: Primrose – a text editor that runs in a WebGL texture
#19Re: Show HN: Primrose – a text editor that runs in a WebGL texture
#20Site down for me
I haven't yet figured out how to get a Node.js process to start back up after the server has rebooted, and it looks like the traffic has been killed me a couple of times.
forever -w start yourFile.js
That'll keep it up and going as a daemon and reboot it when files change :)