Hi Ken,
Sure, I can understand that, and as I was just saying in my prior post
that is exactly one of the major advantages of Evolution over BGT.
Since it is a dynamic library it can be designed in such a way to work
with all kinds of programming languages including VB .NET giving
someone like you that option where BGT forces you to learn its
C-type syntax and structure. I can easily create a managed .NET
library that contains all the functionality of my C++ engine and in
fact could simplify the development process for myself in the process.
For example, imagine a VB .NET app like this.
import Evolution3D
Public Class Hello
Public Sub Main()
'Declare a speech object
speech As Speech
'Initialize the Sapi speech system
speech.InitializeSpeech(0, 50, 100)
'Speak a message
speech.SpeechWait("Hello world!")
'Kill the speech service
speech.KillSpeech()
End Sub
End Class
The beauty of doing it this way is that new VB .NET developers like
yourself could have access to Microsoft Sapi, DirectX, and other APIs
and components without having to learn that stuff and still be writing
games in Visual Basic rather than Angelscript, C++,or C#. Plus since
it is a managed library someone like myself can i mport the same
engine into a C# .NET project and use it with the same advantages. So
the more I think about this the more I think it is a good idea long
term.
Cheers!
On 4/25/13, Ken The PionEar <[email protected]> wrote:
> I still ascert that many people won't learn BGT because C-type languages get
>
> our heads in knots. It just doesn't stick with me. I know BGT kicks major
> butt. I've played a lot of games developed with it. It's fast, it's
> responsive, and so on. Maybe I just have a huge block in my head that I just
>
> can't C. Basic makes sense to me. I tell people that I think in basic. Maybe
>
> that says something terrible about my intellect, but that's how it is, so
> i'm really hoping that Genesis3d goes public. I'm sure that i'll have to
> switch to vb.net, but that's a small price to pay.
> Check out my games at
> www.ThePionEar.net
> and my music, and that of my band, at
> www.ThePionEar.net/BlindLabyrinth.html .
> If you want to reach me, you can call 419-744-0517, friend me on Facebook,
> (KenWDowney,) or write me at [email protected] .
> Crazy Ken
---
Gamers mailing list __ [email protected]
If you want to leave the list, send E-mail to [email protected].
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/[email protected].
If you have any questions or concerns regarding the management of the list,
please send E-mail to [email protected].