Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kf6kjg committed May 30, 2017
1 parent 3cfd8e2 commit 865ec0e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ Chattel is a library for Mono/.NET programs designed to make accessing assets st
[appveyor]: https://ci.appveyor.com/project/kf6kjg/chattel

Chattel provides:
* Read assets from the [WHIP asset server][WHIP].
* Read assets from [Halcyon][]'s CloudFiles asset server integration.
* The ability to read and write assets.
* Integration with the [WHIP asset server][WHIP].
* Integration with [Halcyon][]'s CloudFiles asset server.
* Asset servers can be set up in a series-parallel array.
* Assets can be disk-cached for faster access.
* Integration with [LibreMetaverse](https://bitbucket.org/cinderblocks/libremetaverse) to allow easy access to assets.
Expand All @@ -39,6 +40,8 @@ Alternatively, let's say you had multiple grids with different asset servers, bu

There are many possibilities and use-cases enabled by this architecture.

Note that since reading and writing are handled by separate classes, you can configure a different array for writing assets than you use for reading them.

# Installation
Simply use your NuGet package manager to install the latest release straight from the [NuGet.org package][nugetpackage] built by the [Appveyor integration][appveyor].

Expand Down

0 comments on commit 865ec0e

Please sign in to comment.