Update readme
This commit is contained in:
12
readme.md
12
readme.md
@@ -1,7 +1,10 @@
|
|||||||
[](https://pypi.python.org/pypi/pymetaverse/)
|
[](https://pypi.python.org/pypi/pymetaverse/)
|
||||||
[](https://pypi.python.org/pypi/pymetaverse/)
|
[](https://pypi.python.org/pypi/pymetaverse/)
|
||||||
|
|
||||||
# Second Life viewer in python
|
# PyMetaverse
|
||||||
|
A library for connecting to Second Life, OpenSimulator, or other compatible grids.
|
||||||
|
|
||||||
|
# Simple bot example
|
||||||
```py
|
```py
|
||||||
import asyncio
|
import asyncio
|
||||||
import datetime
|
import datetime
|
||||||
@@ -36,4 +39,9 @@ async def main():
|
|||||||
|
|
||||||
# Run everything
|
# Run everything
|
||||||
asyncio.run(main())
|
asyncio.run(main())
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Similar Projects
|
||||||
|
* Second Life Viewer (C++) - https://github.com/secondlife/viewer
|
||||||
|
* LibreMetaverse (C#) - https://github.com/cinderblocks/libremetaverse
|
||||||
|
* Node Metaverse (NodeJS) - https://github.com/CasperTech/node-metaverse
|
||||||
Reference in New Issue
Block a user