* Run any PyQt5 program in Emacs @ 2018-06-26 15:38 Andy Stewart 2018-06-26 15:57 ` Clément Pit-Claudel 2018-06-28 14:38 ` Andy Stewart 0 siblings, 2 replies; 3+ messages in thread From: Andy Stewart @ 2018-06-26 15:38 UTC (permalink / raw) To: emacs-devel [-- Attachment #1: Type: text/plain, Size: 1050 bytes --] Hi guys I just develop a new framework https://github.com/manateelazycat/emacs-application-framework *Emacs Application Framework is a development framework that developers can develop any PyQt program and integrate into Emacs.* This framework mainly implements three functions: 1. Integrate PyQt program window into Emacs Frame using Xlib Reparent technology 2. Listening to EAF buffer's keyboard event flow and controlling the keyboard input of PyQt program via DBus IPC 3. Created a window compositer to make the PyQt program window adapt Emacs's Window/Buffer design Using this framework, you can use PyQt develop powerful graphics programs to extend Emacs Below is some screenshots: https://github.com/manateelazycat/emacs-application-framework/blob/master/screenshot/browser.gif https://github.com/manateelazycat/emacs-application-framework/blob/master/screenshot/image_viewer.gif https://github.com/manateelazycat/emacs-application-framework/blob/master/screenshot/video_player.gif -- AndyStewart [-- Attachment #2: Type: text/html, Size: 8265 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Run any PyQt5 program in Emacs 2018-06-26 15:38 Run any PyQt5 program in Emacs Andy Stewart @ 2018-06-26 15:57 ` Clément Pit-Claudel 2018-06-28 14:38 ` Andy Stewart 1 sibling, 0 replies; 3+ messages in thread From: Clément Pit-Claudel @ 2018-06-26 15:57 UTC (permalink / raw) To: emacs-devel On 2018-06-26 11:38, Andy Stewart wrote: > I just develop a new framework https://github.com/manateelazycat/emacs-application-framework > > *Emacs Application Framework is a development framework that developers can develop any PyQt program and integrate into Emacs.* Looks great! This seems somewhat similar to https://github.com/ch11ng/exwm; do you think you could you comment on the differences? (I don't know much about the techniques used in either of these) Clément. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Run any PyQt5 program in Emacs 2018-06-26 15:38 Run any PyQt5 program in Emacs Andy Stewart 2018-06-26 15:57 ` Clément Pit-Claudel @ 2018-06-28 14:38 ` Andy Stewart 1 sibling, 0 replies; 3+ messages in thread From: Andy Stewart @ 2018-06-28 14:38 UTC (permalink / raw) To: emacs-devel [-- Attachment #1: Type: text/plain, Size: 1542 bytes --] I just develop new plugin -- pdf viewer: https://github.com/manateelazycat/emacs-application-framework/commit/cbe25cb4c9c62b895e89e3bb06d5611ca0999d33 Screenshot at: https://github.com/manateelazycat/emacs-application-framework/blob/master/screenshot/pdf_viewer.gif Enjoy it. Andy Stewart <lazycat.manatee@gmail.com> 于2018年6月26日周二 下午11:38写道: > Hi guys > > I just develop a new framework > https://github.com/manateelazycat/emacs-application-framework > > *Emacs Application Framework is a development framework that developers > can develop any PyQt program and integrate into Emacs.* > > This framework mainly implements three functions: > > 1. > > Integrate PyQt program window into Emacs Frame using Xlib Reparent > technology > 2. > > Listening to EAF buffer's keyboard event flow and controlling the > keyboard input of PyQt program via DBus IPC > 3. > > Created a window compositer to make the PyQt program window adapt > Emacs's Window/Buffer design > > Using this framework, you can use PyQt develop powerful graphics programs > to extend Emacs > > > Below is some screenshots: > > > > https://github.com/manateelazycat/emacs-application-framework/blob/master/screenshot/browser.gif > > > > https://github.com/manateelazycat/emacs-application-framework/blob/master/screenshot/image_viewer.gif > > > > https://github.com/manateelazycat/emacs-application-framework/blob/master/screenshot/video_player.gif > > > -- AndyStewart > [-- Attachment #2: Type: text/html, Size: 10537 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-06-28 14:38 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-06-26 15:38 Run any PyQt5 program in Emacs Andy Stewart 2018-06-26 15:57 ` Clément Pit-Claudel 2018-06-28 14:38 ` Andy Stewart
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.