Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uniter/cube-demo
- Owner: uniter
- License: other
- Created: 2016-11-06T02:17:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T13:59:40.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T13:27:28.706Z (about 2 months ago)
- Topics: php, threejs, uniter
- Language: PHP
- Homepage: https://phptojs.com/cube-demo/
- Size: 2.78 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
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 browserPlaying 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)