Hi Philip,
Why don't you have a separate DLL included with the BGT package? That way, they have the language, the main documentation, and if you have a small section in the documentation saying that the DLL is exactly the same reference for BGT itself I think that would work.
Regards,
Damien.


----- Original Message ----- From: "Philip Bennefall" <phi...@blastbay.com>
To: "Gamers Discussion list" <gamers@audyssey.org>
Sent: Tuesday, February 01, 2011 2:05 PM
Subject: Re: [Audyssey] Game Creation Tools


Hi Thomas,

Initially I had thoughts about exposing BGT as a dll as well, but then came to the conclusion that it would require too much maintenance for me. Not only would I have to provide and update bindings for all sorts of obscure languages that I might not know the first thing about, on top of this I would also have to fill the documentation with examples in different languages for each and every function/method. Not something I'm keen on doing. It would only appeal to existing programmers with skills in a particular language, and not be at all self contained. From that point of view I like the idea of something you just install and get going with from the ground up. However if I as a new and aspiring game developer who already knew a language well and wanted an engine, I would probably want something like g3d as I could use what I was already familiar with. A hard nut to crack, in my opinion.

Kind regards,

Philip Bennefall
----- Original Message ----- From: "Thomas Ward" <thomasward1...@gmail.com> To: "Ken the Crazy" <kenwdow...@neo.rr.com>; "Gamers Discussion list" <gamers@audyssey.org>
Sent: Tuesday, February 01, 2011 6:06 AM
Subject: Re: [Audyssey] Game Creation Tools


Hi Ken,

Maybe. Basically, the Genesis 3D engine is a dll file, g3d.dll, which
can be added to a C++, Visual C#, or Visual Basic project and used to
write games. As I mentioned on an earlier post to the list the way it
works is that it has a .net style managed interface as in everything
is accessible through classes and objects. You want audio, simply use
the audio class. You want Sapi support simply use the speech class.
You want networking use the Network class. Basically, it is an all in
one API that allows a game developer to plug it into any project and
get imediate access to audio,speech, networking, input, 3d
calculations, etc through one very easy to use library.

So what I'm basically thinking here is that I can create a front end,
similar to Audio Game Maker, that allows you to map keys, configure
joysticks, add mouse support, and asign them to functions like
PlayerStepLeft(), PlayerStepRight(), PlayerStepBack(),
PlayerStepFoward(). Plus if I create maybe 15 generic enemy objects
you can select them from a list and drop them on a form, set their
attributes, and they are done. Same for doors, staircases, ropes, fire
pits, or anything else you might like to add to the game. The purpose
here would be to do as little programming as necessary, but wrap the
engine with a type of automated wizard tool that allows you to build
games on the fly.

HTH




On 1/31/11, Ken the Crazy <kenwdow...@neo.rr.com> wrote:
How about creating it as a front-end to G3D?  That is, if you want to
fine-tune your game through programming, you can, but it wouldn't be
necessary.

Ken Downey
President
DreamTechInteractive!
And,
Blind Comfort!
The pleasant way to experience massage!
It's the Caring
without the Staring!


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list, please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.

Reply via email to