Skip to content

3D player profiles for Team Fortress 2 using Three.js and Socket.io

Notifications You must be signed in to change notification settings

atmosfar/tf2webGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

jukebox

Requires node.js with express and socket.io installed.

Start with "node server.js"

##Installing

###Ubuntu/Debian

sudo apt-get install nodejs npm git
sudo npm install express
sudo npm install socket.io
git clone https://github.com/atmosfar/tf2webGL.git
cd tf2webGL  
node server.js

###Mac OS X Assumes you use Homebrew. If not, use the node.js installer and skip the first command.

brew install nodejs
npm install express
npm install socket.io
git clone https://github.com/atmosfar/tf2webGL.git
cd tf2webGL  
node server.js

###Windows Install node.js.
Install express and socket.io through Node Package Manager (npm).
Install git.
Complete the final three steps above in Git Bash.

##Caveats: Does not work with TF2 running at the same time (CLRBrowserSourcePlugin3 - Chromium 31 base)

About

3D player profiles for Team Fortress 2 using Three.js and Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published