Re: [sage-devel] Re: threejs as standard package

2017-01-01 Thread Paul Masson
On Sunday, January 1, 2017 at 6:18:24 PM UTC-8, Paul Masson wrote: > > On Sunday, January 1, 2017 at 5:33:31 PM UTC-8, Andrey Novoseltsev wrote: >> >> Trying to get back to threejs: >> >> - it is apparently possible to use HTTPS for rawgit.com and it has a CDN >> which we actually must use to av

Re: [sage-devel] Re: threejs as standard package

2017-01-01 Thread Paul Masson
On Sunday, January 1, 2017 at 5:33:31 PM UTC-8, Andrey Novoseltsev wrote: > > Trying to get back to threejs: > > - it is apparently possible to use HTTPS for rawgit.com and it has a CDN > which we actually must use to avoid being blocked > Sorry for some confusion I've created: I was sure I had u

Re: [sage-devel] Re: threejs as standard package

2017-01-01 Thread Andrey Novoseltsev
Trying to get back to threejs: - it is apparently possible to use HTTPS for rawgit.com and it has a CDN which we actually must use to avoid being blocked - "more usual CDNs" provide threejs, but not extra files like OrbitControl - it seems that the recommended way of using threejs is to download

Re: [sage-devel] Re: threejs as standard package

2016-12-29 Thread Matthias Koeppe
On Thursday, December 29, 2016 at 2:42:59 AM UTC-8, Volker Braun wrote: > > Instead of an ever-increasing list of undocumented environment variables > like THEBE_DIR it would be nice to get that kind of runtime data from a > configuration file... > >> >> Two pointers to related tickets: https://

Re: [sage-devel] Re: threejs as standard package

2016-12-29 Thread Erik Bray
On Thu, Dec 29, 2016 at 11:58 AM, Volker Braun wrote: > On Thursday, December 29, 2016 at 11:48:24 AM UTC+1, Erik Bray wrote: >> >> I agree. In a way I see sage.env as that configuration file-- > > > Of course its not unrelated, but I'd think of it as our internal api for > accessing configuratio

Re: [sage-devel] Re: threejs as standard package

2016-12-29 Thread Volker Braun
On Thursday, December 29, 2016 at 11:48:24 AM UTC+1, Erik Bray wrote: > > I agree. In a way I see sage.env as that configuration file-- Of course its not unrelated, but I'd think of it as our internal api for accessing configuration data. The configuration file itself shouldn't be installed in

Re: [sage-devel] Re: threejs as standard package

2016-12-29 Thread Erik Bray
On Thu, Dec 29, 2016 at 11:42 AM, Volker Braun wrote: > Instead of an ever-increasing list of undocumented environment variables > like THEBE_DIR it would be nice to get that kind of runtime data from a > configuration file... I agree. In a way I see sage.env as that configuration file--the fact

Re: [sage-devel] Re: threejs as standard package

2016-12-29 Thread Volker Braun
Instead of an ever-increasing list of undocumented environment variables like THEBE_DIR it would be nice to get that kind of runtime data from a configuration file... On Thursday, December 29, 2016 at 11:15:20 AM UTC+1, Erik Bray wrote: > > On Tue, Dec 27, 2016 at 11:34 PM, Paul Masson > wrote

Re: [sage-devel] Re: threejs as standard package

2016-12-29 Thread Erik Bray
On Tue, Dec 27, 2016 at 11:34 PM, Paul Masson wrote: > I'm very much in favor of making Three.js a standard package, with the > following caveats: > > 1) As of r80 the Three.js library has been reorganized to use ES6 Modules. > There is little point in asking people to download the entire library

[sage-devel] Re: threejs as standard package

2016-12-28 Thread Andrey Novoseltsev
On Wednesday, 28 December 2016 18:12:36 UTC-7, Paul Masson wrote: > > > > On Wednesday, December 28, 2016 at 3:47:53 PM UTC-8, Andrey Novoseltsev > wrote: >> >> On Tuesday, 27 December 2016 15:34:51 UTC-7, Paul Masson wrote: >>> >>> I'm very much in favor of making Three.js a standard package, wit

[sage-devel] Re: threejs as standard package

2016-12-28 Thread Paul Masson
On Wednesday, December 28, 2016 at 3:47:53 PM UTC-8, Andrey Novoseltsev wrote: > > On Tuesday, 27 December 2016 15:34:51 UTC-7, Paul Masson wrote: >> >> I'm very much in favor of making Three.js a standard package, with the >> following caveats: >> >> 1) As of r80 the Three.js library has been

[sage-devel] Re: threejs as standard package

2016-12-28 Thread Andrey Novoseltsev
On Tuesday, 27 December 2016 15:34:51 UTC-7, Paul Masson wrote: > > I'm very much in favor of making Three.js a standard package, with the > following caveats: > > 1) As of r80 the Three.js library has been reorganized to use ES6 Modules. > There is little point in asking people to download the e

[sage-devel] Re: threejs as standard package

2016-12-27 Thread Paul Masson
I'm very much in favor of making Three.js a standard package, with the following caveats: 1) As of r80 the Three.js library has been reorganized to use ES6 Modules. There is little point in asking people to download the entire library (even with examples excluded as in the current optional pack