All Projects → theme-next → theme-next-three

theme-next / theme-next-three

Licence: MIT license
JavaScript 3D library for NexT.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to theme-next-three

bump
a tiny tool to bump nimble versions 🍻
Stars: ✭ 23 (-14.81%)
Mutual labels:  module
tracker-issues
Issue tracking system and Workflow documents integrated to Humhub
Stars: ✭ 28 (+3.7%)
Mutual labels:  module
kuu
Modular Go Web Framework based on GORM and Gin.
Stars: ✭ 15 (-44.44%)
Mutual labels:  module
CodeforcesApiPy
Implementation of https://codeforces.com API
Stars: ✭ 17 (-37.04%)
Mutual labels:  module
fury-kubernetes-opa
Kubernetes Fury OPA. Policy enforcement for your Kubernetes Cluster
Stars: ✭ 34 (+25.93%)
Mutual labels:  module
bs-dynamic-import
📦🚀 BuckleScript dynamic import interop on JavaScript environment
Stars: ✭ 31 (+14.81%)
Mutual labels:  module
icingaweb2-module-fileshipper
Provide CSV, JSON, XML and YAML files as an Import Source for the Icinga Director and optionally ship hand-crafted additional Icinga2 config files
Stars: ✭ 25 (-7.41%)
Mutual labels:  module
puppetlabs-puppet agent
Module for managing Puppet-Agent
Stars: ✭ 39 (+44.44%)
Mutual labels:  module
jsberry
JSBerry is open source modular simple architecture for building Node.js applications.
Stars: ✭ 85 (+214.81%)
Mutual labels:  module
template-nm
Scaffold out a node module
Stars: ✭ 30 (+11.11%)
Mutual labels:  module
spacesvr
A standardized reality for the future of the 3D Web.
Stars: ✭ 135 (+400%)
Mutual labels:  three
deployserver
Deploy your project automatically when git branch was updated.
Stars: ✭ 24 (-11.11%)
Mutual labels:  module
WireBirb
A scapy based module for programming offensive and defensive networking tools easier than before.
Stars: ✭ 16 (-40.74%)
Mutual labels:  module
MeetupPS
PowerShell module to interact with Meetup.com API
Stars: ✭ 15 (-44.44%)
Mutual labels:  module
module-invalidate
Invalidate node.js modules loaded through require()
Stars: ✭ 19 (-29.63%)
Mutual labels:  module
ppa6-python
Python module and documentation for direct printing on Peripage A6 / A6+ thermal printer via bluetooth
Stars: ✭ 37 (+37.04%)
Mutual labels:  module
puppetlabs-havana
Multi-node deployment for OpenStack Havana
Stars: ✭ 16 (-40.74%)
Mutual labels:  module
AppSystemizer
AppSystemizer
Stars: ✭ 52 (+92.59%)
Mutual labels:  module
theme-next.org
The website for NexT.
Stars: ✭ 55 (+103.7%)
Mutual labels:  theme-next
puppetlabs-acl
ACL (Access Control List) module
Stars: ✭ 20 (-25.93%)
Mutual labels:  module

JavaScript 3D library for NexT

Installation

If you want to use the CDN instead of clone this repo, please jump to the Step 3.

Step 1 → Go to NexT dir

Change dir to NexT directory. There must be layout, source, languages and other directories:

$ cd themes/next
$ ls
_config.yml  crowdin.yml  docs  gulpfile.js  languages  layout  LICENSE.md  package.json  README.md  scripts  source

Step 2 → Get module

Install module to source/lib directory:

$ git clone https://github.com/theme-next/theme-next-three source/lib/three

Step 3 → Set it up

Enable module in NexT _config.yml file:

three_waves: true
OR
canvas_lines: true
OR
canvas_sphere: true

And, if you wants to use the CDN, then need to set:

vendors:
  ...
  three: //cdn.jsdelivr.net/gh/theme-next/theme-next-three@1/three.min.js
  three_waves: //cdn.jsdelivr.net/gh/theme-next/theme-next-three@latest/three-waves.min.js
  canvas_lines: //cdn.jsdelivr.net/gh/theme-next/theme-next-three@latest/canvas_lines.min.js
  canvas_sphere: //cdn.jsdelivr.net/gh/theme-next/theme-next-three@latest/canvas_sphere.min.js

Update

$ cd themes/next/source/lib/three
$ git pull
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].