A Wildly Inefficient Text Editor #600
Replies: 4 comments 8 replies
-
This is cool! When you say in the video that it's not efficient, is that inevitable or something that could be fixed? :) |
Beta Was this translation helpful? Give feedback.
-
Neat! And I see you used jaylib. I'll have to peek at your code to see what I can learn. Thanks for sharing. |
Beta Was this translation helpful? Give feedback.
-
Please do! :) I hope you learn something. Feel free to ask me anything.
Skickat från min iPhone
… 20 jan. 2021 kl. 15:32 skrev John Gabriele ***@***.***>:
Neat! And I see you used jaylib. I'll have to peek at your code to see what I can learn. Thanks for sharing.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
FWIW: Lite XL is a text editor that's quite simple and largely written in Lua. It uses a concept called cached software rendering, which seems to be quite efficient. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I made an inefficient text editor in Janet. Maybe you'll find the code fun to look at. :) Feel free to try it out, mostly tested on MacOS, and sogaiu has run it on Linux. :)
1 minute presentation
Code
Beta Was this translation helpful? Give feedback.
All reactions