8 ms·
PlayCanvas goes open source
- ddod 12y agoDoes anyone have experience with using this versus THREE.js?
- dtf 12y agoI haven't used it, but I remember looking at the minified code a while back when it was first released. It looks very well done, by someone who has excellent game-engine design experience.
- mrmoka 12y agoDevelopers behind the engine are actually have major experience in such companies as Activision, Sony, EA, Rebelion, and few others, so yeah, they know their stuff :)
- mrmoka 12y agoTHREE.js is very low-level framework, while PlayCanvas additionally to low-level engine access has game framework, which will allow you to create game logic and scripting in much better way.
- hadilaasi 12y agoFull disclosure: I know the guys who made this. I won't compare it against the competitors since I haven't used alternatives but my 2 cents: 1) This has been years in the making--these guys have spent the last couple of years focused on making the best tool possible.. days nights and weekends! 2) They're super passionate about games/gamers.. they've organized gamejams and html5 meetups and are really in touch with the community. They're in this 100% and very open to feedback--so expect loads of improvements in the next couple of months!
- deleted 12y ago[deleted]
- pron 12y agoSeems like another WebGL game engine was open sourced recently: http://news.turbulenz.com/post/49430669886/turbulenz-engine-goes-open-source http://news.turbulenz.com/post/49430669886/turbulenz-engine-...
- deleted 12y ago[deleted]
- junkilo 12y agoI analyzed their JS math library (2013) and was pleasantly surprised (optimized, lean object design). Love what PlayCanvas is doing. They seem committed to the community and their people.
- _random_ 12y agoAny JavaScript engine is always open source. I mean, it is not illegal to view page sources?
- adamman 12y agoJust because you can view the source code does not mean that it is open source.
- drhayes9 12y agoAnyone able to compare this with Phaser (http://phaser.io/ http://phaser.io/)?
- daredevildave 12y agoBroadly speaking phaser is 2D, PlayCanvas is 3D. (Though you can always do 2D stuff in 3D)