All Projects → matthewmain → bus_derby

matthewmain / bus_derby

Licence: other
A 3D vehicle derby video game rendered in three.js and run on a physi.js physics engine. UV maps designed in Adobe Illustrator; meshes created in Blender and imported as glTF.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to bus derby

FlightAirMap-3dmodels
3D models used by FlightAirMap with Cesium
Stars: ✭ 23 (-73.86%)
Mutual labels:  blender, gltf
glTF-Blender-IO-materials-variants
Blender3D addon for glTF KHR_materials_variants extension
Stars: ✭ 56 (-36.36%)
Mutual labels:  blender, gltf
Armory
3D Engine with Blender Integration
Stars: ✭ 2,350 (+2570.45%)
Mutual labels:  blender
voxel-builder
Voxel-based 3D modeling application
Stars: ✭ 31 (-64.77%)
Mutual labels:  blender
The lightmapper
Fast and easy baked GI Lightmaps for Blender and Cycles
Stars: ✭ 233 (+164.77%)
Mutual labels:  blender
Hdcycles
Cycles Hydra Delegate
Stars: ✭ 197 (+123.86%)
Mutual labels:  blender
Sheepit Client
Client for the free and distributed render farm "SheepIt Render Farm"
Stars: ✭ 244 (+177.27%)
Mutual labels:  blender
Visual Gps Slam
This is a repo for my master thesis research about the Fusion of Visual SLAM and GPS. It contains the research paper, code and other interesting data.
Stars: ✭ 175 (+98.86%)
Mutual labels:  blender
ext-mikktspace
Copy of Morten S. Mikkelsen tangent space code
Stars: ✭ 43 (-51.14%)
Mutual labels:  blender
Keyboard Layout Editor For Blender
Allows you to import keyboard layouts into blender and render them in 3d
Stars: ✭ 224 (+154.55%)
Mutual labels:  blender
vim-webgl-viewer
An easy to use online 3D model viewer based on Three.JS.
Stars: ✭ 41 (-53.41%)
Mutual labels:  gltf
Gaffer
A light-manager add-on for Blender
Stars: ✭ 218 (+147.73%)
Mutual labels:  blender
Arsenal
Blender game engine written in Rust.
Stars: ✭ 214 (+143.18%)
Mutual labels:  blender
Blender Cli Rendering
Python scripts for rendering images using Blender 2.83 from command-line interface
Stars: ✭ 241 (+173.86%)
Mutual labels:  blender
Blender niftools addon
The Blender Niftools Addon is a Blender add-on to enable import and export of NetImmese File Formats including .nif, .kf, .egm.
Stars: ✭ 191 (+117.05%)
Mutual labels:  blender
NodeSharer
Node Sharer is an add-on for Blender that lets you easily share procedural materials as text strings.
Stars: ✭ 48 (-45.45%)
Mutual labels:  blender
3d models
3D Models of our products
Stars: ✭ 177 (+101.14%)
Mutual labels:  blender
Stop Motion Obj
A Blender add-on for importing a sequence of OBJ meshes as frames
Stars: ✭ 217 (+146.59%)
Mutual labels:  blender
Bforartists
Bforartists is a fork of the popular 3D software Blender, with the goal to improve the UI.
Stars: ✭ 240 (+172.73%)
Mutual labels:  blender
threejs-example
3D可视化教程
Stars: ✭ 149 (+69.32%)
Mutual labels:  blender

BUS DERBY

A 3D vehicle derby video game rendered in three.js and run on a physi.js physics engine. UV maps designed in Adobe Illustrator; meshes created in Blender and imported as glTF.


screenshot


Running Locally

Physijs runs a web worker, which, if run locally, violates the cross-origin policies of some browsers (including Chrome).

To play Bus Derby without hosting it, you'll likely need to run a local server instead of simply opening index.html. There are a number of ways to run a local server, but one quick way is to use http-server. To do this, first install it with npm:

$ npm install http-server -g

Then just CD into the bus_derby directory and run:

$ http-server .

You'll now have a local server running at http://127.0.0.1:8080.

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].