liorgth Posted January 15, 2018 Share Posted January 15, 2018 I need to build a 3D game that supports browsers and devices that do not support WebGL. What is the best framework for my mission? Quote Link to comment Share on other sites More sharing options...
b10b Posted January 16, 2018 Share Posted January 16, 2018 What game do you want to make? Are you supporting WebGL devices to their fullest potential? Or just targeting non-WebGL? Are you comfortable with "pseudo-3D" (or "2.5D") approaches? Have you considered server-side rendering? I think advice will be different based on answers to these questions. Else, I recall threejs had a Canvas renderer (long since deprecated)? Quote Link to comment Share on other sites More sharing options...
EpicKingdom_ Posted May 4, 2018 Share Posted May 4, 2018 Bump because I wanted to make this topic. Quote Link to comment Share on other sites More sharing options...
chriswa Posted May 4, 2018 Share Posted May 4, 2018 22 hours ago, EpicKingdom_ said: Bump because I wanted to make this topic. Why do you want to avoid WebGL? Knowing a bit more of your specific requirements and motivations would be helpful in answering this question for you. Quote Link to comment Share on other sites More sharing options...
JohnnyDevNull Posted May 7, 2018 Share Posted May 7, 2018 ThreeJS and BabylonJS are the most active projects for webgl and pure web frameworks. Most active means in my opinion stars and commits on github. For playing around you can also use my template projects from there Quote Link to comment Share on other sites More sharing options...
EpicKingdom_ Posted May 8, 2018 Share Posted May 8, 2018 Sorry, I meant I just wanted to know the preferred / best 3D frameworks. No specific requirements in mind besides games perhaps. Quote Link to comment Share on other sites More sharing options...
droggam Posted October 6, 2018 Share Posted October 6, 2018 @EpicKingdom_ Best way is to try different libraries I only have tested phaser3 and babylonjs Somehow I prefer 3d babylonjs. Phaser is very cool with color Pallettes But lack some documentation imho Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.