willviles / ember-3d

Fast & organized 3D WebGL scene creation in Ember CLI using Three.js.
MIT License
20 stars 2 forks source link

Update README.md #1

Closed iamsebastian closed 7 years ago

iamsebastian commented 7 years ago

Added required ember.js version

willviles commented 7 years ago

@iamsebastian - I'm not sure this is wholly necessary considering there's a already requirement in place regarding Ember CLI >=2.9.0.

When Ember 3D is a little more stable, I'd like to use ember-cli-version-checker to work on backward compatibility before 2.9.0 & 2.7.0!

iamsebastian commented 7 years ago

For sure, there are Ember-CLI requirements the developers can take note about. But you can use an actual Ember CLI installation with just an old Ember.js installation, like I did (1.13.x for supporting IE8).