I am Charmie

メモとログ

XPE: neXtgen Povray Editor

XPE (neXtgen Pov-ray Editor) is an editor for POV-Ray based on wxWidgets library. Here's the quick commands list for XPE installation.

  1. sudo apt-get install libwxgtk2.8-dev libwxgtk2.8
  2. tar -zxf xpe_project_v0_9_5b.tar.gz
  3. cd xpe_project/
  4. ./configure
  5. make
  6. sudo make install

Contrast to PovClipse, XPE does not generate additional files for source code management. However, XPE does not show rendered images, meaning that we have to somehow show the image with any viewer.