ybinu / cube-demo

Demo hybrid Three.js JS/PHP client-side app with PHPify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uniter Cube demo

Getting started

  1. npm install
  2. composer install
  3. npm start
  4. Open http://localhost:8080 in a browser

Playing around

The PHP source code is in the php/src/* folder - dig in and make changes.

Debugging

For a debugging build including source maps, use npm start and then visit http://localhost:8080/.

You should simply see a spinning 3d cube. Open the devtools up, search for Demo.php and set breakpoints in the PHP code.

Keeping up to date

About

Demo hybrid Three.js JS/PHP client-side app with PHPify

License:Other


Languages

Language:PHP 73.1%Language:JavaScript 23.1%Language:HTML 3.8%