• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r4wp

[#Red] Red language group

Kaj
11-Feb-2013
[5536x2]
I like to put the function description on the same line as the function 
name, so it's easy to scan through a program text for them. Having 
the attributes in front of it makes the line too long and hides the 
atrributes in the text
So when there are attributes, I have to move the description in line 
with the arguments, where it becomes hidden because it's not lined 
up with the other function descriptions
DocKimbel
12-Feb-2013
[5538]
Kaj: I've pushed a change in attributes handling for Red/System functions, 
you can now specify attributes or function's description doc-string 
in any order. I've replaced direct spec block access for attributes 
by a function call in deep compiler's code parts, so watch out for 
regressions especially in callbacks!
Kaj
12-Feb-2013
[5539]
Fast response, thanks!
Bo
12-Feb-2013
[5540]
Pekr mentioned on 7-Jun-2012 in this group that an OpenCV binding 
was coming, but I can't find it anywhere.  Does anyone know if it 
exists?
Kaj
12-Feb-2013
[5541]
Good question. I have no idea where Petr pulled that from
DocKimbel
12-Feb-2013
[5542x2]
OpenCV binding is done by François Jouen, it's a work in progress. 
There's a Red/System version that you could find from this page (in 
french):


http://www.digicamsoft.com/cgi-bin/rebelBB.cgi?thread=%3C25May2012200150764026200%3E


There's a Red version that François sent me privately a few days 
ago for testing, but I haven't had the time yet to review it.
François showed me a few nice demos done with that binding a couple 
of weeks ago when I visited him in Paris. He had some camera-controlling 
and image recognition demos done from Red(/System).
Bo
12-Feb-2013
[5544x2]
Any chance he'd be willing to share his Red/System code?  I want 
to do something similar, and it would be great if I could see working 
examples!
Oh, I see he has a samples.zip file in that link you posted above.
DocKimbel
12-Feb-2013
[5546x2]
Right.
I will ask him for the latest version tomorrow.
Kaj
12-Feb-2013
[5548]
Very cool
Bo
12-Feb-2013
[5549x2]
This would be a good thing to add to the Contributions page on red-lang.org. 
:-)  (I looked there first for the OpenCV binding)
I wish I could work with Red instead of at my regular job. :-/
Kaj
12-Feb-2013
[5551x2]
I see it's another library that dug itself into a C++ hole
Compilation time seems to be reported modulo one minute or so, at 
least in the Red/System compilation phase
DocKimbel
13-Feb-2013
[5553]
Dyn-lib-emitter branch upgraded to match master.
Kaj
13-Feb-2013
[5554]
Cool!
DocKimbel
13-Feb-2013
[5555]
Now we need to make those Red functions callable from outside. ;-)
Kaj
13-Feb-2013
[5556]
No problem, I can just make a Red/System callback with a Red callback 
:-)
DocKimbel
13-Feb-2013
[5557]
I would like to add an #export option directly at Red level, with 
automatic argument marshalling...will be handier. ;-)
Kaj
13-Feb-2013
[5558]
No argument here :-)
DocKimbel
14-Feb-2013
[5559]
Branch `fix-385` merged in master.
DocKimbel
15-Feb-2013
[5560]
Added OpenCV to contributions page, François sent me the link for 
the latest version and says that it can be now used in production.

http://www.wuala.com/fjouen/Code/OpenCV/Red/
Pekr
15-Feb-2013
[5561x2]
Cool to see!
Btw - I noticed you tweeted about the LeapMotion - what's your first 
impression?
DocKimbel
15-Feb-2013
[5563]
François also did a binding for the DAQmxBase v3.6 lib that can be 
found here:
http://www.wuala.com/fjouen/Code/NI/Red/


This lib allows to drive data acquisition devices from NI: http://www.ni.com/data-acquisition/
Pekr
15-Feb-2013
[5564]
Ah, so cool, now I feel like Red is getting into embedded sphere 
:-)
DocKimbel
15-Feb-2013
[5565]
Leap device: huge potential, C++ drivers (!), only simple demos and 
basic testing tools available currently.
Pekr
15-Feb-2013
[5566x2]
C++ drivers - bad to wrap for us, no?
What would be also cool would be to bind to one of media frameworks 
- libVLC, ffmpeg, Libav, mplayer, Gstreamer, etc. - dunno which one 
is the best ....
DocKimbel
15-Feb-2013
[5568x5]
Yeah, significant extra work to interface with it. But there's a 
shortcut, a API is also available through a builtin websocket server, 
so you can access the device from your browser directly.
I'll write a websocket client for Red when we'll have networking, 
so I will be able to test it deeply.
My first impression was: we're half-way of the right interface, it 
lacks a force-feeback system. One of the demo allows you to manipulate 
a virtual cube with your fingers, but without force-feedback it feels 
incomplete.
So Leap device + feedback gloves would do real wonders!
Also, from the first tests, the device has some limitations, like 
loosing track of your fingers if you point them up or down. Not sure 
if it's a soft or hardware limitation.
Pekr
15-Feb-2013
[5573]
I wonder, what is inside. What exactly measures your fingers in the 
space? It is not camera based, is it? So what kind of sensor does 
it have, and how is that they are so precise? I do own Kinect, but 
it is far from being so precise ...
DocKimbel
15-Feb-2013
[5574x3]
IIRC, it's sensible to ambient light, so it's probably camera-based 
(but probably not only).
Infrared light + CCD cameras.
0.01mm precision in detecting position
Pekr
15-Feb-2013
[5577]
impressive ...
DocKimbel
15-Feb-2013
[5578x2]
It can also detect "tools" you're holding like pencils.
You can see a good demo here: http://youtu.be/ssZrkXGE8ZA
NickA
15-Feb-2013
[5580x2]
We have GOT to have access to that!  At this moment, there would 
be no better way to demo to people.
(Add a 3D API, and maybe Red could find a market in gaming)
Pekr
15-Feb-2013
[5582x2]
Doc - would it work from behind the glass? I mean - in front of Windows, 
projecting image on the window (with some foils like Vikuiti from 
3M). Because the guy at the video has it laying on table. And you 
also said, that it does not work, if you point your fingers up or 
down, which might mean - towards the device?
Imagina navigalbe on-glass systems - signage - https://www.youtube.com/watch?v=3RYMR2LMVmQ
NickA
15-Feb-2013
[5584x2]
Adding support for cutting edge hardware, and things like VOIP and 
Videoconferencing - anything that tends to be hard to accomplish 
using other development tools, would really help to set Red ahead 
of others, make it look fantastic, and give new developers concrete 
reasons to WANT to use it.
(Same reasons many of us were initially attracted to using VID and 
other REBOL features that made it so practical).