Settings

Theme

Sky: A 60fps GPU-Powered Text Editor

github.com

50 points by noajshu 10 years ago · 6 comments

Reader

ngrilly 10 years ago

Impressive piece of work for a single developer.

jandrese 10 years ago

The title makes it sounds like a crack at javascript developers. That they need a GPU to make a text editor.

  • _qbjt 10 years ago

    The title doesn't mention JavaScript nor is the editor written in or exclusively compiled to it. Further, modern JavaScript engines are very fast. The main performance bottleneck in web-based editors like Atom or Light Table is the DOM. The web target of this editor only makes use of two DOM nodes - the <canvas> that everything renders to and a hidden <input> for capturing user input.

  • noajshuOP 10 years ago

    ha, I did try it with ~1.2e6 lines of unminified JS and it kept its cool, very smooth scrolling and multiline editing.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection