A Showcase in C#

A place to show off your latest screenshots and for people to comment on them. Only start a new thread here if you have some nice images to show off!
User avatar
Arthurfernandes
Halfling
Posts: 48
Joined: Mon Oct 28, 2024 10:50 pm
x 7

A Showcase in C#

Post by Arthurfernandes »

Hey everyone!

I've been working with Ogre and C# for the last five months, and I created a simple showcase featuring some of Ogre's capabilities. The goal of this showcase is to encourage the .NET community to use Ogre, because there are many incorrect bindings for C# generated by SWIG. However, by using them, we can gradually correct these issues and, hopefully, make Ogre fully compatible with C# in the future!

This is the GitHub repository: https://github.com/Arthurfernades/Ogre3D_.NET_Showcase

If anyone has any issues using it, just let me know! I'll help as soon as possible.

User avatar
Zonder
Ogre Magi
Posts: 1173
Joined: Mon Aug 04, 2008 7:51 pm
Location: Manchester - England
x 76

Re: A Showcase in C#

Post by Zonder »

Nice to see this getting looked at in more depth with actual use case as like you said SWIG bindings can be buggy unless you validate them.

One thing I had on my radar was https://github.com/mono/CppSharp for handling this instead of swig, Swig definitely has its place in OGRE though due to its generic nature for multiple languages!

There are 10 types of people in the world: Those who understand binary, and those who don't...