|
| 1 | +-- |
| 2 | +layout: default |
| 3 | +title: "Herbal3D: Virtual World Viewer Infrastructure" |
| 4 | +--- |
| 5 | +> "What brings you here, my child?" |
| 6 | +> The scamp points and asks, "What is that?" |
| 7 | +> "Ah. Curiosity. The best reason." |
| 8 | +
|
| 9 | +Herbal3d is an umbrella project for the building of a virtual world |
| 10 | +and augmented reality viewer. |
| 11 | +The viewer is usable with different virtual |
| 12 | +world and augmented reality systems. |
| 13 | +That is, the building of the one viewer to rule them all. |
| 14 | +Well, not "rule" them. But certainly display the 3d world represented |
| 15 | +by the virtual world simulation and/or the augmented reality system. |
| 16 | + |
| 17 | +The dream is to have a 3d viewer that can display avatars from |
| 18 | +different virtual world systems in the same view or display the data |
| 19 | +from multiple augmented reality systems in the same view. |
| 20 | + |
| 21 | +`Basil` is the viewer portion of this project. |
| 22 | +It simply displays 3D entities and UI features as instructed and |
| 23 | +it handles all device dependent considerations. |
| 24 | +Basil can be used to view virtual worlds, games, or augmented reality. |
| 25 | +The display may be a computer screen, a tablet, head mounted goggles, or |
| 26 | +a heads up display. |
| 27 | + |
| 28 | +An instance of `Basil` talks to multiple `SpaceServers` which act as |
| 29 | +the intermediaries between the `Basil` renderer and the virual world |
| 30 | +or augmented reality system. `Basil` handles the problem of display |
| 31 | +of the 3d objects while not having any "world" logic embedded in it. |
| 32 | +The `SpaceServers` present to Basil the objects to display in space. |
| 33 | + |
| 34 | +Currently, this umbrella project contains the projects: |
| 35 | + |
| 36 | +[BasilJS]: a browser based version of `Basil`; |
| 37 | +[BasilG]: a [Godot] based application that implements `Basil`; |
| 38 | +[RaguOS]: a `SpaceServer` for [OpenSimulator] using region modules; |
| 39 | +[Espazote]: a `SpaceServer` for the [Project Athena] (open source of [High Fidelity]) |
| 40 | + |
| 41 | +News items on progress and releases are listed in the sidebar. |
| 42 | +Other places to go from here: |
| 43 | + |
| 44 | + * [Architectural Overview] |
| 45 | + * [News] |
| 46 | + * [Basil Protocol Definition] |
| 47 | + * [Basil Issues] |
| 48 | + * [Basil Sources] |
| 49 | + |
| 50 | +## Some Licensing Philosophy |
| 51 | + |
| 52 | +This project started as the personal project of [Robert Adams]. |
| 53 | + |
| 54 | +I believe that business and innovation is advanced by common infrastructures. |
| 55 | +One real world expression of this is the public road system. |
| 56 | +The nation could have independently owned roads with tolls. |
| 57 | +In this world, each owner supports their piece of road. |
| 58 | +Imagine such a road system. |
| 59 | +Different pieces of road would conform to different design standards. |
| 60 | +Toll collection system would be different with different payment and membership |
| 61 | +requirements. |
| 62 | +Traveling any distance would require constantly stopping and paying and |
| 63 | +navigating different lane sizes and pavement qualities. |
| 64 | +Some destinations just wouldn't have roads. |
| 65 | + |
| 66 | +But if an entity creates a common infrastructure of uniform roads, travel |
| 67 | +and shipment becomes easy. The roads still aren't free (taxes through |
| 68 | +a government or a single company) but now commerce and mobility explodes. |
| 69 | + |
| 70 | +My assertion is that overall prosperity is greater when there are many |
| 71 | +uses and businesses built upon the common infrastructure vs the world |
| 72 | +where there are businesses making money off creating the infrastructure. |
| 73 | +Some economists probably have opinions here. |
| 74 | + |
| 75 | +I see the Herbal System as a common infrastructure that enables |
| 76 | +shared and extensible viewing of images in the real and virtual worlds. |
| 77 | +The overall ecosystem will be larger, more innovative, and more |
| 78 | +prosperous if this common infrastructure is created and made available |
| 79 | +without barriers. |
| 80 | + |
| 81 | +This philosophy means the sources will be "open source" licensed with |
| 82 | +some core technologies licensed with GPLv3 so the feature is always |
| 83 | +available and in the open. |
| 84 | +Some of the modules could have instances |
| 85 | +created for specific uses and, since the glue between components is |
| 86 | +the protocols, these instances could be proprietary. |
| 87 | +Additionally, some reference designs of certain modules could |
| 88 | +have a more flexible license ([BSD License], [Apache License], [MIT License], ...) |
| 89 | +but, in general, the core development should happen in a larger, |
| 90 | +public community. |
| 91 | + |
| 92 | +## Herbal Names |
| 93 | + |
| 94 | +Just for fun, the various components have herbal names. |
| 95 | +This started with the Basil Viewer and |
| 96 | +spilled over into [Pesto] and [Ragu]. |
| 97 | +Green, leafy herbs are good for you and taste good too. |
| 98 | + |
| 99 | +## Legal Stuff |
| 100 | + |
| 101 | +This document is covered by [Creative Commons Attribution-NonCommercial 4.0 International]. |
| 102 | + |
| 103 | +Since every idea in the world is covered by a patent somewhere, I make |
| 104 | +no claims as to the ownership or availability of any design or concept |
| 105 | +described above. |
| 106 | + |
| 107 | +[OpenSimulator]: http://opensimulator.org/ |
| 108 | +[BasilJS]: https://github.com/Herbal3d/basil/tree/master/Basiljs |
| 109 | +[BasilG]: https://github.com/Herbal3d/basil/tree/master/Basilg |
| 110 | +[Loc-Loc]: https://herbal3d.github.io/loc-loc/ |
| 111 | +[RaguOS]: https://herbal3d.github.io/ragu/ |
| 112 | +[Ragu]: https://herbal3d.github.io/ragu/ |
| 113 | +[Espazote]: https://herbal3d.github.io/espazote/ |
| 114 | +[Project Athena]: https://projectathena.io/ |
| 115 | +[High Fidelity]: https://www.highfidelity.com/ |
| 116 | +[Architectural Overview]: https://herbal3d.github.io/architecture/Overview.html |
| 117 | +[News]: https://herbal3d.github.io/News.html |
| 118 | +[Basil Issues]: https://github.com/Herbal3d/basil/issues |
| 119 | +[Basil Sources]: https://github.com/Herbal3d/basil |
| 120 | +[Robert Adams]: https://misterblue.com/ |
| 121 | +[BSD License]: http://opensource.org/licenses/BSD-3-Clause |
| 122 | +[MIT License]: http://opensource.org/licenses/MIT |
| 123 | +[Apache License]: http://opensource.org/licenses/Apache-2.0 |
| 124 | +[Creative Commons Attribution-NonCommercial 4.0 International]: http://creativecommons.org/licenses/by-nc/4.0/ |
0 commit comments