rxi | 5 years ago | on: I open sourced my game along with a tutorial on how to make it using Lua
rxi's comments
rxi | 5 years ago | on: I open sourced my game along with a tutorial on how to make it using Lua
rxi | 5 years ago | on: Show HN: Lite – A small, fast text editor
rxi | 5 years ago | on: Show HN: Lite – A small, fast text editor
Typically with dirty rectangles you would have to manage this state in the application code, for example, determining that line X was edited then updating the region for that line, or determining that view Y moved and updating a dirty rectangle based upon it's previous and current positions.
rxi | 5 years ago | on: Show HN: Lite – A small, fast text editor
https://user-images.githubusercontent.com/3920290/80743752-7...
Or create their own custom "views":
https://user-images.githubusercontent.com/3920290/81343656-4...
The treeview at the left of the screen is implemented as a normal plugin, and like any other plugin can be removed from lite by simply deleteing the `treeview.lua` file.
rxi | 5 years ago | on: Show HN: Lite – A small, fast text editor
I wrote a short article detailing the technique here: https://rxi.github.io/200402.html
rxi | 5 years ago | on: Show HN: Lite – A lightweight text editor written in Lua
rxi | 11 years ago | on: Show HN: A Fast, Malloc-Free C++14 Json Parser and Encoder