Update docs

master
Andy Stewart 8 years ago
parent 992188b343
commit 739e6d8633
  1. 18
      HACKING.md
  2. 36
      README.md

@ -1,3 +1,13 @@
## Why choose Qt?
Qt's QGraphicsView and QGraphicsScene is awesome, it's easier to implement window composite than other GUI library (such as GTK+).
If use Gtk+ or other GUI library, i need write many Widget/XComposite code to implement widget like QGraphicsView/QGraphicsScene.
## Why choose Python?
C/C++ need compile long time for every change, this will interrupt my attention and development enthusiasm.
Python is perfect language to develop Qt program and it can call pretty much every library you need.
## Let me run hello word
```
M-x eaf-open
@ -53,3 +63,11 @@ Execute command `eaf-open' and type "i am rocks!".
See? it's so easy!
Above are all you need, happy hacking!
## Todo list
* Browser: add cookie support
* Browser: support pop window, such as emacs-china.org
* Browser: add progressbar
* ImageViewer: add zoom support
* VideoPlayer: space to toggle play/pause
* VideoPlayer: hide view to pause video

@ -42,13 +42,8 @@ Such as,
* type /path/image_file to open image viewer, and press key j or k to select other image in same directory
* type /path/video_file to open video player
## Report bug
If you found eaf message "*eaf* exited abnormally with ...", it mean something wrong in python.
Please switch buffer *eaf* and paste content of *eaf* to me.
Thanks!
## How to develop new plugins?
[Developer manual](HACKING.md)
## Join Us
Do you want to make Emacs a real operating system?
@ -57,29 +52,4 @@ Do you want to live in emacs more comfortably?
Want to create unparalleled plugins to extend emacs?
*Join us!*
## Why choose Qt?
Qt's QGraphicsView and QGraphicsScene is awesome, it's easier to implement window composite than other GUI library (such as GTK+).
If use Gtk+ or other GUI library, i need write many Widget/XComposite code to implement widget like QGraphicsView/QGraphicsScene.
## Why choose Python?
C/C++ need compile long time for every change, this will interrupt my attention and development enthusiasm.
Python is perfect language to develop Qt program and it can call pretty much every library you need.
## How to develop new plugins?
[Developer manual](HACKING.md)
## Todo list
* Browser: add cookie support
* Browser: support pop window, such as emacs-china.org
* Browser: add progressbar
* ImageViewer: add zoom support
## Contact me
lazycat dot manatee at gmail dot com
Any suggestions and patches are welcome, happy hacking!
Join us, happy hacking!

Loading…
Cancel
Save