GalacticGlum Posted October 14, 2015 Share Posted October 14, 2015 Hey! I'm wondering how do I use GWEN .NET in my current C# project? I've added it as a reference and done all that but I there's no documentation and I really don't know where to start. Any help would be appreciated! @JCSnider Link to comment Share on other sites More sharing options...
jcsnider Posted October 15, 2015 Share Posted October 15, 2015 GWEN does not work out of the box in monogame. It has separate projects for the SFML/OpenTK libraries as "Renderers". You would have to clone one of these renderer projects, remove the SFML/OpenTK references, replace them for MonoGame references and then replace all of the code with MonoGame equivalent functions. This is (NOT) a fun task and I highly advise not doing it without prior GWEN experience. TL;DR: Find a different UI library built FOR MonoGame with documentation. Link to comment Share on other sites More sharing options...
GalacticGlum Posted October 15, 2015 Author Share Posted October 15, 2015 Alright Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now