World: r3wp
[!REBOL3-OLD1]
older newer | first last |
BrianH 9-Sep-2009 [17251] | I don't really know - I'd have to look up the CGI specs and write a script. I don't have Linux working here locally, so I can't experiment. |
shadwolf 9-Sep-2009 [17252x2] | hum for multimedia extension we should choose things partable and on public domaine i think ... |
it's easy to make a VID front end to pilot a oggvorbis player for example it's more difficult to mix VID and opengl. | |
Maxim 9-Sep-2009 [17254x3] | actually it isn't hard to mix VID and OpenGL :-) all we need is a way to do a quick memcopy of the OpenGL pixel buffer into an image! datatype... that's it. really simple. now I dont want to be forced into using View though. I want to be able to use extensions to control the windowing too. I need to be able to use other window managers if I want to integrate into better engine which are already ported to all major platforms. Things like open scene graph or other game-oriented 3D engine, DirectX, whatever. |
even use precise timers and trigger rebol code... for high-end audio and video editing, and working with specialized media hardware too... this is essential. | |
extensions are the key to liberating REBOL from its platform limits. just like python can focus on its core, all the rest is modular and is maintained by other people, not Guido. once I get the OpenGL extension working to some basic level, RT will never need to support it, I am pretty sure, John, Cyphre, Henrik, Anton, I and others will be able to give it a life of its own, all that RT will have to do is provide a link to it on its own site and say that R3 supports OpenGL natively. same for sqlite and pekr, and many other tools many of us use daily and wish we could manage with rebol instead. | |
Graham 9-Sep-2009 [17257] | pekr is a tool?? |
Pekr 9-Sep-2009 [17258x3] | For me View is still being essential product. I want HW accelerated View, either by linking to DirectX, using JitBlit or other technique. I don't want unprecise 3D crap ... |
Device interfacing was officialy added to project-plan. It is a good sign it will come, along with image and vector datatype support. No callbacks yet though .... | |
find/first for multiple targets ... interesting - never heard of that proposal .... | |
Maxim 9-Sep-2009 [17261] | Carl`s reaction on the R3 chat wrt callbacks sort of seems to imply that he likes my callback idea and it might make the cut for extensions. crossing my fingers. |
Maxim 10-Sep-2009 [17262x3] | pekr, once you see what can be done with a 3D engine you won't call it crap... believe me. Apple's GUI is based on a 3D engine, which I believe is based on OpenGL... can't remember precisely. same thing for vista's aero which is based on DirectX which also uses 3D. |
3D allows us to use sub-pixel rendering which is actually more precise than AGG. and if you don't use fancy shaders and effects, the rendering will be sooo similar as to not even be measurably different. | |
I will correct my previous statement... AGG can do sub-pixel stuff too... but our use of integer pair! datatypes limit us to pixel coordinates within view. | |
Pekr 10-Sep-2009 [17265x2] | Max - unless my GUI looks precisely the same on all systems, I don't want to use it, easy as that. So - give a call to gfx card and driver makers, and try to standardise that :-) |
Anyone is free to do anything. What I don't like is early split. I think that R3 without View has little sense. Who thinks that Core will make it, is imo mistaken. What would be browser plugin good for, if it would be Core only - there is no point in making such a plugin. And what GUI will we get? Multimegabyte SDL linked one? No VID? | |
Maxim 10-Sep-2009 [17267] | no one said there will be no VID. |
Pekr 10-Sep-2009 [17268] | OK then ... because VID like methodology of GUI creation is the correct answer to go simple GUIs. Remember that JavaFX has stolen some ideas from View - just look at the GUI syntax - so close ... |
Maxim 10-Sep-2009 [17269x4] | I use REBOL to solve problems, please clients and get work done. I also want to start doing some gaming and I really want to use OGL and REBOL so it can be cross platform and very fast with the minimal fuss. |
but again, this pixel perfect idea isn't what its all hyped up to be. | |
even current VID can't deliver on that since it can't guarantee the same fonts on all OSes. | |
and many clients DONT want custom guis... they want OS look and features which are OS native, like D&D, spotlight menu integration on OSX, system tray on windows, etc etc. | |
Pekr 10-Sep-2009 [17273x3] | I prefer one well supported engine instead of 10 less supported. Everybody is free to do anything. What I don't like is, that sometimes new stuff distracts the crowd and splits the effort. In the same way I think that VID Ext Kit, in current days, is contraproductive product, but this is just my opinion. |
If you do OS native look, you kill REBOL .... | |
We have to have our own face. The custom GUI is not the problem. The problem always was in its behavioral area - we need system compatible behaviour and deployment. | |
Maxim 10-Sep-2009 [17276] | you forget that many of us actually use REBOL to feed our families ;-) R3 won't allow that for me until at least 6 months... and that's if the extension get extended enough. otherwise, I have *Absolutely* no incentive to move to R3 right now. |
Pekr 10-Sep-2009 [17277] | I don't understand your point |
Maxim 10-Sep-2009 [17278] | why would using OS integration kill REBOL... its the first complaint I have EVERY time I deliver an application to a client... its not integrated into the OS. |
Pekr 10-Sep-2009 [17279] | I am not against integration. I am against making View using native OS widgets ... |
Maxim 10-Sep-2009 [17280x2] | for me, the GUI dialect should be completely separate from its implementation. so that one can reuse the dialect in another engine he needs. |
pekr... clients pay for applications... who cares what we want... they are the one ultimately driving what we need REBOL for. | |
Pekr 10-Sep-2009 [17282x4] | Maxim - I might not care. This is just one measure, what client want. I provided clients with many solutions, from DOS apps via Windows native apps, some web apps, and VID/RebGUI small apps. They don't care. |
If you say, that Carl should implement in R3 what clients want, then we as well might end-up with totally different R3 than we have :-) | |
as I said - you are free to do anything. What I want though, is at least one standard distro, even if being worse then external stuff. I don't want REBOL equivalent of KDE vs Gnome situation ... | |
... or MorphOS vs AmigaOS :-) | |
Graham 10-Sep-2009 [17286] | Python does very well and it has no native GUI. |
Maxim 10-Sep-2009 [17287] | I'm saying that I need to be able to get shit done. :-) as much as I like the community and would love to be paid to work on improving R3 and making the world a better place, REBOL is and will always be a tool. my needs are not the same than yours, or Graham's or Carl's. |
Graham 10-Sep-2009 [17288] | View/VID is not rebol. |
Maxim 10-Sep-2009 [17289x2] | If R3 has VID3 working, I'll probably use it for some projects... but when GLass will start to work (using OpenGL) then I'll probably never need VID anymore. simply cause it'll do 5000 frames a second for my interfaces, including very advanced looks and next gen functionality like run-time interface manipulation by end-users. |
graham, correct. | |
Graham 10-Sep-2009 [17291] | I hope there is no underlying assumption that a gui for R3 will make it hugely successful. |
Maxim 10-Sep-2009 [17292] | IMHO Extensions will allow it to be much more successfull than any GUI we add to R3. |
Graham 10-Sep-2009 [17293x2] | Just let Henrik build a GUI for both R2 and R3 ... |
and let Carl concentrate on finishing R3/core. | |
Maxim 10-Sep-2009 [17295x2] | People forget that I chose REBOL a decade ago because it was the exact same design I had built as the language for the OS I have envisioned 15 years ago. Now just about everything is in place for me to bring this vision to reality... finally. (and not all of this is directly related to REBOL). |
funny thing is that my project was initially called magma and rebol's original codename was lava and I wasn't aware of rebol until a few years into my design. :-) | |
PeterWood 10-Sep-2009 [17297] | CGI mode runs on OS X. I ran the simple date & time test. I wouldn't say it works yet as the CGI environment variables (such as remote addr) don't seem to have been added yet. |
BrianH 10-Sep-2009 [17298] | They are passed to the process by the web server, if at all. Did you try GET-ENV ? |
PeterWood 10-Sep-2009 [17299] | Not yet. |
BrianH 10-Sep-2009 [17300] | system/options/cgi isn't likely to be added to R3 - use GET-ENV instead. |
older newer | first last |