|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Adrien Beau wrote:
>
> Vahur Krouverk wrote:
> >
> > How about Java GUI for POV-Ray, which could run on XWindows and Windows?
>
> Well, Netbeans is just waiting for you to write a new module!
>
Yes, I thought about this as well (I saw Netbeans ad in some magazine,
DDJ IIRC) but time is limiting factor...
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp wrote:
> Why make a GUI nobody will use anyways? (I wouldn't certainly use it
> unless
> it had all the features emacs has; and if it had, how would it be
> different from emacs anyways? A couple of buttons... Big deal.)
>
> And see:
> http://www.students.tut.fi/~warp/povVFAQ/miscVFAQ.html#guiforunix
>
Emacs is great, if you have time to learn its features and how to configure
it.
But for Artists this would be an obstacle and a reason to use the windows
GUIed version of Povray which I think has some advantages (as mentioned
earlier).
--
Sebastian H.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Mon, 03 Sep 2001 18:23:18 +0200, Sebastian Holtermann wrote:
>Warp wrote:
>
>> Why make a GUI nobody will use anyways? (I wouldn't certainly use it
>> unless
>> it had all the features emacs has; and if it had, how would it be
>> different from emacs anyways? A couple of buttons... Big deal.)
>>
>> And see:
>> http://www.students.tut.fi/~warp/povVFAQ/miscVFAQ.html#guiforunix
>>
>
>Emacs is great, if you have time to learn its features and how to configure
>it.
>But for Artists this would be an obstacle and a reason to use the windows
>GUIed version of Povray which I think has some advantages (as mentioned
>earlier).
There are others around here that have already done the configuration.
The configuration is held in a single text file which is fairly short and
easily transferable from one system to another.
I use emacs all the time, and the only thing I've had to learn is how to
close the window and save my comments when I'm adding a log entry to a
file in an RCS repository (C-c c).
I move around the screen using the arrow keys the way I used to in windows,
I mark, copy, paste, cut and move text around the way I used to in the windows
POV editor, but as I'm using emacs I can have access to many additional features
at the press of a key, like my refontify is F8, goto line is F5, save is F2 exit
without saving F3 etc.
There are menus which I access using the mouse, these menus offer more
features than you can shake a stick at, so now I use emacs for almost all
my text editing weather it be perl, POV or bash.
I use Pico for mail and news as it does everthing I want for those utils,
loads fast and only has a few commands to learn.
If you want an example emacs config file ".emacs", all you have to do is
ask.
--
Cheers
Steve email mailto:ste### [at] zeroppsuklinuxnet
%HAV-A-NICEDAY Error not enough coffee 0 pps.
web http://www.zeropps.uklinux.net/
or http://start.at/zero-pps
8:46pm up 51 days, 22:52, 2 users, load average: 1.01, 1.03, 1.06
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3b8abdcc@news.povray.org>, "Sebastian Holtermann"
<Van### [at] gmxde> wrote:
> Will there be a GUI for XWindows in Povray 3.5? (Maybe Gtk/Qt/etc.)
I don't mind using emacs, vim, or any other text editor to make my pov
files but I still find one advantage in using (WINE) pov-win: The
shortcut lists! It is sooooo nice to be able to add (insert
object/texture/camera/etc. here) with only a couple of mouse clicks and
in most cases the inserted code includes commented-out options that I
otherwise might have completely forgotten about.
This is what I would most want in an "official gui" for pov-*nix. A
mouse clickable interface with the full contents of the drop down lists
from the pov-win binaries. And hey, the little preview images in 3.5 are
sweet too, although not nearly as essential.
IS there a way to create something like this for emacs/vim/other?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
October wrote:
>
> I don't mind using emacs, vim, or any other text editor to make my pov
> files but I still find one advantage in using (WINE) pov-win: The
> shortcut lists! It is sooooo nice to be able to add (insert
> object/texture/camera/etc. here) with only a couple of mouse clicks and
> in most cases the inserted code includes commented-out options that I
> otherwise might have completely forgotten about.
>
> This is what I would most want in an "official gui" for pov-*nix. A
> mouse clickable interface with the full contents of the drop down lists
> from the pov-win binaries. And hey, the little preview images in 3.5 are
> sweet too, although not nearly as essential.
>
> IS there a way to create something like this for emacs/vim/other?
I think it would be possible to add a menu (without the pictures probably)
to the emacs pov-mode. Someone knowing a bit more about emacs lisp should
be able to write it.
What i have meanwhile made is a transcript of the insert menu in form of a
html file:
http://www.schunter.etc.tu-bs.de/~chris/imenu/insert_menu.html
(be careful, it's ~2.5 Mb with pictures)
Christoph
--
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other
things on: http://www.schunter.etc.tu-bs.de/~chris/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3BD### [at] gmxde>, "Christoph Hormann"
<chr### [at] gmxde> wrote:
> October wrote:
>>
>> I don't mind using emacs, vim, or any other text editor to make my pov
>> files but I still find one advantage in using (WINE) pov-win: The
>> shortcut lists! It is sooooo nice to be able to add (insert
>> object/texture/camera/etc. here) with only a couple of mouse clicks and
>> in most cases the inserted code includes commented-out options that I
>> otherwise might have completely forgotten about.
>>
>> This is what I would most want in an "official gui" for pov-*nix. A
>> mouse clickable interface with the full contents of the drop down lists
>> from the pov-win binaries. And hey, the little preview images in 3.5
>> are sweet too, although not nearly as essential.
>>
>> IS there a way to create something like this for emacs/vim/other?
>
> I think it would be possible to add a menu (without the pictures
> probably) to the emacs pov-mode. Someone knowing a bit more about emacs
> lisp should be able to write it.
>
> What i have meanwhile made is a transcript of the insert menu in form of
> a html file:
>
> http://www.schunter.etc.tu-bs.de/~chris/imenu/insert_menu.html
>
> (be careful, it's ~2.5 Mb with pictures)
>
> Christoph
>
WOW! Thanks for sharing, Christoph! That is VERY useful :) Now with emacs (I
actually prefer vim! Don't hate me! ;) ) and a browser I have all the
same functionality, if not the same ease of use.
Very much appreciated.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sat, 27 Oct 2001 08:33:01 -0400, October wrote:
>In article <3b8abdcc@news.povray.org>, "Sebastian Holtermann"
><Van### [at] gmxde> wrote:
>
>> Will there be a GUI for XWindows in Povray 3.5? (Maybe Gtk/Qt/etc.)
>
>
>I don't mind using emacs, vim, or any other text editor to make my pov
>files but I still find one advantage in using (WINE) pov-win: The
>shortcut lists! It is sooooo nice to be able to add (insert
>object/texture/camera/etc. here) with only a couple of mouse clicks and
>in most cases the inserted code includes commented-out options that I
>otherwise might have completely forgotten about.
>
>This is what I would most want in an "official gui" for pov-*nix. A
>mouse clickable interface with the full contents of the drop down lists
>from the pov-win binaries. And hey, the little preview images in 3.5 are
>sweet too, although not nearly as essential.
>
>IS there a way to create something like this for emacs/vim/other?
I started doing this about a year or so ago, I actually had it working
but made some changes and never got back to putting it into a
working state again. Maybe I'll resume work on it and make it fit
for public use.
--
Cheers
Steve email mailto:ste### [at] zeroppsuklinuxnet
%HAV-A-NICEDAY Error not enough coffee 0 pps.
web http://www.zeropps.uklinux.net/
or http://start.at/zero-pps
11:28pm up 19 days, 14:09, 1 user, load average: 1.01, 1.02, 1.00
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
October wrote:
>
> WOW! Thanks for sharing, Christoph! That is VERY useful :) Now with emacs (I
> actually prefer vim! Don't hate me! ;) ) and a browser I have all the
> same functionality, if not the same ease of use.
You can do that in Vim too (menu, abbreviations, etc.).
Nobody has done the work yet, though.
--
Adrien Beau adr### [at] freefr http://adrien.beau.free.fr/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> http://www.schunter.etc.tu-bs.de/~chris/imenu/insert_menu.html
>
> (be careful, it's ~2.5 Mb with pictures)
ye gods thats useful
--
Rick
Kitty5 WebDesign - http://Kitty5.com
POV-Ray News & Resources - http://Povray.co.uk
TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037
PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
http://www.azweb.de/kpovmodeler/index.html
October wrote:
> In article <3b8abdcc@news.povray.org>, "Sebastian Holtermann"
> <Van### [at] gmxde> wrote:
>
>> Will there be a GUI for XWindows in Povray 3.5? (Maybe Gtk/Qt/etc.)
>
>
> I don't mind using emacs, vim, or any other text editor to make my pov
> files but I still find one advantage in using (WINE) pov-win: The
> shortcut lists! It is sooooo nice to be able to add (insert
> object/texture/camera/etc. here) with only a couple of mouse clicks and
> in most cases the inserted code includes commented-out options that I
> otherwise might have completely forgotten about.
>
> This is what I would most want in an "official gui" for pov-*nix. A
> mouse clickable interface with the full contents of the drop down lists
> from the pov-win binaries. And hey, the little preview images in 3.5 are
> sweet too, although not nearly as essential.
>
> IS there a way to create something like this for emacs/vim/other?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |