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 - superman3275

Pages: [1]
1
SFML projects / SFML SimpleButton v1.02 (Update 1)
« on: October 13, 2012, 03:08:12 am »
Hey guys, ever since I posted my thread about SimpleButton Here:http://en.sfml-dev.org/forums/index.php?topic=9379.0 2 days ago, I've been hard at work adding new features. The main feature I added: Dynamic Text Buttons! Anyway, Look down below for a full documentation on all the new... and old.... features!

DOCUMENTATION:

SimpleButton is an easy to use tool programmed using the SFML library that allows for easy adding of many kinds of buttons and GUI tools to your programs. It's especially good for Menus, Mainly in video games. This documentations aim is to allow for easy understanding and use of this API.
Wiki (Including Documentation)https://github.com/superman3275/-SFML-SimpleButton-/wiki

CHANGELOG:
+Text Buttons.
+Better Coding.
-The Broken MainMenu class.

2
SFML projects / Official SimpleButton Thread (Updated to v1.02)
« on: October 11, 2012, 03:59:31 am »
This is the official thread for my, updated weekly, project: SimpleButton. This thread was last Updated: October 13th, 2012, at 19:16, To version: v1.02.
SimpleButton!
SimpleButtons goal is to allow the easy implementation of Dynamic Buttons and Dynamic GUI elements into C++ programs. It's main implementation is in Interactive Applications using the SFML library. SimpleButton requires the SFML library linked into your project to run. This project is updated weekly, and I try to get out a new feature every month, if not every week. This weeks new feature:

Dynamic Text Buttons!

Dynamic text buttons allow you to create buttons without images, using only text!

For the full documentation, please go to this page:
https://github.com/superman3275/-SFML-SimpleButton-
Follow the links there to find out where you can download SimpleButton, How to Install SimpleButton, and find a Full Documentation just updated to v1.02! Please enjoy this, I put some hard work into it!

3
General discussions / How do I implement a main menu.
« on: September 29, 2012, 05:47:38 am »
Okay, so I'm the kind of person who experiments. I figured out bow to make pong without a tutorial and did it. I added a score count too. Now, I'vespent a few hours trying to implement a main menu and I don't know how. I also don'tknow how to make buttons. All help is welcomed, :)

Pages: [1]