tc39 / proposal-ecmascript-sharedmem

Shared memory and atomics for ECMAscript
Mozilla Public License 2.0
374 stars 32 forks source link

Real world usage examples #136

Closed OleksandrChekhovskyi closed 8 years ago

OleksandrChekhovskyi commented 8 years ago

Given that there is an upcoming meeting to discuss moving shared memory spec to stage 3, it would likely be of interest to the people involved to see some real usage examples.

Here is what I'm building: http://statebuilder.com/

It's a 4X strategy game (in spirit of Civilization). Demo mode only currently. Loading is not optimized yet (loads files over HTTP sequentially), so it might spend few seconds on the black screen on start, that's expected.

lars-t-hansen commented 8 years ago

Thanks. I have some simple demos myself, but it's possible they are a little stale. They're referenced from DEMOS.md. Maybe you can turn this ticket into a PR against DEMOS.md? Create a new section, eg, "Web apps using shared memory" or something like that and then we can have this as a subsection. A short paragraph + a URL seems about right.

OleksandrChekhovskyi commented 8 years ago

Pull request submitted.

lars-t-hansen commented 8 years ago

Pull request merged.