Author Topic: OpenGL expertise to help me?  (Read 2585 times)

lodemia

  • Guest
OpenGL expertise to help me?
« on: 23 June 2006, 14:25:52 »
I need an object for a text entry box for the multiplayer mod.  This is to enter things like server IP address, player name and the like.  Can someone familiar with openGL code that for me (preferably as a mod to the original source).  The part that I don't "get" is how to render.  I'm too lazy to teach myself openGL, but I will if there are no takers.

Thanks -

Geoff
« Last Edit: 1 January 1970, 00:00:00 by lodemia »

martiño

  • Behemoth
  • *******
  • Posts: 1,095
    • View Profile
(No subject)
« Reply #1 on: 23 June 2006, 21:55:45 »
You don't need to use OpenGL to render text in Glest.. you can use the small GUI api that its already implemented
« Last Edit: 1 January 1970, 00:00:00 by martiño »

lodemia

  • Guest
Maybe I missed it.
« Reply #2 on: 26 June 2006, 14:21:49 »
I couldn't find a way to make a text entry box.  I was able to display text, create buttons, but nowhere could I figure out how to make a text entry box.

Thanks -

Geoff
« Last Edit: 1 January 1970, 00:00:00 by lodemia »

martiño

  • Behemoth
  • *******
  • Posts: 1,095
    • View Profile
(No subject)
« Reply #3 on: 26 June 2006, 22:32:52 »
That's right, you can not, and is not easy to make (you would have to make it by yourself), but you can use an ini file for the IPs and this other stuff by now, if you get any kind of multiplayer working in Glest rest assured that I will implement the text box functionality for you. :)
« Last Edit: 1 January 1970, 00:00:00 by martiño »

@kukac@

  • Guest
topic
« Reply #4 on: 28 June 2006, 08:31:34 »
wouldnot be easier to put the new button option into the glest.ini?
« Last Edit: 1 January 1970, 00:00:00 by @kukac@ »

 

anything