LW extensions: SVG, terminal emulator and more
"April Simone (as apr3vau at outlook dot com)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <[email protected]> |
Hello everyone, I’ve made some more LispWorks extensions these days, and I think maybe they can help you. These include: - A pure-lisp written SVG renderer using LW Graphics Port. It’s very fast, you can use it to draw some pretty stuffs like Google material icons. - A real unix pseudo-tty terminal emulator, with XTerm escaped sequence support, running with LW Editor. I’m using Emacs inside LispWorks with it lol - A project explorer for LW Editor, as horizontal splitted window. Much like Treemacs, with workspaces, projects, source code navigation, and optionally you can install icons for it. … And many other misc things. I’ve published them with 0BSD licensed, at the same repo with my other plugins: https://github.com/apr3vau/lw-plugins . plz give a star if you find they’re useful :D