Open palomnik opened 4 years ago
I believe it already can. (I could be wrong, just playing with it now.) My understanding is Herbal3d doesn't care about that. The [RaguRegion] in Herbal3d is wokring with Loden (LOD'en) to providie a single 3D view to a Basil viewer where an OpenSimulator avatar can stand next to and interact with a Vircadia avatar. This docker image is the OpenSimulator part. Iamus would be the Vircadia part. It's all coming together. Trying to figure out exactly the state of things myself, but figured I should provide some response based on my present understanding since the question was asked in 2020.
The Docker image should work with HG. There was nothing to disable that so it's mostly a configuration problem.
@echads This project (opensim-docker) only provides a Docker container for running OpenSimulator simulator instances. The Herbal3D project is about building a new 3d viewer system which can front-end OpenSimulator as well as other virtual world systems. To do my testing, the 'opensim-herbal3d' image can be built which is OpenSim plus all the addin-modules needed to talk the new protocol for Basil (the Herbal3d browser based viewer). The Herbal3d version is being worked on so if you want to talk about it, send me an email. Vircadia is a different open-source virtual world system (https://vircadia.com) that I wrote their metaverse-server and a start on their web viewer. I do hope to eventually have a Herbal3d viewer interface for that virtual world system.
Great! Yes I will probably want to reach out via email soon if that is your preferred communication medium. I've run Robust DIVA before. I've been watching things progress steadily for a few years now on this direction from you so figure it's time to start playing. I understand everything is still alpha. Just from parsing the code it looks like it may be at a point where Basil can sign in with Pesto and get some communication using BasilTest or BasilX...wasn't sure if there was a 3d view yet but it looks like you have Loden caching sorted so proof of concept is already there or near there. Very interested!
# My quick notes from looking around I've started to understand the below infrastructure:
HerbalCommonUtilCS
HerbalCommonEntitiesOS (Loden or Convoar [here Loden] addon-modules)
Loden (region module - build with OS sources [./runprebuild.sh])
SharpGLTF (BScene)
OSAuthModule
RaguOS (module version of Ragu - space server for OS)
Pesto (login)
Basil-protocol
Basil (jwt)
# I just realized you may want to keep this issue section talking about the opensim parts and do the Herbal3d chat somewhere else. I'll draft up the email. :-) # @Misterblue reached out via email...used the one I saw linked to your GitHub profile.
Hi MisterBlue ;D At first, sorry for my bad englisch ;D Well, I think your project here is very awesome, so I would say thank you for your work here ;D
Have a nice Day ;D
GSe alias Bogus (Discord / Vircadia)
Thanks. @gsegit.
If there are any configurations you'd like to include, please make a Pull Request. The next one I will be adding will be a HG enabled OSGrid configuration.
Thank you for your work on this project.
How hard would it be to turn it from a standalone to a hypergrid enabled sim?