jtmzheng / 3dss

2 stars 0 forks source link

Using TWL #24

Closed jtmzheng closed 9 years ago

jtmzheng commented 10 years ago

Should we use TWL?

araghava commented 10 years ago

Here's the docs: http://twl.l33tlabs.org/textureloader/javadoc/

The api seems to overlap with a lot of stuff we already worked on (like the Texture and TextureManager classes). It may be more work to try to integrate that with our code than to change our stuff to support jpg+bmp+tga.

What do you think?

jtmzheng commented 10 years ago

I was thinking of using it for the GUI

araghava commented 10 years ago

Sure lets use it. Can it also be used as an overlay during gameplay?

jtmzheng commented 10 years ago

Might be. I wonder how fraps does it...

araghava commented 9 years ago

Closing this since we have an overlay now