Re: box2d and pyglet?

2015-01-27 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: box2d and pyglet? Libaudioverse is GPL.  I have to work out the pricing model and legal stuff for commercial licenses still.  I did put out a preview release a long time ago, but literally rearranged half the guts internally and redid the external interface for something this past

Re: box2d and pyglet?

2015-01-27 Thread AudioGames . net Forum — Developers room : dhruv via Audiogames-reflector
Re: box2d and pyglet? Is libaudioverse near any sort of usage? I heard there was a alpha release released a while ago, and if cormertial I probably couldn't get it. URL: http://forum.audiogames.net/viewtopic.php?pid=202667#p2

Re: box2d and pyglet?

2015-01-27 Thread AudioGames . net Forum — Developers room : dhruv via Audiogames-reflector
Re: box2d and pyglet? Is libaudioverse near any sort of usage? I heard there was a alpha release released a while ago, and if it's shareware I probably couldn't get it. URL: http://forum.audiogames.net/viewtopic.php?pid=2026

Re: box2d and pyglet?

2015-01-27 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: box2d and pyglet? Nothing can simulate a 2d environment where something is behind you with something that's not pan, save for a very few games in BGT, Libaudioverse, OpebnALSoft, and some commercial packages.  It is what Swamp is doing, what Shades of Doom does now that Directx

Re: box2d and pyglet?

2015-01-27 Thread AudioGames . net Forum — Developers room : dhruv via Audiogames-reflector
Re: box2d and pyglet? Can you simulate a 2d environment with pan? I get a sidescroller, but i'm not sure how'd you represent something behind you with only pan. URL: http://forum.audiogames.net/viewtopic.php?pid=202639#p202639 ___

Re: box2d and pyglet?

2015-01-27 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: box2d and pyglet? I have no idea, but probably.  If it has pan, then yes.  I'm using my own custom sound engine, etc.  The only thing you might want and might not have is pitch bending, but again I'm not using it for sound so can't comment. URL: http://forum

Re: box2d and pyglet?

2015-01-27 Thread AudioGames . net Forum — Developers room : dhruv via Audiogames-reflector
Re: box2d and pyglet? Hi,Can I simulate a 2d sound environment with pyglet? I don't think there is because it doesn't really allow positional coordinates for sound or anything of the sort. Sorry for my newbiesh questions, i'm just starting at this stuff. URL: http://forum

Re: box2d and pyglet?

2015-01-25 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: box2d and pyglet? The answer is yes.  You can use them together.  But you should be aware that you're asking if you can use your house with your car-they have no relation whatsoever.I do not use Ode for physics because Ode is a 3D physics library and most audiogames need

Re: box2d and pyglet?

2015-01-24 Thread AudioGames . net Forum — Developers room : dhruv via Audiogames-reflector
Re: box2d and pyglet? Hi,A few more questions:1. Can I use ode with pyglet?2. Are there any good tutorials for pyode?3. Are there any good physics tutorial so I can start programming in games? I can't see so I don't know  where I should position objects, but some basic physic

Re: box2d and pyglet?

2015-01-24 Thread AudioGames . net Forum — Developers room : dhruv via Audiogames-reflector
Re: box2d and pyglet? Hi,A few more questions:1. Can I use ode with pyglet?2. Are there any good tutorials for pyode?3. Are there any good physics tutorial so I can start programming in games? I can't see so idk where I should position objects, but some basic physics would be nic

Re: box2d and pyglet?

2015-01-24 Thread AudioGames . net Forum — Developers room : dhruv via Audiogames-reflector
Re: box2d and pyglet? Hi,A few more questions:1. Can I use ode with pyglet?2. Are there any good tutorials for pyode?Thanks! URL: http://forum.audiogames.net/viewtopic.php?pid=202258#p202258 ___ Audiogames-reflector mailing list Audiogames

Re: box2d and pyglet?

2015-01-24 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: box2d and pyglet? I believe both of these are available through Pypi, which you access via pip.  You have it if you're using Python 2.7.9.  If you don't have Pip, then go read up on how to instal it because you want it anyway.  Once you have it, pip install packagename.Pybox

box2d and pyglet?

2015-01-24 Thread AudioGames . net Forum — Developers room : dhruv via Audiogames-reflector
box2d and pyglet? Hi,Would anyone help me with 1. how to install box2d and 2. a full fledged audiogame in pyglet? I've got pybox2d installed, but i think I need to install box2d too...don't know how to do that URL: http://forum.audiogames.net/viewtopic.php?pid=2021