bim
editlite
bim | editlite | |
---|---|---|
1 | 1 | |
275 | 3 | |
- | - | |
5.9 | 9.2 | |
11 months ago | about 2 months ago | |
C | C | |
ISC License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bim
-
Announcing: PonyOS 8
As for my development environment, for the last several years, I have done all of my programming in my own editor, which I built for the OS but use on Linux as well as my "daily driver". It also uses Kuroko for syntax highlighting scripts and as a general command and configuration language. The OS is generally built with gcc/binutils, though I've done clang builds in the past. The build system is mostly Make, with a bit of magic from Kuroko to automatically track dependencies for userspace applications.
editlite
-
Using Zig to Add UTF8 Unicode Support
One of my side projects is a simple text editor in C called "Editlite". The purpose of this editor was to explore creating one from the ground up and implementing functionality like Plugins and loading files incrementally to support editing large files. For this article I'll focus on just the Unicode support I wanted to add, though I may do a deeper dive into the editor in a future article.
What are some alternatives?
dte - A small, configurable console text editor (mirrored from https://gitlab.com/craigbarnes/dte)
utf8-zig - simple zig library to help with utf8 code points
led - led - line-oriented text editor
ptext - A nano like text editor built with pure C
tedditor - A gtk based simple text editor I'm writing for a school project.
vis - A vi-like editor based on Plan 9's structural regular expressions
texterm - A nano-like text editor written from scratch in C.
yace - Yet another CLI editor, a simple command-line-interface text editor written in C
toaruos - A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
Teditor - A simple text/code editor
mle - flexible terminal-based text editor (C)