Feature #1756
URIs for locating/identifying resources and assets
0%
Description
Currently resource management is largely done in the client app, which includes URIs and resource namespaces/schemes. This functionality needs to be reconsidered in the context of FS2, packages, assets, and other domain specific objects/assets like maps, etc.
URIs should be domain-neutral so that they can be used universally to refer to objects of various kinds. The role of schemes should also be reconsidered to more generally just identify the object that is responsible for locating the object referred to by the URI's path and possible "&a=b" parameters.
Related issues
History
#1 Updated by skyjake almost 10 years ago
- Tags changed from Resources, FileSystem to Resources, FileSystem, Assets, Packages
- Subject changed from URIs in libdeng2 to URIs for locating resources and assets
#2 Updated by skyjake almost 10 years ago
- Description updated (diff)
#3 Updated by skyjake almost 10 years ago
- Description updated (diff)
#4 Updated by skyjake almost 10 years ago
- Description updated (diff)
#5 Updated by skyjake almost 10 years ago
To avoid confusing two concepts that should be kept separate, URIs should not be thought of as object identifiers, just addresses using which objects can be found. That is, when declaring an object, one does not specify its URI but rather just an ID/name — the exact form of URIs referring to the object depend on the scheme that interprets them.
#6 Updated by skyjake almost 10 years ago
- Description updated (diff)
#7 Updated by skyjake over 9 years ago
- Related to Feature #1727: Apply colored sector lighting by sector via DED added
#8 Updated by skyjake over 9 years ago
- Subject changed from URIs for locating resources and assets to URIs for locating/identifying resources and assets
#9 Updated by skyjake over 9 years ago
Packages should be thought of as an integral component here, because they have globally unique identifiers and can therefore be used to form part of the URI. Furthermore, (almost?) every file and asset accessed by Doomsday can be attributed to a package.
#10 Updated by skyjake about 6 years ago
- Status changed from New to Rejected
This should actually not be necessary in the future.