Maverton Posted August 20, 2016 Share Posted August 20, 2016 Hello guys I was wondering how would I add Babylon.js to a php website. I'm still taking up classes for coding which is new to me so if I'm using the wrong terms please correct me. I have a php website which I would like to add Babylon engine to. If anybody use this workflow can it be done so that the features from the php interact with Babylon.js (forgive me if I'm using the wrong terms) thanks in advance for any advice. Quote Link to comment Share on other sites More sharing options...
Pierre Glibert Posted August 20, 2016 Share Posted August 20, 2016 Hello @Maverton, Of course, you can have a php website and add BabylonJs. It's simple, in head of your index.php, add this : <script src="http://cdn.babylonjs.com/2-4/babylon.js" type="text/javascript"></script> Pryme8 1 Quote Link to comment Share on other sites More sharing options...
Pryme8 Posted August 20, 2016 Share Posted August 20, 2016 You set it up just like you would and html site, it's just pre processed by the server to compile the page. 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.