Following the official rust tutorial, I made a tiny server that serves two files: hello.html and 404.html. It is currently single-threaded (if one page hangs, all of them hang), but I’ll fix that soon.
Log in to leave a comment
Following the official rust tutorial, I made a tiny server that serves two files: hello.html and 404.html. It is currently single-threaded (if one page hangs, all of them hang), but I’ll fix that soon.
Log in to leave a comment
After a nice break over the long weekend, I came back and added the ability to create new buffers and close them. I also added keybinds and command palette commands
TODO:
Log in to leave a comment
I made the website responsive on mobile (somewhat at least), and started making tabs actually work in the editor. You can actually switch buffers now!
TODO:
Log in to leave a comment
I made the start of a cool little website for dahlia! It’s heavily inspired by the Neovim and Helix websites (both code editors so it’s on brand), and uses the colors from catppuccin macchiato. You can check it out at http://annaxiom.github.io/dahlia (I’ll buy a proper domain when I’ve got money)
Log in to leave a comment
i love the minimalistic look of this site, feels really candid - nice stuff bro
I worked on implementing a buffering system for files so I can eventually add file tabs.
TODO:
Log in to leave a comment
I added a data-driven keymap system (similar to my command system), and I also made a basic command palette. Commands can now be palette_visible or not, which dictates whether they will show up in the palette (e.g. “Open Palette” won’t be visible in the command palette)
TODO:
Log in to leave a comment
I added a basic command registry / retrieval system, and refactored my code so it’s a bit nicer to look at. I also make a simple placeholder status bar that tracks your cursor position.
TODO:
Log in to leave a comment
Started working on dahlia - I created a base Tauri app, and got a codemirror instance set up.
TODO:
Log in to leave a comment
I decided it was time for me to have a website, so I searched around neocities (cause that’s where all the cool ones are) and found one i really liked, by petrapixel. To put it lightly, I copied her style (but I will develop it into my own I promise). I also need to pick a new background tile and add more content, but thats a problem for later.
Log in to leave a comment
Started working on an initial proof-of-concept using Sysinfo, but I had to use WGPU to query the GPU information since Sysinfo doesn’t provide that functionality.
Log in to leave a comment
I’m working on my first project! This is so exciting. I can’t wait to share more updates as I build.
Log in to leave a comment