Skip to content

NenadTrifunovic/meteor-blaze-3d-screencast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor 3D demo

X3DOM is a way to represent 3D scenes in the DOM and Meteor makes it easy to update the DOM in reaction to changes in data. When you use them together, you can easily create apps that have 3D features!

This is a very simple demo. Check out the more complete app at 3d.meteor.com.

Running the App

This uses the x3dom package from Atmosphere.

To run the app, first install Meteorite, then run the app with the mrt command.

  • Clicking places a block
  • Right-clicking removes a block
  • Dragging rotates the view
  • Scrolling zooms in and out

Screenshot

image

About

A very simple 3D scene editor made with Meteor and X3DOM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.8%
  • HTML 39.9%
  • CSS 12.3%