uniter / cube-demo
使用 Uniter-Loader 示例混合 Three.js JS/PHP 客户端应用程序
v0.1.0
2016-11-06 02:21 UTC
Requires (Dev)
- phpunit/phpunit: ^4.6
- dev-master
- v0.1.0
- dev-dependabot/npm_and_yarn/minimist-1.2.8
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/npm_and_yarn/json5-and-webpack--removed
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-and-express-6.11.0
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/async-2.6.4
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/three-0.137.0
- dev-phpify-v4
This package is auto-updated.
Last update: 2024-08-30 01:32:03 UTC
README
入门
npm install
composer install
npm start
在浏览器中打开 http://localhost:8080
探索
PHP 源代码位于 php/src/*
文件夹中 - 深入挖掘并做出更改。
调试
要包括源映射的调试构建,请使用 npm start
然后访问 http://localhost:8080/。
你应该会看到一个旋转的3D立方体。打开开发者工具,搜索 Demo.php
并在PHP代码中设置断点。