A Go implementation of a rental system for Second Life and OpenSimulator.
Gwyneth Llewelyn 610b254705 Updated deps | 1 year ago | |
---|---|---|
lib | 6 years ago | |
templates | 3 years ago | |
.gitignore | 4 years ago | |
.gitmodules | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 3 years ago | |
SECURITY.md | 1 year ago | |
aux.go | 6 years ago | |
backoffice.go | 3 years ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
goslrental.go | 3 years ago | |
inworld.go | 6 years ago |
It's still under construction. It uses github.com/cznic/ql
as a simple database implemented in Go (as opposed to SQLite which is buggy with goroutines) but accessing the database is made through 'standard' commands via the database/sql
package for portability with other database engines.
The purpose of this package is to show how to integrate Go with Second Life/OpenSimulator.
For now, these instructions are minimalistic; I'll update them to actually be useful (hopefully soon (well, not that soon...)).
Licensed under the BSD 3-clause license (you can basically do whatever you wish with this code so long as you keep the attribution).