Re: Reconsidering Go as a possible game development language

2019-09-10 Thread AudioGames . net Forum — Developers room : keithwipf1 via Audiogames-reflector
Re: Reconsidering Go as a possible game development language I've started checking out go and it is certainly interesting.I guess it's the closest language to Python syntax that compiles.Right now I'm interested in messing with it.A wrapper would sure be nice.Edit: There seems to be a tool

Re: Reconsidering Go as a possible game development language

2019-09-10 Thread AudioGames . net Forum — Developers room : keithwipf1 via Audiogames-reflector
Re: Reconsidering Go as a possible game development language I've started checking out go and it is certainly interesting.I guess it's the closest language to Python syntax that compiles.Right now I'm interested in messing with it.A wrapper would sure be nice. URL: https

Re: Reconsidering Go as a possible game development language

2019-08-07 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Reconsidering Go as a possible game development language Streaming an audio file from Beep isn't hard at all. Something like this should do (it plays all supported formats, but you can easily figure out how it works):package main import ( // Actual audio library "githu

Re: Reconsidering Go as a possible game development language

2019-08-07 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Reconsidering Go as a possible game development language Streaming an audio file from Beep isn't hard at all. Something like this should do (it plays all supported formats, but you can easily figure out how it works):package main import ( // Actual audio library "githu

Re: Reconsidering Go as a possible game development language

2019-08-07 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
Re: Reconsidering Go as a possible game development language I was actually surprised by the amount of gaming libraries are present on Awesome GONot just gaming libraries, but libraries in general. I mean probably I shouldn't be surprised but still. URL: https://forum.audiogames.net/post

Re: Reconsidering Go as a possible game development language

2019-08-07 Thread AudioGames . net Forum — Developers room : ironcross32 via Audiogames-reflector
Re: Reconsidering Go as a possible game development language I found Beep when looking around for an audio lib lol. I might try to set it up and see if I can get it working. URL: https://forum.audiogames.net/post/453771/#p453771 -- Audiogames-reflector mailing list Audiogames

Re: Reconsidering Go as a possible game development language

2019-08-07 Thread AudioGames . net Forum — Developers room : Ilya via Audiogames-reflector
Re: Reconsidering Go as a possible game development language sounds good, I last year did pick up the go hand book, and I quite liked the way the language worked. URL: https://forum.audiogames.net/post/453729/#p453729 -- Audiogames-reflector mailing list Audiogames-reflector

Re: Reconsidering Go as a possible game development language

2019-08-06 Thread AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
Re: Reconsidering Go as a possible game development language same as 2 and 3 URL: https://forum.audiogames.net/post/453709/#p453709 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames

Re: Reconsidering Go as a possible game development language

2019-08-06 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Reconsidering Go as a possible game development language Same as 2. URL: https://forum.audiogames.net/post/453666/#p453666 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames

Re: Reconsidering Go as a possible game development language

2019-08-06 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector
Re: Reconsidering Go as a possible game development language I'll certainly want to see it.I like experimenting with new languages, maybe not like one of the forum members but still, why not? URL: https://forum.audiogames.net/post/453662/#p453662 -- Audiogames-reflector mailing list

Reconsidering Go as a possible game development language

2019-08-06 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Reconsidering Go as a possible game development language So, I've been playing with go again, and am, as I was last time, certainly enjoying it. (How can you not enjoy programming in Go?)I've been thinking how you might make a game in Go. I've reevaluated some of the available gaming