xml3d / xml3d.js

The WebGL/JS implementation of XML3D
Other
75 stars 25 forks source link

Improve the ResourceManager #158

Closed csvurt closed 8 years ago

csvurt commented 8 years ago

The ResourceManager handles all the external document requests, adapter creation and caching of fetched documents. This area hasn't been touched in a while and lots of issues have piled up. New technologies like WeakMaps could also be useful here.

We'd like to do a re-write of this component for 5.1, including fixes for the following issues:

131, #127, #125, #123, #27 and #145