• 1
  • 2
  • 3
  • 4
  • 5
  • 10
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 3918
Joined: 20 Jan 2012, 17:18
Contact:

Re: noesisGUI v1.2 BETA

08 Aug 2014, 20:27

The NoesisLeadwerksWrapper located in github has been updated to be in synch with the latest NoesisGUI v1.2 version.

Thanks a lot Bryan!
 
Aggror
Posts: 4
Joined: 07 Apr 2014, 14:52

Re: noesisGUI v1.2 BETA

19 Aug 2014, 23:01

I think the Leadwerks wrapper github could use a few more examples instead of just the one xaml file displaying a picture of tux. Maybe a basic button or slider that changes an on screen value.
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 3918
Joined: 20 Jan 2012, 17:18
Contact:

Re: noesisGUI v1.2 BETA

20 Aug 2014, 18:28

There is also a sample here:

http://www.leadwerks.com/werkspace/file ... birdylock/

But yes, a set of minimal samples next to the wrapper is a good idea. I will talk about it with Andrew. Anyway, being a public github repository everybody can contribute to the project.
 
kiter
Posts: 3
Joined: 22 Apr 2014, 16:34

Re: noesisGUI v1.2 BETA

22 Aug 2014, 14:32

Would the 1.2 version require changes in the Ogre wrapper?

I'd like to try noesisgui with ogre and directx 11. I'm wondering if this is a good time, or if it's better to wait until the production version gets released.

Thanks!
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 3918
Joined: 20 Jan 2012, 17:18
Contact:

Re: noesisGUI v1.2 BETA

24 Aug 2014, 23:59

Yes, the wrappers require changes regarding the loading of resources. But they are more or less trivial. We have to update it soon or later. If you need it I can start with that task this week. We also have plans to release a new v1.2 beta (with OSX already working).
 
kiter
Posts: 3
Joined: 22 Apr 2014, 16:34

Re: noesisGUI v1.2 BETA

26 Aug 2014, 16:48

We'll try to updated beta of 1.2 when it comes out. If the Ogre wrapper could be updated as well that would be great. Thanks!
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 3918
Joined: 20 Jan 2012, 17:18
Contact:

Re: noesisGUI v1.2 BETA

26 Aug 2014, 17:41

Yes, Ogre wrappers will be updated whenever the 1.2 is officially released. But if you need them before the final version just contact us. It is in the list of tasks to be done, we have to do it soon or later.
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 3918
Joined: 20 Jan 2012, 17:18
Contact:

Re: noesisGUI v1.2 BETA

24 Sep 2014, 17:35

We have released a new version of the beta. Please, test it and share your feedback with us.

Post in this thread if you are using the Unity package.

Thanks!
 
darthmaule2
Posts: 98
Joined: 23 Oct 2014, 19:54

Re: noesisGUI v1.2 BETA

08 Nov 2014, 15:16

I'm having trouble loading a resource in the beta. I built ComboBox.xaml, so now I have ComboBox.xaml.nsb. I see that resource loading has changed with your previous comment:
const Ptr<IResourceSystem>& resourceSystem= NsGetSystem<IResourceSystem>();
Ptr<ResourceProvider> provider = *new LocalResourceProvider(datapath);
resourceSystem->AddProvider(provider.GetPtr());
Does that mean I should make my own class "LocalResourceProvider" that implements IResourceProvider? Do you have a simple example of that for the ComboBox.xaml.nsb that I built?
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 3918
Joined: 20 Jan 2012, 17:18
Contact:

Re: noesisGUI v1.2 BETA

08 Nov 2014, 15:35

Does that mean I should make my own class "LocalResourceProvider" that implements IResourceProvider? Do you have a simple example of that for the ComboBox.xaml.nsb that I built?
IResourceProvider allows you to customize the way resources are loaded. But we provide a default implementation that loads resources from a given root disk location. That implementation is the class "LocalResourceProvider" that is available in the file "NsResource\ResourceProvider.h"

The documentation is still not very clear about this. Sorry about it, we are working on it these days.
  • 1
  • 2
  • 3
  • 4
  • 5
  • 10

Who is online

Users browsing this forum: No registered users and 26 guests