emacs-gl VS svg-lib

Compare emacs-gl vs svg-lib and see what are their differences.

emacs-gl

OpenGL bindings for Emacs Lisp (by Jimx-)

svg-lib

Emacs SVG libraries for creatings tags, icons and bars (by rougier)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
emacs-gl svg-lib
7 17
108 328
- -
1.0 7.6
about 1 year ago 2 months ago
C Emacs Lisp
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

emacs-gl

Posts with mentions or reviews of emacs-gl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-01.
  • Emacs GPU rendering
    3 projects | /r/emacs | 1 Mar 2023
    By the way, why only for pgtk? It would be nice to have it without pgtk or xwidgets (OpenGL was avaialable via xwidgets since quite some time, as a plugin).
  • Initial Thoughts On A New Productivity Tool
    5 projects | /r/lisp | 2 Jan 2023
    If you need some 3D viz, there is also an Emacs binding to OpenGL. I believe it works only on X11, but I am not sure.
  • Emacs WebRender front(window system)
    3 projects | /r/emacs | 14 Nov 2022
    Webrender is using openGL. There are existing work out there regarding this. https://github.com/Jimx-/emacs-gl . But I would prefer WebGPU API over opengl's if I want to do computer graphics.
  • Render interactive graphic in emacs buffer?
    2 projects | /r/emacs | 12 Mar 2022
    There is also a module to do OpenGL. You will have to compile the module yourself, but it shouldn't be too hard. No idea though how well, if at all, it works on macos.
  • plotting tools to use in emacs-lisp code
    2 projects | /r/emacs | 18 Jan 2022
    Generally, librsvg (svg.el), is your best option to start with graphing in Emacs. Alternatively, if you are really ambitious you could take a look at Emacs-gl if you are familiar with OpenGL. Those are your drawing library. On top of them you will have to create some higher level library to draw charts, you could either adapt/convert one existing from some of other projects, for example there are several popular and good libraries for javascript that could probably work well with svg renderer. Perhaps take a look at some of Common Lisp charting libraries and see if you can make them work on top of svg.el or emacs-gl. For example, cl-2d seems quite reasonable to port to Emacs Lisp.
  • OpenGL Bindings for Emacs Lisp
    1 project | news.ycombinator.com | 2 Jan 2021
  • emacs-gl: OpenGL bindings for Emacs Lisp
    1 project | /r/planetemacs | 1 Jan 2021

svg-lib

Posts with mentions or reviews of svg-lib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-21.
  • Emacs-Appindicator - create and control tray icons with Elisp!
    5 projects | /r/emacs | 21 Feb 2023
    You can hide/show icons, labels, create context menus with lisp callbacks for each menu item. The library uses svg-lib so you can use icons from various online collections supported by it. Under the hood it has tiny daemon, written in C that interacts with system tray via libappindicator. So, at least for now, the only supported OS is Linux.
  • Initial Thoughts On A New Productivity Tool
    5 projects | /r/lisp | 2 Jan 2023
    Yes, he also uses svg to render a canvas and images. You can also check work by Rougier (/u/nicolas-rougier), he usually anounces his stuff in /r/emacs. He has done a lot with svg, check his svg-lib and svg-icons.
  • Package to display org headings spatially?
    7 projects | /r/orgmode | 30 Dec 2022
    Isn't a "pile" just an "unorganized map"? Really, if you think of it: a pile of papers on a desk, could as well sitt in a folder. That should bring you back to normal desktop paradigm. Now implementing headings as "folders" shouldn't be overly difficult. You could implement a "pile" of headings as just subheadings to top headings and also render those top headings as either: svg icons, check for example svg-library by /u/Nicolas-Rougier, or you could use font-icons like in font-awesome or all-the-icons, to replace top-headings with an image or a font-icon. You would probably have to write your own minor-mode but it shouldn't be very difficult. You will probably need to use invisible-text property to hide headings and replace them with icons (that is normally how org and outline modes "fold" and "expand" content in headings), but that should not be very difficult.
  • Rounded UI corners and shadows?
    1 project | /r/emacs | 20 Nov 2022
    the most basic UI changes you can do is by configuring faces (i recommend you take a look at the whole Controlling the Display section of the manual). going a bit beyond that, you can also take a look at the Widget Library as well for buttons, links, checkboxes and some other stuff. and there is also some packages and hacks by the community to display SVGs. see this reddit post and also some of Nicolas Rougier's work, more specifically his SVG lib.
  • Cross-platform graphics
    1 project | /r/emacs | 30 Sep 2022
    You could, at least in theory, do lots of GUI stuff in Emacs itself already with SVG (org PNGs). See for example svg-lib by N. Rougier for doing stuff like buttons, toolbars and some other gui elements. You can do pop-up menus with child frames.
  • procress: A simple emacs package to indicate progress of a process in the modeline (for example AUCTeX processes)
    2 projects | /r/emacs | 15 Jul 2022
    At the moment undetermined progress is what's supported out-of-the-box. Determined progress can be supported easily enough if svg-lib is used to create the progress bar.
  • Why not use Obsidian and/or Logseq instead of OrgRoam?
    9 projects | /r/OrgRoam | 18 May 2022
    Oh, I understood now what you mean. I think Emacs is definitely capable of doing this (https://github.com/rougier/svg-lib), but I don't think there's a plugin which has already done it :/.
  • svg-lib icons in org files
    3 projects | /r/orgmode | 17 May 2022
    i saw this repository and i want to use thoses icons in my org files, but i don't have much experience with emacs-lisp and neither org-mode (sorry for being a newbie). i tried to append (require 'svg-lib) and also i donwloaded the repository and before did it before requiring the module (i'm not sure if this is the right name)
  • Blamer.el 0.4 has been released. Added popup git blame messages with border and rounded corners
    4 projects | /r/emacs | 19 Feb 2022
    Have you considered/tried doing something with svg-lib?
  • svg-tag-mode (v 0.3.1) is now on ELPA
    2 projects | /r/emacs | 29 Dec 2021
    Can you open an issue on https://github.com/rougier/svg-lib (with screenshots)? I'm trying to fix the tag for any kind of font ant that would help.

What are some alternatives?

When comparing emacs-gl and svg-lib you can also consider the following projects:

expenses - Recording and viewing expenses using Emacs

nano-emacs - GNU Emacs / N Λ N O - Emacs made simple

emacs-application-framework - EAF, an extensible framework that revolutionizes the graphical capabilities of Emacs

emacs-dashboard - An extensible emacs dashboard

surfman - Accelerated offscreen graphics for WebGL

doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

el-easydraw - Embedded drawing tool for Emacs

emacs-ng - A new approach to Emacs - Including TypeScript, Threading, Async I/O, and WebRender.

emacs-svg-icon - An emacs library to create SVG icons on the fly

ement.el - A Matrix client for GNU Emacs

laundry - Org mode for Racket

mu4e-thread-folding - Functions for folding threads in mu4e headers view