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.


Messages - superman3275

Pages: [1]
1
SFML projects / Re: Official SimpleButton Thread (Updated to v1.02)
« on: October 14, 2012, 02:47:54 am »
Haikarainen, I just fully updated the documentation on github, put all the files into a .zip file, uploaded them to SFMLUploads.org, and put a new page on the Wiki about where you can download the .zip and how to install it!

2
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.

3
SFML projects / Re: I present to you: SFML SimpleButton v1.01
« on: October 12, 2012, 11:32:50 pm »
I added it to the Wiki!
Also, I think I'm going to create some code for Text_Buttons (To put text in the buttons, and they'll be a parameter to choose what you want it to do when you put your cursour over it.)

4
SFML projects / Re: I present to you: SFML SimpleButton v1.01
« on: October 12, 2012, 03:39:50 am »
Exploiter, how would I add this too the wiki? Also, what do you think of it? Is it good, will it be used? I've spent some time improving it and am still trying to add different buttons/features, but right now, is it a worthy project to you? Is it something you'd use if you didn't have a tool yet?

5
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!

6
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]