Skip to content

declantsien/emacs-webrender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs Webrender Builds

General Nix flake build macOS dmg

Source

https://github.com/emacs-ng/emacs-ng/

PGTK with Webrender

PGTK with Webrender is replace Cairo drawing with Firefox’s Webrender.

~ ./configure –with-pgtk –with-webrender~

Nextstep with Webrender

The task is tracked here. It should be as easy as adding PGTK support. But I am currently not have the desire and not have the time to do that. Anybody are welcome to claim that task.

Other Emacs window systems x11/w32/haiku

These should be the same as PGTK and Nextstep. By creating an issue on emacs-ng issues following this here.

Winit(tao) window system

Compiling with winit

./configure --with-winit --enable-winit-pselect --with-wr-gl=[surfman|glutin]

Compiling with tao

./configure --with-winit=tao --enable-winit-pselect --with-wr-gl=[surfman|glutin|gtk3]