Bill Posted July 26, 2010 Share Posted July 26, 2010 Sorry for this post as I am awaiting my 2.3 key and can't see the 2.3x downloads at this time. I've been away and am holding up getting access to the protected forum until I receive my new key. I am in the process of creating a C# wrapper with identical API to Leo C++ wrapper based on the 2.28 version and current Wiki. I will update as needed after getting the 2.3x download. I'm curious if such a thing already exists for 2.3x and I'm wasting my time as this is a three day effort for me based on what I currently have, not counting testing time. Last I know, the official c# engine interface used IntPtrs and float[]s, so I *assume* a C# Leo API equivalent does not exist at this time. Of course, I'm one day into this project(I'm up to joints!) before I realized I could post in the general section! Thanks for the help...Bill Quote Link to comment Share on other sites More sharing options...
ZioRed Posted July 26, 2010 Share Posted July 26, 2010 C# headers for 2.3x will be released soon, Tyler and Lazlo are working on a new huge version, so I think you will waste your time if you create your own wrapper because their will be the "official" as soon as it's stable enough Quote ?? FRANCESCO CROCETTI ?? http://skaredcreations.com Link to comment Share on other sites More sharing options...
L B Posted July 26, 2010 Share Posted July 26, 2010 Our wrapper is already OOP, you shouldn't touch a IntPtr at all. Example: Mesh cube = new Mesh.Cube(); cube.Position.X -= 3; Quote Link to comment Share on other sites More sharing options...
Bill Posted July 27, 2010 Author Share Posted July 27, 2010 Thanks Lazlo... sounds good. I won't need it until beginning of September. ZioRed mentioned it will be released soon, so this will work great for me. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.