xml loader for Visual editor in c#

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
jurisekvendov
Posts: 7
Joined: Wed Apr 12, 2006 10:26 pm

xml loader for Visual editor in c#

Post by jurisekvendov »

Hello anyone

Do any body know how to make a xmlloader for visual editor since it is being developed in c++

if you have an example application please share it

Best regards juri sekvendov
Cube3
Posts: 30
Joined: Wed Mar 15, 2006 7:42 pm
Location: http://cube3.helpmy.net

Post by Cube3 »

You might want to look at object serialization, deserialization in the managed .NET framework.

There's a lot of implementations, probably for C#, PURPLE# has the best architectural design behind it.
Platform 3D Engine using Irrlicht.NET
http://cube3.helpmy.net
Locked