ofxRemoteUI-Web

所属分类:Pascal/Delphi编程
开发工具:C++
文件大小:0KB
下载次数:0
上传日期:2017-08-24 22:26:51
上 传 者sh-1993
说明:  从浏览器中修改和调整OpenFrameworks应用程序中的值。
(Modify and tweak values in your OpenFrameworks app from a browser.)

文件列表:
Makefile (98, 2017-08-24)
RUIWebBinary.cpp (209201, 2017-08-24)
bower.json (316, 2017-08-24)
bower_components/ (0, 2017-08-24)
bower_components/alertifyjs/ (0, 2017-08-24)
bower_components/alertifyjs/.bower.json (2129, 2017-08-24)
bower_components/alertifyjs/.codeclimate.yml (190, 2017-08-24)
bower_components/alertifyjs/.coveralls.yml (46, 2017-08-24)
bower_components/alertifyjs/.eslintrc (601, 2017-08-24)
bower_components/alertifyjs/CHANGELOG.md (2132, 2017-08-24)
bower_components/alertifyjs/CONTRIBUTING.md (2283, 2017-08-24)
bower_components/alertifyjs/ISSUE_TEMPLATE (112, 2017-08-24)
bower_components/alertifyjs/LICENSE.md (1149, 2017-08-24)
bower_components/alertifyjs/alertify-js.d.ts (1270, 2017-08-24)
bower_components/alertifyjs/bower.json (1864, 2017-08-24)
bower_components/alertifyjs/dist/ (0, 2017-08-24)
bower_components/alertifyjs/dist/css/ (0, 2017-08-24)
bower_components/alertifyjs/dist/css/alertify.css (3707, 2017-08-24)
bower_components/alertifyjs/dist/js/ (0, 2017-08-24)
bower_components/alertifyjs/dist/js/alertify.js (11276, 2017-08-24)
bower_components/alertifyjs/dist/js/ngAlertify.js (11362, 2017-08-24)
bower_components/alertifyjs/karma-ci.conf.js (3082, 2017-08-24)
bower_components/alertifyjs/karma.conf.js (2074, 2017-08-24)
bower_components/alertifyjs/src/ (0, 2017-08-24)
bower_components/alertifyjs/src/css/ (0, 2017-08-24)
bower_components/alertifyjs/src/css/alertify.css (4935, 2017-08-24)
bower_components/alertifyjs/src/js/ (0, 2017-08-24)
bower_components/alertifyjs/src/js/alertify.js (19516, 2017-08-24)
bower_components/alertifyjs/src/js/ngAlertify.js (405, 2017-08-24)
bower_components/alertifyjs/src/sass/ (0, 2017-08-24)
bower_components/alertifyjs/src/sass/alertify.scss (4935, 2017-08-24)
bower_components/alertifyjs/src/templates/ (0, 2017-08-24)
bower_components/alertifyjs/src/templates/alert.html (124, 2017-08-24)
bower_components/alertifyjs/src/templates/confirm.html (196, 2017-08-24)
bower_components/alertifyjs/src/templates/log.html (24, 2017-08-24)
bower_components/alertifyjs/src/templates/prompt.html (272, 2017-08-24)
... ...

# ofxRemoteUI-Web A client interface for [ofxRemoteUI](https://github.com/armadillu/ofxRemoteUI) that runs in the browser. Modify and tweak values in your OpenFrameworks app remotely. A prebuilt binary version of this web interface comes bundled with the latest ofxRemoteUI. ![alt text](screenshots/screen-med.png) ## Quick Start If you just want to use ofxRemoteUI from your browser, you don't need to clone this repo. Start up an app that uses the ofxRemoteUI addon and point your browser to the host indicated when you press tab on your app. ## For Development 1. Clone this repo and run `git submodule update --init` to install the required [dat.GUI fork](https://github.com/jackosx/dat.GUI). 2. Run `python -m SimpleHTTPServer` in the repo and you can use the interface at http://localhost:8000 ## Building for ofxRemoteUI Addon Server The ofxRemoteUIServer serves a gzipped version of the web inteface. Unfortunately, OpenFrameworks doesn't have a great solution for distributing assets along with addons. A rather wonky workaround was used to avoid manually copying site files into your app's data folder. The gzip is actually represented as a large `char[]` of hex literals defined in RUIWebBinary.cpp Generating a new RUIWebBinary.cpp is easy, just run `make` in the project directory. The new file can be dropped into the ofxRemoteUI addon directory.

近期下载者

相关文件


收藏者