Axelaredz / armory-tutorials

Tutorial on Armory3D

Home Page:https://blackgoku36.github.io/armory-tutorials/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARMORED-TUT

Tutorials for Armory3d game engine

Building Docsify Locally

You can do it two way:

  1. Doscify-cli
  2. Python

after doing it. It should output something like:

Serving HTTP on 0.0.0.0 port 3000 ...

and then open http://localhost:3000 in your browser.

Docsify-cli

# Install docsify-cli
npm install -g docsify-cli
# go to root directory of this tutorial, then
docsify serve

Plus side of using docsify cli is that docsify will automatically reload your site for you on saving it.

Python

# Make sure you have python, MacOS and Linux have Python 2.7 defaultly installed
# go to root directory of this tutorial, then
python -m SimpleHTTPServer

About

Tutorial on Armory3D

https://blackgoku36.github.io/armory-tutorials/

License:zlib License


Languages

Language:JavaScript 77.1%Language:HTML 22.9%