diff options
Diffstat (limited to '')
-rw-r--r-- | ClientHamr/BVJ/README | 8 | ||||
-rw-r--r-- | ClientHamr/IAE/README | 5 | ||||
-rw-r--r-- | ClientHamr/README | 8 | ||||
-rw-r--r-- | ClientHamr/XMPP/README | 6 | ||||
-rw-r--r-- | ClientHamr/libpurple/README | 6 | ||||
-rw-r--r-- | ClientHamr/mumble/README | 6 | ||||
-rw-r--r-- | WTF/README | 6 | ||||
-rw-r--r-- | nails/README | 6 |
8 files changed, 43 insertions, 8 deletions
diff --git a/ClientHamr/BVJ/README b/ClientHamr/BVJ/README index c65cc1f..44157cd 100644 --- a/ClientHamr/BVJ/README +++ b/ClientHamr/BVJ/README | |||
@@ -1 +1,7 @@ | |||
1 | Refer to - http://wiki.infinitegrid.org/index.php/BVJ \ No newline at end of file | 1 | Refer to - http://wiki.infinitegrid.org/index.php/BVJ |
2 | |||
3 | BVJ is extensions to the BVH animation format used by SL technology. | ||
4 | It's in the ClientHamr section coz on the server side, they are just | ||
5 | dealt with as blobs to be sent to the viewers. This may change if we | ||
6 | implement animating link sets, and interaction with the sim physics. | ||
7 | |||
diff --git a/ClientHamr/IAE/README b/ClientHamr/IAE/README index fd569ff..48b7935 100644 --- a/ClientHamr/IAE/README +++ b/ClientHamr/IAE/README | |||
@@ -1 +1,4 @@ | |||
1 | Refer to - http://wiki.infinitegrid.org/index.php/InworldAnimationEditor \ No newline at end of file | 1 | Refer to - http://wiki.infinitegrid.org/index.php/InworldAnimationEditor |
2 | |||
3 | IAE is an idea to put an animation editor in world, much like the link set editor. | ||
4 | |||
diff --git a/ClientHamr/README b/ClientHamr/README index c3bee1f..af3a745 100644 --- a/ClientHamr/README +++ b/ClientHamr/README | |||
@@ -1 +1,7 @@ | |||
1 | Refer to - http://wiki.infinitegrid.org/index.php/ClientHamr \ No newline at end of file | 1 | Refer to - http://wiki.infinitegrid.org/index.php/ClientHamr |
2 | |||
3 | ClientHamr is the concept that we can apply the unix philosophy to the | ||
4 | viewer. Use individual tools that are good at their job to split off | ||
5 | bits of the big bad blob that is the viewer. Using standard protocals | ||
6 | and tools where we can. | ||
7 | |||
diff --git a/ClientHamr/XMPP/README b/ClientHamr/XMPP/README index 747fdcd..d85ecb3 100644 --- a/ClientHamr/XMPP/README +++ b/ClientHamr/XMPP/README | |||
@@ -1 +1,5 @@ | |||
1 | Viewer integration with XMPP, and using it for as many services as it can. \ No newline at end of file | 1 | Viewer integration with XMPP, and using it for as many services as it can. |
2 | |||
3 | XMPP / jabber is a good protocol to base presence, IM, groups, and other | ||
4 | related stuff on. We should do so. | ||
5 | |||
diff --git a/ClientHamr/libpurple/README b/ClientHamr/libpurple/README index f834a30..f86870b 100644 --- a/ClientHamr/libpurple/README +++ b/ClientHamr/libpurple/README | |||
@@ -1 +1,5 @@ | |||
1 | Viewer integration with libpurple, using it for generic IM services. \ No newline at end of file | 1 | Viewer integration with libpurple, using it for generic IM services. |
2 | |||
3 | Libpurple is amodular IM system, we could just add a libpurple based IM | ||
4 | system to the viewer, and use that for the XMPP integration. | ||
5 | |||
diff --git a/ClientHamr/mumble/README b/ClientHamr/mumble/README index ae19c44..6c7984a 100644 --- a/ClientHamr/mumble/README +++ b/ClientHamr/mumble/README | |||
@@ -1 +1,5 @@ | |||
1 | Viewer integration with mumble and vwhisper, and using it for as many audio services as it can. \ No newline at end of file | 1 | Viewer integration with mumble and vwhisper, and using it for as many audio services as it can |
2 | |||
3 | Mumble is a voice system designed for networked 3D game usage. Sounds | ||
4 | perfect, just what we need. B-) | ||
5 | |||
@@ -1 +1,5 @@ | |||
1 | Refer to - http://wiki.infinitegrid.org/index.php/OMG_WTF_BBQ \ No newline at end of file | 1 | Refer to - http://wiki.infinitegrid.org/index.php/OMG_WTF_BBQ |
2 | |||
3 | This is where we deal with systems to keep track of where in the web | ||
4 | assets are, and to cache them. | ||
5 | |||
diff --git a/nails/README b/nails/README index 9cbb929..4f50551 100644 --- a/nails/README +++ b/nails/README | |||
@@ -1 +1,5 @@ | |||
1 | Refer to - http://wiki.infinitegrid.org/index.php/Nails \ No newline at end of file | 1 | Refer to - http://wiki.infinitegrid.org/index.php/Nails |
2 | |||
3 | Nails bangs it all together, mostly via the command pump. | ||
4 | |||
5 | |||