Hello Andrea
> I had done a lot of work on my object3d library, and I got a good result,
> But someone had the great idea to steal my notebook....aargh!!!
>
> So, I lost a lot of my work, I have to restart from some months ago...
Oh no... Murphy's Law! I can recommend Mac OS X 10.5, its Time Machine
makes it really easy to keep daily backups :).
> Well, I realized my proposal with a 3D model,
> and Now I am planning to import the model Pipmak to allow
> virtual visit of the museum.
Looks cool! I have only skimmed through the text (actually understanding
most of it would require more effort, and probably a dictionary), but
I like the pictures and video.
> This could be another use of pipmak not directly relate to a game,
> What do you thinking about?
Sure, if you need more interactivity than e.g. QuickTime VR offers,
Pipmak is certainly an appropriate tool for this.
> About Lua command line, I think that a button which permit to clear the
> list should be usefull, it should be sufficient a small icon with the shape
> of a "little rubber" put near the question mark.
Good idea, but why exactly is this useful? In what way does a long
history bother you?
> Another idea should be put another icon which permit to update all the
> value on the list, so I haven't to rewrite them....
> The icon should work as a switch, so I could choose if I want to
> update all the values or not.
>
> A different color of the values could tell me if they are out of date or not.
I see what you're getting at, and this is certainly an interesting
feature, but I think the command line history is the wrong place for it.
The history should record what the results were at the time I executed
the expressions, history should not be rewritten when the values change.
Also, the expressions in the history should not be automatically
reevaluated because they may have had side-effects, I wouldn't want my
assignments or state-changing function calls to be unpredictably repeated.
A continuously updated expression viewer could be implemented as a
separate inspector window, or perhaps integrated with the table inspector.
(We should probably start to use the trackers at SourceForge
<http://sourceforge.net/tracker/?group_id=112801&atid=663295> to make
sure such ideas don't get lost on the mailing list.)
-Christian
|