Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uniter/cube-demo

Demo hybrid Three.js JS/PHP client-side app with Uniter-Loader
https://github.com/uniter/cube-demo

php threejs uniter

Last synced: 14 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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/](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
------------------
- [Follow me on Twitter](https://twitter.com/@asmblah) for updates: [https://twitter.com/@asmblah](https://twitter.com/@asmblah)