TJKoury

Results 95 comments of TJKoury

I feel like the open source community needs to come up with its own standard for code signing / verification. It's simple enough to create a hash, and verify the...

@wmhilton You ever start this? Going to take a hack at it if no one else is.

Plenty gotchas! I'll start with the big one (for me): WebWorkers. My approach was to import all the webworkers into a single file. The packager can walk the dependency tree...

Try [C137.js](https://www.npmjs.com/package/c137.js), webpack example [here](https://github.com/DigitalArsenal/cesium-webpack-example/tree/c137.js)

For what it is worth I agree with @thw0rted above, that config works, and the proposal of distributing a minified version of each ES module is exactly what is needed....

@thw0rted @kring This is the type of use case I created [c137.js](https://www.npmjs.com/package/c137.js) to address, as a single-file, minified distro. Try it out and let me know what you think.

@thw0rted The source is literally just the Cesium source, the build process is (so far) proprietary. I do have other source that I use on [Mapshot](https://mapshot.app/) for performance reasons.

@thw0rted We are always open to contracts / partnerships so you can see the source. BTW, we do run all the Cesium tests on it and it passes, you can...

If the [functionality in c137.js works for everyone’s use cases](https://www.npmjs.com/package/c137.js), I will see what I can do about open-sourcing the build process. Please let me know if it does what...

[You could use this instead](https://www.npmjs.com/package/c137.js) [It is open source now](https://github.com/DigitalArsenal/c137.js)