Hyper3D / hyper3d-examples

Home Page:https://hyper3d.github.io/hyper3d-examples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyper3D Example Pages

Examples are contained in the _examples directory.

Starting Development Server

  • Ruby 2 or above is required.
  • The latest version of Node.js is required.
# Clone
git clone https://github.com/Hyper3D/hyper3d-examples.git
cd hyper3d-examples

# Pull submodules
git submodule init
git submodule update

# Install Jekyll
sudo gem install jekyll

# Install required node packages
npm install

# Run server
npm run-script server

# Now open http://127.0.0.1:4000/hyper3d-examples/ in your favorite web browser

Publishing

# This script will automatically switch the current branch to gh-pages,
# compiles a retail version of JS, commit a revision, and pushes to the
# GitHub server (assuming you have permission to do it).
./build-gh-pages.sh

# Don't forget to go back to the master branch.
git checkout -

About

https://hyper3d.github.io/hyper3d-examples/


Languages

Language:JavaScript 52.4%Language:HTML 37.6%Language:CSS 4.8%Language:CoffeeScript 3.7%Language:Shell 1.5%