Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - GRIFFnDOOR

Pages: [1]
1
General / SFML boost::Serialization
« on: August 01, 2011, 06:48:54 am »
Hey, I was wondering if anyone has already set up all the SFML classes to work with boost::serialization.

If so PLEASE share the source code! I don't wanna reinvent the wheel. :D

2
General / how to keep a GUI on-screen without moving or resizing it
« on: July 31, 2011, 12:38:15 am »
Hey i'm trying to make a GUI lib with SFML, and everything's done except one problem: Making the Interface stay still even when the camera moves or zooms in/out.

This would be easy to fix if zooming wasn't possible, but zooming out means having to scale the contents of the Interface up so it doesn't shrink, which causes it's text/images to become blurry.

Does anyone have a way to get around this issue? (preferably only using SFML as I don't want to make my lib openGL dependent)

3
General / Any Released, Working SFML GUI's out there?
« on: July 28, 2011, 10:01:23 am »
Hey I just don't want to re-invent the wheel, and have spent quite a bit of time just programming a button using SFML/Box2D, so i was wondering if there were any GUI's that use SFML already out there for use :?:

I just need a REALLY simple one that supports buttons, scrollers, Textboxes, etc, and i'm trying to find something that looks GOOD, and COLORFUL; something that SFML is somehow really good at.
 
    libraries like FLTK just seem so boring with all grey user interfaces...
If anyone has source code please do share also  :D
Oh yeah i'm using 1.6 to.

Pages: [1]
anything