0.0
No commit activity in last 3 years
No release in over 3 years
This gem provides access to the client side rendering application JSC3D
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

< 5.0, >= 3.0
< 2.0, >= 0.14
 Project Readme

jquery-rails

jsc3d! For Rails! So great.

This gem provides:

  • jsc3d 0.9.8

Versions

Installation

Add jsc3d-rails to your Gemfile

gem "jsc3d-rails"

And run bundle install. The rest of the installation depends on whether the asset pipeline is being used.

Rails 3.1 or greater (with asset pipeline enabled)

The jsc3d files will be added to the asset pipeline and available for you to use. If they're not already in app/assets/javascripts/application.js by default, add these lines

//= require jsc3d.console
//= require jsc3d_ie
//= require jsc3d

You're done!