You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Khronos Tooling has a need to be able to present a filtered & sorted list of matching entries in the Projects DB. The results need to be generated by URL only. The results should be filtered by the supplied tags (initially AND is fine) and filtered either alphabetically or randomly.
The specific use case is various tools (Khronos or otherwise) would link to the Ecosystem Explorer (EE) to generate a list of Khronos member-build applications that do similar operations. For example glTF-Compressor would like to EE and generate a list including RapidCompact, Gestaltor, and other texture or geometry modification applications.
The text was updated successfully, but these errors were encountered:
I assume that this refers to query strings, similar to the example that I mentioned in a related comment - namely
Bonus: If it is possible to attach this as an actual query string to the URL, it would be possible to share URLs with "pre-configured searches" like [All C++ projects](http://example.com?query=[language:C++]).
We'll have to sort out the query syntax for that. (Sure, just throwing in the "tags" would be easy, but the devil is in the detail, regarding the AND-vs-OR question, and the usual caveats of escaping/unescaping of strings like C++ inside a URL...)
Khronos Tooling has a need to be able to present a filtered & sorted list of matching entries in the Projects DB. The results need to be generated by URL only. The results should be filtered by the supplied tags (initially AND is fine) and filtered either alphabetically or randomly.
The specific use case is various tools (Khronos or otherwise) would link to the Ecosystem Explorer (EE) to generate a list of Khronos member-build applications that do similar operations. For example glTF-Compressor would like to EE and generate a list including RapidCompact, Gestaltor, and other texture or geometry modification applications.
The text was updated successfully, but these errors were encountered: