Re: pyAGE - yet another Python audio game engine

2021-01-24 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: pyAGE - yet another Python audio game engine I mean, in the end its up to personal preference. If a person manages to create a program without ever type checking, its fine, especially when done at home in a non-professional fashion. As soon as it becomes professional though, chances

Re: pyAGE - yet another Python audio game engine

2021-01-24 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: pyAGE - yet another Python audio game engine The way i see it, is if you don't like it, don't use it.Please feel free to make another audio game engine in python the way you want to use it, stop complaining, it is not as if you can make an engine from scratch... URL: https

Re: pyAGE - yet another Python audio game engine

2021-01-24 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: pyAGE - yet another Python audio game engine @13I'm really not sure what to say to that.  It's very hard for me to phrase my response in any way that's not "learn to code and stop complaining".  Most programmers don't have that problem, and I'm going to assume that you

Re: pyAGE - yet another Python audio game engine

2021-01-24 Thread AudioGames . net Forum — Developers room : GrannyCheeseWheel via Audiogames-reflector
Re: pyAGE - yet another Python audio game engine They don't even look pythonic. I hate trying to read source code with those things in place because I can't figure out what the hell is going on past all the type shit. URL: https://forum.audiogames.net/post/609412/#p609412

Re: pyAGE - yet another Python audio game engine

2021-01-24 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: pyAGE - yet another Python audio game engine You'll hate typing until your project is over about 2000 lines.  Then it starts saving you time.  You can write Python efficiently without types fine if you are sufficiently Pythonic and are very good at separation of concerns.  But pylint

Re: pyAGE - yet another Python audio game engine

2021-01-24 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: pyAGE - yet another Python audio game engine @10Neither do sign posts. But remove them from every road in any given country, and see what happens. URL: https://forum.audiogames.net/post/609383/#p609383 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: pyAGE - yet another Python audio game engine

2021-01-24 Thread AudioGames . net Forum — Developers room : GrannyCheeseWheel via Audiogames-reflector
Re: pyAGE - yet another Python audio game engine They don't even do anything. URL: https://forum.audiogames.net/post/609375/#p609375 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames

Re: pyAGE - yet another Python audio game engine

2021-01-24 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: pyAGE - yet another Python audio game engine In the end, its not forced in Python, but not respecting it will cause your app to crash anyway, so I don't see any reason not to follow them carefully, given that they are written correctly. URL: https://forum.audiogames.net/post/609368

Re: pyAGE - yet another Python audio game engine

2021-01-24 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: pyAGE - yet another Python audio game engine @7No, you're right. It shouldn't be in Python. It should be EVERYWHERE!!!Me loving the type hinting magic! Makes code better, programming cleaner, and sun brighter. Big chief Chris, he say yes! URL: https://forum.audiogames.net/post/609346

Re: pyAGE - yet another Python audio game engine

2021-01-24 Thread AudioGames . net Forum — Developers room : GrannyCheeseWheel via Audiogames-reflector
Re: pyAGE - yet another Python audio game engine I hate them, with the fiery passion of a thousand burning suns all the way to a supernova, neutron, white dwarf, I hate them.If you want that, go to Rust. It shouldn't be in Python. URL: https://forum.audiogames.net/post/609339/#p609339

Re: pyAGE - yet another Python audio game engine

2021-01-24 Thread AudioGames . net Forum — Developers room : Dragonlee via Audiogames-reflector
Re: pyAGE - yet another Python audio game engine I'm always glad to see type hints being used from the very start of a python project another dev who gets it URL: https://forum.audiogames.net/post/609305/#p609305 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: pyAGE - yet another Python audio game engine

2021-01-24 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: pyAGE - yet another Python audio game engine My thumbs are up! URL: https://forum.audiogames.net/post/609289/#p609289 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: pyAGE - yet another Python audio game engine

2021-01-24 Thread AudioGames . net Forum — Developers room : lemm via Audiogames-reflector
Re: pyAGE - yet another Python audio game engine Hi,As Chris said, great to see more engines being created, I know we’ve had a few pop up recently like Earwax, Lucia and 2MB, but before that time there’s not been a lot in the way of audio game engines, so its good to see people working

Re: pyAGE - yet another Python audio game engine

2021-01-23 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: pyAGE - yet another Python audio game engine thanks for opening the two issues, got them fixed immediately.I started collecting wishes for v1.0 and created a milestone for it. If you got some ideas, don't hesitate to post them in here or open an issue on GitHub directly.You can browse

Re: pyAGE - yet another Python audio game engine

2021-01-23 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: pyAGE - yet another Python audio game engine Hey, it's great we have more engines!! Good job. Looks very interesting, and thank you for posting.More competition is always good. URL: https://forum.audiogames.net/post/608995/#p608995 -- Audiogames-reflector mailing list Audiogames

pyAGE - yet another Python audio game engine

2021-01-22 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
pyAGE - yet another Python audio game engine Its not like we don't have enough of them yet, but here we go...What is it?I once started developing my own little audio game engine like 8 years ago, driving one of my first audio game attempts back then. That was in Python 2.7 times, and I