Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Dark GDK / [DGDK.NET Plugin] LightEngine v0.6 and LightTextDX v0.2 released!

Author
Message
kBessa
17
Years of Service
User Offline
Joined: 8th Nov 2006
Location: Manaus, Amazonas, Brazil
Posted: 8th Jan 2008 07:23 Edited at: 8th Jan 2008 07:25
Hi everyone!
Before I start, I know I'm a little bit too late but I just wanted to wish a Happy New Year!

It's been 2.5 months since I released my newest plugin (LightTextDX) and about 3 months since the last update to LightEngine. But today both of them have been updated!

I wanted to release them by Christmas, but I couldn't (I've been, and still am, strugling my time). I didn't even mention a New Year release.

Well, but I could make it today, a very special day. Why? Because it's my birthday, LOL! I'm getting older but you're the ones who will get the gifts. So let's go to them:


LightEngine 0.6

This is probably the last release before v1. Not much have been changed, but one important thing: The LightEngine class. In the last releases it was made to mimic "CDarkGDK", but the problem is: It would require a new release for each new release of DGDK.NET, so it was changed to act like a "normal plugin"

I also included one control from a plugin I started to work on months ago but had to give up (LightWFC, or Light Windows Forms Controls). The only one that did really work great was LightViewport, an extended PictureBox that makes creating WindowsForms based applications so easy. You just drag it to the form, and call the form from you code! It takes care of all needed commands for you! I'd recommend everyone to check the sample included, in VB.NET and C#!

Also, I've made another changes, not much. Just check the included documentation.


LightTextDX 0.2

Ok, this hasn't changed much! It's the same plugin but it was made on top of SlimDX, just as a proof-of-concept. With this change, it doesn't have all that "OS Loader Lock" exception that it had with Managed DirectX. Check the included documentation for more info!


To get both plugins, like always, just visit my website: www.lightorb.net

I'm off now, any question, just ask them here! It's my birthday so... I must get some decent sleep!

Have fun coding!

Best regards,
Thiago Bessa

PS to the mods: Could anyone un-stick the "LightEngine Version 0.5" thread and stick this one? Thanks!
APEXnow
Retired Moderator
21
Years of Service
User Offline
Joined: 15th Apr 2003
Location: On a park bench
Posted: 8th Jan 2008 19:26
Excellent work kBessa. Glad to see you're still onboard

Thanks again for the new release.

Paul.

Niels Henriksen
20
Years of Service
User Offline
Joined: 27th Sep 2004
Location: Behind you breathing heavely
Posted: 8th Jan 2008 21:22
HAPPY BIRTHDAY

And thanks for the gifts

Niels Henriksen
Working on a (MMO)RPG right now in LightEngine
http://noggs.netopcom.dk/forum/default.asp - Forum for the game
SoulMan
21
Years of Service
User Offline
Joined: 22nd Nov 2002
Location: In a house somewhere on the planet earth
Posted: 8th Jan 2008 22:21
Looks very good however I am unable to access the CHM Help File. Keeps coming up location not found.

No Kittah, this is my potpie!!!
kBessa
17
Years of Service
User Offline
Joined: 8th Nov 2006
Location: Manaus, Amazonas, Brazil
Posted: 9th Jan 2008 20:35
@APEXnow: Yes, I'm certainly on, captain!

@Niels: Thanks, and you're welcome.

@SoulMan: That's strange, it is fine here.

Anybody else having problem with the CMH docs?
SoulMan
21
Years of Service
User Offline
Joined: 22nd Nov 2002
Location: In a house somewhere on the planet earth
Posted: 11th Jan 2008 05:20
Ok,
I tried another machine. Guess it was something with that one machine but good thing I won't be using that as my development machine.

No Kittah, this is my potpie!!!
Niels Henriksen
20
Years of Service
User Offline
Joined: 27th Sep 2004
Location: Behind you breathing heavely
Posted: 2nd Feb 2008 20:51
Problems with LightEngine

I was downloading from your site and makeing the demo jo have in help:

Error:
{"Object reference not set to an instance of an object."}

Stacktrace:
at LightOrb.LightEngine.LightEngine.get_DBBasic3D()
at LightOrb.LightEngine.Basic3D.LightObject.Exist(Int32 id)
at LightOrb.LightEngine.LightIdManager.IsIdUsed(Int32 id)
at LightOrb.LightEngine.LightIdManager.GetNextId()
at LightOrb.LightEngine.Basic3D.LightObject..ctor()
at LightOrb.LightEngine.Basic3D.LightBox..ctor(Single width, Single height, Single depth)
at Game.SpinningCube.Main() in H:\NOGGS\Game\Game\Game\Module1.vb:line 11

Niels Henriksen
Working on a (MMO)RPG right now in LightEngine (thanks kBessa)
Niels Henriksen
20
Years of Service
User Offline
Joined: 27th Sep 2004
Location: Behind you breathing heavely
Posted: 2nd Feb 2008 20:54
Fixed... Was missing this line after InitDarkGDK("YOUR_AUTH_KEY")

LightEngine.Initialize(GetDarkGDKGlobals())

Niels Henriksen
Working on a (MMO)RPG right now in LightEngine (thanks kBessa)
kBessa
17
Years of Service
User Offline
Joined: 8th Nov 2006
Location: Manaus, Amazonas, Brazil
Posted: 2nd Feb 2008 20:59
LOL Niels. Yeah, I've changed that, so LightEngine would work with later versions of DGDK.NET (as long as it does not have structural changes, and it would break LE).
Niels Henriksen
20
Years of Service
User Offline
Joined: 27th Sep 2004
Location: Behind you breathing heavely
Posted: 14th Feb 2008 21:38
Just one thing hit mit...auch...

LightObject.X give X pos
LightCamera.PositionX gives X pos

is'nt better to rekmove Position from camera so it will be LightCamera.X ?

Niels Henriksen
Working on a (MMO)RPG right now in LightEngine (thanks kBessa)
Niels Henriksen
20
Years of Service
User Offline
Joined: 27th Sep 2004
Location: Behind you breathing heavely
Posted: 14th Feb 2008 22:57
Hmmm.... And Object.GhostOn and Object.GhostOff should be Object.Ghost = true/false?

Niels Henriksen
Working on a (MMO)RPG right now in LightEngine (thanks kBessa)
theplake
16
Years of Service
User Offline
Joined: 30th Nov 2007
Location:
Posted: 7th Mar 2008 11:01 Edited at: 7th Mar 2008 11:45
when comes the c++ version of lightengine?
Dark Inferno Studios
17
Years of Service
User Offline
Joined: 7th Nov 2006
Location: United Kingdom
Posted: 16th Mar 2008 20:44
Hi,

LightTextDX does not draw when you use a picturebox to display DGDK.NET.

Any suggestions?

-Dark Inferno
kBessa
17
Years of Service
User Offline
Joined: 8th Nov 2006
Location: Manaus, Amazonas, Brazil
Posted: 17th Mar 2008 02:19
Uhm... I'll investigate that as soon as possible.

Thanks for the info, Dark

-Thiago

Login to post a reply

Server time is: 2024-09-29 15:28:43
Your offset time is: 2024-09-29 15:28:43