[go: nahoru, domu]

Skip to content

alex-milanov/qoolejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QooleJS

demo: http://qoolejs.wp.alexmilanov.com

I am working on resurrecting a quake2 level editor from 99. I find the object interaction better than most editors out there like blender and 3dsmax and with the 2015 tech we can make it even better.

setup

dependencies

npm install -g gulp node-serve
# we will need sass
gem install sass

install & build

npm install
bower install
gulp build

running options

the easiest way

# launches gulp build and gulp serve
gulp

just serving

# launches static server, watch and livereload
gulp serve

less resource heavy opiton

# open in 2 tabs
serve --path dist
gulp watch

About

resurrecting a quake2 level editor from 99

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published