GalacticGlum Posted October 14, 2015 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
jcsnider Posted October 15, 2015 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.
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