Skip to content

ewgenius/xube-typescript

Repository files navigation

Xube engine

3D framework, writing in typescript over THREE.js library. Inspired by XNA and MonoGame

links

examples:

For start

1. dependecies

#!bash
sudo npm install typescript -g
sudo npm install bower -g
sudo npm install grunt-cli -g
npm install
bower install

2. compile

#!bash
grunt // only library (/build/xube.js)
grunt --target=test // compile example (/examples/test/)

About

3d framework. inspired by Monogame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published