[Plib-users] Using only PUI without GLUT
Brought to you by:
sjbaker
|
From: Andrew S. <x_b...@ho...> - 2002-04-24 12:37:28
|
hi all, i've been trawling the net now for sometime looking for a gui toolkit = which solely uses opengl calls to draw itself. I need to incorporate = this gui with OpenGL Performer on linux. PUI seems perfect for that. = So now i find out its part of Plib and thats fine but can i compile just = the PUI lib by itself without the other bits and piecs of Plib ? i see = that it depends on ul.h and fnt.h but if i remove those function calls = from all PUI source then it will work yes ? I really want to find a = copy of PUI before it was incorporated into Plib so all i have to do is = remove those glut calls. Am i allowed to modify the source of PUI like = that or is that illegal ? also, i see that the makefile compiles it into a .lib - can i just = include all the PUI files directly into my program source and compile it = like that or does that just defeat the purpose ? :) Thanks for your time in answering, Andrew |