This library was built as the project of Next Generation User Interfaces class at VUB. Documentation, contribution guide, dependancies and more information coming soon...
Detailed documentation (and pretty much everything else about this library) could be found here (see section 3.3 and 3.4).
A simple demonstration on this project could be found here.
All you need to run this library is the wirtual.js
file in the dist
directory. Here, how to run the demo
directory will be explained.
1) Clone the library and go in to the root (or download the zip and extract)
git clone https://github.com/oguzgelal/wirtual.git
cd wirtual
2) Copy wirtual.js
file inside of the demo
directory
cp dist/wirtual.js demo/
3) Go into the demo
directory.
cd demo
4) Serve the demo
directory. There are several ways of doing this:
With php : Execute below command and go to http://localhost:8080 from your browser
php -S localhost:8080
With python 2 : Run the below command and go to http://localhost:8080 from your browser
python -m SimpleHTTPServer 8080
With python 3 : Run the below command and go to http://localhost:8080 from your browser
python -m http.server 8000
With ruby : Run the below command and go to http://localhost:8080 from your browser
ruby -run -e httpd . -p 8080
With node : First install the dependency:
npm install -g http-server
Then run the below commands and go to http://localhost:8080 from your browser
http-server -p 8000
Any other method which would serve the demo directory should work fine. And after doing that, html files in the demo directory could be visited.
## Contrinution guide
Coming soon...
## Shoutout
Special thanks to BrowserStack for supporting this opensource project and for all the contributions to the opensource society.
## Contact
Oguz Gelal - [email protected]