Re: Is learning visual basic worth it?

2015-09-04 Thread AudioGames . net Forum — Developers room : Alan via Audiogames-reflector
Re: Is learning visual basic worth it? Just curious, all of those libraries provide accessible GUIs? I mean, controls working well using a screen reader. Years ago, I tried some of them (though I cannot remember whitch ones) and usually I was not able to interact properly with the reated

Re: Is learning visual basic worth it?

2015-09-04 Thread AudioGames . net Forum — Developers room : frastlin via Audiogames-reflector
Re: Is learning visual basic worth it? For most games you don't really want a program to use Window's API.PyQt uses Qt which uses IAccessible2WXPython uses WXWidgets which uses native APIs on each OS (NVDA uses WXPython for example)The others are just OpenGL contexts.I wish there was some

Re: Is learning visual basic worth it?

2015-09-03 Thread AudioGames . net Forum — Developers room : severestormsteve1 via Audiogames-reflector
Re: Is learning visual basic worth it? Let's see, just for craps and giggles, how we can replicate this in pure basic because that's my native language. xd.initSprite()initKeyboard()openWindow(0, 0, 0, 0, 0, "Little hello world program.")openWindowedScreen(0, 0, 0, 1000, 1000

Re: Is learning visual basic worth it?

2015-09-03 Thread AudioGames . net Forum — Developers room : Alan via Audiogames-reflector
Re: Is learning visual basic worth it? Interesting, first contact with pure basic... THanks. URL: http://forum.audiogames.net/viewtopic.php?pid=230488#p230488 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: Is learning visual basic worth it?

2015-09-03 Thread AudioGames . net Forum — Developers room : frastlin via Audiogames-reflector
Re: Is learning visual basic worth it? There are probably near 50 python libraries for making GUIs. Some more that have not been said are:Kivy (for IOS, Android, Windows, OSX and Linux)PyQt (For IOS, Android, Windows, Linux, OSX)WXPython (for Windows, Linux and OSX)panda3d (for Linux

Re: Is learning visual basic worth it?

2015-09-02 Thread AudioGames . net Forum — Developers room : Alan via Audiogames-reflector
Re: Is learning visual basic worth it? I there!Well, I am curious and like to experiment, so, after reading this discusion, I wondered: why so many people recommens python and not visual basic?It's a language that depens on iddentation, and last night I had a nightmare about debugging 1000

Re: Is learning visual basic worth it?

2015-09-02 Thread AudioGames . net Forum — Developers room : Alan via Audiogames-reflector
Re: Is learning visual basic worth it? I there!Well, I am curious and like to experiment, so, after reading this discusion, I wondered: why so many people recommens python and not visual basic? Let's give it a try.The results? In 15-20 minutes I finished a rendering window (without using

Re: Is learning visual basic worth it?

2015-09-02 Thread AudioGames . net Forum — Developers room : severestormsteve1 via Audiogames-reflector
Re: Is learning visual basic worth it? post code please. if it is possible, please create a basic menu, and a start game option that lets you walk around on a little map. I don't doubt you I'm just curious as well as to what it is capable of. Because of the form designer I was thinking

Re: Is learning visual basic worth it?

2015-09-02 Thread AudioGames . net Forum — Developers room : Alan via Audiogames-reflector
Re: Is learning visual basic worth it? Good job, magurp244, those comparisons are so useful (at least for me).Thanks URL: http://forum.audiogames.net/viewtopic.php?pid=230305#p230305 ___ Audiogames-reflector mailing list Audiogames-reflector

Re: Is learning visual basic worth it?

2015-09-02 Thread AudioGames . net Forum — Developers room : Alan via Audiogames-reflector
Re: Is learning visual basic worth it? Hi there,Sorry, Steve, but as I said, visual basic is totally new for me and I have no time to code examples (anyway, my examples will not be more useful, my visual basic knowledge is near to 0).THis is what I tried yesterday:1. CCreates and shows

Re: Is learning visual basic worth it?

2015-09-02 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: Is learning visual basic worth it? Replicated it in a few minutes using Pyglet/Python. Same function, opens window, M to post "hello world" text to screen, C to close.import pyglet from pyglet.window import key class Example(pyglet.window.Window): def __init__(self):

Re: Is learning visual basic worth it?

2015-08-30 Thread AudioGames . net Forum — Developers room : Kyleman123 via Audiogames-reflector
Re: Is learning visual basic worth it? RSGames is written in python. but thats not a very good example of a good game. its very laggy. but that shouldnt turn you off from python. python shouldnt be that laggy and no one can figure out why their game lags so much. other games are soundRTS

Re: Is learning visual basic worth it?

2015-08-30 Thread AudioGames . net Forum — Developers room : dhruv via Audiogames-reflector
Re: Is learning visual basic worth it? Hello,Learn Python The Hard Way might not be right for you. It assumes that the reader is a beginner, not only to Python, but to programming as well. While this may be right for some, I think, as steve has programmed before, its probably not entirely

Re: Is learning visual basic worth it?

2015-08-29 Thread AudioGames . net Forum — Developers room : severestormsteve1 via Audiogames-reflector
Re: Is learning visual basic worth it? The only problem Id have with learning python is that Ive been told that there is only 1 library for python games, and that library has many bugs, but if that was wrong Id be happy to learn that one. but thanks for the insite on vb.net and games. if I

Re: Is learning visual basic worth it?

2015-08-29 Thread AudioGames . net Forum — Developers room : Kyleman123 via Audiogames-reflector
Re: Is learning visual basic worth it? no python has several. pygame, the rather buggy one; pyglet; and a few others im forgetting. if you want to go more of the direct audiogame root, there is PyAudioGame and AudioGameEngine URL: http://forum.audiogames.net/viewtopic.php?pid=229650

Re: Is learning visual basic worth it?

2015-08-29 Thread AudioGames . net Forum — Developers room : tward via Audiogames-reflector
Re: Is learning visual basic worth it? Severestormsteve1, a lot depends on what version of Visual Basic you mean. Do you mean VB 6 and earlier, or do you mean Visual Basic .NET?If you are talking about Visual Basic 6 and prior versions Id say no. Although, it was used for games in the past

Re: Is learning visual basic worth it?

2015-08-29 Thread AudioGames . net Forum — Developers room : severestormsteve1 via Audiogames-reflector
Re: Is learning visual basic worth it? [[wow]]! I didnt really know that. And theres an audio game library for python itself? Thats cool. But I was referring to vb.net... I was just curious because it seems as though Aprone uses that for his games but maybe Im wrong about that. Also

Re: Is learning visual basic worth it?

2015-08-29 Thread AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector
Re: Is learning visual basic worth it? Hi Severestormsteve.Yes with python you can delete and add arrays at anytime. I dont know why purebasic wont let you do this.After you mentioned it I looked into vbs its very limited. Somebody was talking to me about autoit the other day and I

Re: Is learning visual basic worth it?

2015-08-29 Thread AudioGames . net Forum — Developers room : severestormsteve1 via Audiogames-reflector
Re: Is learning visual basic worth it? Yeah Guitarman I did research on vbs and outright new it wouldnt be good for audio games, even before research was done. That language is speciffically meant for scripting tasks for your computer to perform, I.E. when you are away and unable to act

Re: Is learning visual basic worth it?

2015-08-29 Thread AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector
Re: Is learning visual basic worth it? Hi Severestormsteve.That is visual basic script not visual basic .net. Visual basic .net you download when you download a version of visual studio that you want. I dont know much about _vbscript_ but imagine its something like applescript so I wouldnt

Re: Is learning visual basic worth it?

2015-08-28 Thread AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector
Re: Is learning visual basic worth it? Hi Severestormsteve. Visual basic isnt perfect but its pretty good. You have a lot more freedom then you do in other basic languages. I say since you already have programming experience try something like python, c#, java. One thing I would recommend

Re: Is learning visual basic worth it?

2015-08-28 Thread AudioGames . net Forum — Developers room : momo7807 via Audiogames-reflector
Re: Is learning visual basic worth it? HiIm using python and bgt, but I think Im not brave enough for start actual coding lol URL: http://forum.audiogames.net/viewtopic.php?pid=229606#p229606 ___ Audiogames-reflector mailing list Audiogames

Re: Is learning visual basic worth it?

2015-08-28 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Is learning visual basic worth it? Hi,Visual Basic is a language that isnt exactly meant for making games. If your speaking about VB6, games have been made for that, but if your talking about VB.NET, dont even try making a game. You will find that it isnt worht the pain.As for other