Jump to content

Recommended Posts

Posted

Hi all,

 

This is a bit of a call for help as the next phase that I want to do to the system is ambitious for me to do by myself.

 

I want to add 3D widgets to GUI system to be drawn by using surfaces and texturing them. This would also pave the way for using a texture sheet and referencing sections to make up your GUI, transforming widgets etc.

 

- What I need, is how to do I add a surface at position 0,0 in camera space? How do I get the screen size? etc

 

- Do you think my best option is to add these surfaces as children of the camera?

 

Any other info on this topic would would be great, don't forget we will all benefit from this =).

 

 

trindieprod.png?dl=0spacer.png?dl=0steam-icon.png?dl=0twitter-icon.png?dl=0spacer.png?dl=0
Posted

Updated the tjui GUI project.

 

http://www.leadwerks.com/werkspace/files/file/537-tjui-31/

 

Change list:

 

- There was a pretty big bug due to me renaming a few variables.

 

- Created a settings window for the demo. I'm thinking I'll create a basic game menu system, so you can customise. The old demo window opens when you click the close button.

 

- Optimisations to the standard Button Widget.

 

- Changed the way children are referenced from a std::vector to std::list. This will help me later on down the track when I need to re-order lists which is more harder and slower with vectors.

 

- The root Widgets can only be windows now.

 

- Many optimisations.

 

Cheers!

  • Upvote 1
trindieprod.png?dl=0spacer.png?dl=0steam-icon.png?dl=0twitter-icon.png?dl=0spacer.png?dl=0

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...