|
New SDK: SDK for Python (Sdk)
New SDK: SDK for Python // Sdk
May 21, 2001, 6:06pm
Hello,
I'm just advertising the first *experimental* public release of an Active
Worlds SDK for Python: AWSDKPython.
You can download it from <http://www.crepuscule.com/aw/>
If you don't know what Python is, it is an interpreted language,
see: http://www.python.org
Currently the documented part of Python SDK does little, and the
undocumented part a little more.
[Note that there is undocumented code there for parsing RWX, converting
RWX to VRML, or recording an area of a world via queries].
Waiting for feedback,
-- Cedric
May 22, 2001, 12:17pm
Great news. I added it to my SDK links :)
[View Quote]"dalf" <adjih at crepuscule.com> wrote in message
news:3b097528 at server1.Activeworlds.com...
> Hello,
>
> I'm just advertising the first *experimental* public release of an
Active
> Worlds SDK for Python: AWSDKPython.
>
> You can download it from <http://www.crepuscule.com/aw/>
>
> If you don't know what Python is, it is an interpreted language,
> see: http://www.python.org
>
> Currently the documented part of Python SDK does little, and the
> undocumented part a little more.
> [Note that there is undocumented code there for parsing RWX, converting
> RWX to VRML, or recording an area of a world via queries].
>
> Waiting for feedback,
>
> -- Cedric
>
>
>
|
May 24, 2001, 5:34pm
I doubt many people here use, or even know what Python is.... bunch of MS
users / VB scripters....
On the other hand.. that's great news! Maybe I'll finally be able to run a
bot under Linux without a Win emulator....
--
JerMe at nc.rr.com
----------------------
AIM: AlphaNumeric100
ICQ: 106209991
AW: JerMe (#296967)
[View Quote]"dalf" <adjih at crepuscule.com> wrote in message
news:3b097528 at server1.Activeworlds.com...
> Hello,
>
> I'm just advertising the first *experimental* public release of an
Active
> Worlds SDK for Python: AWSDKPython.
>
> You can download it from <http://www.crepuscule.com/aw/>
>
> If you don't know what Python is, it is an interpreted language,
> see: http://www.python.org
>
> Currently the documented part of Python SDK does little, and the
> undocumented part a little more.
> [Note that there is undocumented code there for parsing RWX, converting
> RWX to VRML, or recording an area of a world via queries].
>
> Waiting for feedback,
>
> -- Cedric
>
>
>
|
May 24, 2001, 5:54pm
Actually the link he posted was a great help to this, I am getting ready to
check it out right now.
[View Quote]"jerme" <JerMe at nc.rr.com> wrote in message
news:3b0d6250$1 at server1.Activeworlds.com...
| I doubt many people here use, or even know what Python is.... bunch of MS
| users / VB scripters....
|
| On the other hand.. that's great news! Maybe I'll finally be able to run a
| bot under Linux without a Win emulator....
|
| --
|
|
|
|
| JerMe at nc.rr.com
| ----------------------
| AIM: AlphaNumeric100
| ICQ: 106209991
| AW: JerMe (#296967)
| "dalf" <adjih at crepuscule.com> wrote in message
| news:3b097528 at server1.Activeworlds.com...
| > Hello,
| >
| > I'm just advertising the first *experimental* public release of an
| Active
| > Worlds SDK for Python: AWSDKPython.
| >
| > You can download it from <http://www.crepuscule.com/aw/>
| >
| > If you don't know what Python is, it is an interpreted language,
| > see: http://www.python.org
| >
| > Currently the documented part of Python SDK does little, and the
| > undocumented part a little more.
| > [Note that there is undocumented code there for parsing RWX, converting
| > RWX to VRML, or recording an area of a world via queries].
| >
| > Waiting for feedback,
| >
| > -- Cedric
| >
| >
| >
|
|
|
May 24, 2001, 7:38pm
[View Quote]"jerme" <JerMe at nc.rr.com> wrote in message
news:3b0d6250$1 at server1.Activeworlds.com...
> I doubt many people here use, or even know what Python is.... bunch of MS
> users / VB scripters....
>
> On the other hand.. that's great news! Maybe I'll finally be able to run a
> bot under Linux without a Win emulator....
|
Actually I would be very eager to have bots running on Linux, but it's not
possible, because
the protocol (crypted, it was said) is in AW.DLL, a Windows DLL, I thus have
to use.
Sorry.
At least I wrote all the RWX parsing and generating code on Linux, anyway.
But anyway, cygwin + Borland free C++ + Emacs + Python 2.1+ JSPager is a
good emulation
for Linux on Win2K.
-- Cedric (dalf)
May 24, 2001, 7:40pm
[View Quote]"xelag" <xelag at 3dee.nl> wrote in message
news:3b0a74f8$1 at server1.Activeworlds.com...
> Great news. I added it to my SDK links :)
>
|
Ok, thank you :-)
|