https://github.com/techplexengineer/opensimwebassets
Set of simple php functions to render opensimulator textures/photos assets on a website. Includes optional extra caching at webserver-side.
https://github.com/techplexengineer/opensimwebassets
Last synced: 7 months ago
JSON representation
Set of simple php functions to render opensimulator textures/photos assets on a website. Includes optional extra caching at webserver-side.
- Host: GitHub
- URL: https://github.com/techplexengineer/opensimwebassets
- Owner: TechplexEngineer
- License: gpl-3.0
- Created: 2013-10-11T00:07:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2010-10-05T13:56:15.000Z (over 15 years ago)
- Last Synced: 2025-04-25T03:37:11.968Z (11 months ago)
- Language: PHP
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
WebAssets for OpenSimulator
===========================
This small set of php functions provides easy access to OpenSimulator
assets, adding another level of caching, thus limiting load on given
asset server.
Typical usage includes web publication of avatar's profile pictures, library and user
stored textures, region maptiles, user and regions/lands snapshots.
classes availability
--------------------
oo classes are currently beeing worked on ('objectoriented-staging' branch). Merge will occur upon completion/successful tests.
Tested on
---------
Updated and tested on September 2010, with following software :
WebServer :
* Apache 2.2.16
* Php 5.2.14
* imagick 2.3.0 PECL package
* ImageMagick 6.6.2.5 with jpeg2k delegate
running on linux 2.6.34, gentoo 64bits
OpenSimulator AssetServer :
* OpenSimulator 0.6.9 (grid mode) both from a local grid and current osgrid.org GRID.
Installation
------------
See included **INSTALL** file.