1 unstable release
0.5.0 | Apr 17, 2020 |
---|
#1008 in Graphics APIs
237 downloads per month
Used in 10 crates
(7 directly)
1.5MB
1.5K
SLoC
An abstraction for reading resources.
This accomplishes two purposes over just using the filesystem to locate shaders and so forth:
-
Downstream users of Pathfinder shouldn't be burdened with having to install the resources alongside their binary.
-
There may not be a traditional filesystem available, as for example is the case on Android.