diff options
author | David Walter Seikel | 2014-04-28 06:21:06 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-28 06:21:06 +1000 |
commit | d60ac529d00879331946fa129396c01bc9fdbf01 (patch) | |
tree | 2b96a5a5507fb629d510f443faec95d5c8444d02 /docs | |
parent | Do the on resize thing, which didn't help, and TODO++ as a result. (diff) | |
download | SledjHamr-d60ac529d00879331946fa129396c01bc9fdbf01.zip SledjHamr-d60ac529d00879331946fa129396c01bc9fdbf01.tar.gz SledjHamr-d60ac529d00879331946fa129396c01bc9fdbf01.tar.bz2 SledjHamr-d60ac529d00879331946fa129396c01bc9fdbf01.tar.xz |
Crazy TellinBone idea. lol
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ClientHamr/TellinBone.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/ClientHamr/TellinBone.txt b/docs/ClientHamr/TellinBone.txt new file mode 100644 index 0000000..a4715d5 --- /dev/null +++ b/docs/ClientHamr/TellinBone.txt | |||
@@ -0,0 +1,15 @@ | |||
1 | Wild idea while not getting to sleep - | ||
2 | |||
3 | Implement an Android "phone" in world. | ||
4 | |||
5 | If it's actually Android, then there's a big load of software available | ||
6 | for it already. B-) | ||
7 | |||
8 | It can run Jabber/XMPP clients that connect to the worlds XMPP server. | ||
9 | So most of the time it's just the chat/IM window. | ||
10 | |||
11 | It would usually be connected to the HUD, so private, but might be able | ||
12 | to pull it off the HUD and show it to others. This part inspired by | ||
13 | Evas_3D claiming it can have Evas and Elm widgets as it's 3D textures. | ||
14 | |||
15 | The GPS system can track your avatars in world position. | ||