Re: Audio Game Kit 1.0 released

2014-10-31 Thread AudioGames . net Forum — New releases room : truecraig via Audiogames-reflector


  


Re: Audio Game Kit 1.0 released

Ok, to cover for already existing programmers out there. Why would I use your library rather than my own? I need to hear a bit more about what you're offering.

URL: http://forum.audiogames.net/viewtopic.php?pid=193534#p193534




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Audio Game Kit 1.0 released

2014-10-31 Thread AudioGames . net Forum — New releases room : Trajectory via Audiogames-reflector


  


Re: Audio Game Kit 1.0 released

One thing I forgot to mention:I think bool sound::load(string) would be a better choice of signature than void sound::load(string) because loading a sound can fail for any number of reasons and we need to be able to detect this.

URL: http://forum.audiogames.net/viewtopic.php?pid=193525#p193525




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Audio Game Kit 1.0 released

2014-10-31 Thread AudioGames . net Forum — New releases room : Trajectory via Audiogames-reflector


  


Re: Audio Game Kit 1.0 released

Hello.Do you have a complete list of your project's dependencies? From taking a quick look at the code I can see that one must have SFML and Boost installed, and most likely the Microsoft speech SDK as well for the sapi support.Which SDK in particular features ScreenReaderAPI.h?Thanks,Jordan.

URL: http://forum.audiogames.net/viewtopic.php?pid=193519#p193519




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Audio Game Kit 1.0 released

2014-10-31 Thread AudioGames . net Forum — New releases room : visualstudio via Audiogames-reflector


  


Re: Audio Game Kit 1.0 released

we can work on this project, if you want, give your SourceForge username, i'll add you to developer list, and we can work on itthanks, if i have time, i'll work on examples (i'm currently writting documentation using doxygen)i'm here to lisson if you have any ideas and suggestions

URL: http://forum.audiogames.net/viewtopic.php?pid=193506#p193506




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Audio Game Kit 1.0 released

2014-10-31 Thread AudioGames . net Forum — New releases room : Trajectory via Audiogames-reflector


  


Re: Audio Game Kit 1.0 released

Hello!This sounds promicing.My suggestion to you would be to post at least a list of it's current features and perhaps some usage examples.I'll be checking this out after class today.I've also been working on something similar over the past couple of weeks (using mostly SDL), so naturally this is of interest to me.Best wishes,Jordan.

URL: http://forum.audiogames.net/viewtopic.php?pid=193504#p193504




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Audio Game Kit 1.0 released

2014-10-22 Thread AudioGames . net Forum — New releases room : visualstudio via Audiogames-reflector


  


Re: Audio Game Kit 1.0 released

yes, why not!but in the next versionif you've found any bugs or need a feature, i'm here, or you can start it's discussion on SourceForge's project

URL: http://forum.audiogames.net/viewtopic.php?pid=192775#p192775




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Audio Game Kit 1.0 released

2014-10-21 Thread AudioGames . net Forum — New releases room : Victorious via Audiogames-reflector


  


Re: Audio Game Kit 1.0 released

can you write some proper documentation on the library usage? i.e function parameters, etc

URL: http://forum.audiogames.net/viewtopic.php?pid=192700#p192700




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Audio Game Kit 1.0 released

2014-10-21 Thread AudioGames . net Forum — New releases room : visualstudio via Audiogames-reflector


  


Re: Audio Game Kit 1.0 released

you can create a static library from .CBP file from code::blocks (maybe i'll implement a cMake build), or include src directory in your game and use it

URL: http://forum.audiogames.net/viewtopic.php?pid=192649#p192649




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Audio Game Kit 1.0 released

2014-10-21 Thread AudioGames . net Forum — New releases room : keyIsFull via Audiogames-reflector


  


Re: Audio Game Kit 1.0 released

So I just checked this out. It looks really confusing to me because of the way the folders are structured. Can you use it just like it is packaged, with the folders in the same order, or do you have to move files around? Also, when you include a file from the includes directory, how does it know then to go into the src directory and look for something? I think some eamples might be good.

URL: http://forum.audiogames.net/viewtopic.php?pid=192644#p192644




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Audio Game Kit 1.0 released

2014-10-21 Thread AudioGames . net Forum — New releases room : visualstudio via Audiogames-reflector


  


Re: Audio Game Kit 1.0 released

if i have time, i'll do itbut, the header files is simpleread every file in include directory

URL: http://forum.audiogames.net/viewtopic.php?pid=192640#p192640




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Audio Game Kit 1.0 released

2014-10-21 Thread AudioGames . net Forum — New releases room : Alan via Audiogames-reflector


  


Re: Audio Game Kit 1.0 released

Hi there!THanks, I've just downloaded, seems interesting... But, where is the documentation? Could you post a simple example of a game window with some sounds moving around, or something?Thanks!

URL: http://forum.audiogames.net/viewtopic.php?pid=192635#p192635




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Audio Game Kit 1.0 released

2014-10-20 Thread AudioGames . net Forum — New releases room : the terminator via Audiogames-reflector


  


Re: Audio Game Kit 1.0 released

heller.i've been looking for this a long time ago! thanks!

URL: http://forum.audiogames.net/viewtopic.php?pid=192628#p192628




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Audio Game Kit 1.0 released

2014-10-20 Thread AudioGames . net Forum — New releases room : visualstudio via Audiogames-reflector


  


Re: Audio Game Kit 1.0 released

that is a C++ library, meaning that you embed it into your application and use it's library very easylythe API is very easy to understand and easy to usein the readme file, i've mentioned the libraries used in this library

URL: http://forum.audiogames.net/viewtopic.php?pid=192622#p192622




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Audio Game Kit 1.0 released

2014-10-20 Thread AudioGames . net Forum — New releases room : Haramir via Audiogames-reflector


  


Re: Audio Game Kit 1.0 released

Hello! This is great news indeed! Can you give me more detales on how does it works?Best regards, Haramir.

URL: http://forum.audiogames.net/viewtopic.php?pid=192619#p192619




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Audio Game Kit 1.0 released

2014-10-20 Thread AudioGames . net Forum — New releases room : visualstudio via Audiogames-reflector


  


Audio Game Kit 1.0 released

hi all,as the topic's subject says, i've released audio game kit, an open source audio game library for who wants to create game with c++it is a C++ library and just tested on MinGW 4.8.1if anybody can test it, please give the result to mehere is it's homepage:http://sourceforge.net/projects/audiogamekit

URL: http://forum.audiogames.net/viewtopic.php?pid=192616#p192616




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector