Documentation ¶
Index ¶
Constants ¶
View Source
const WorldName = "solarsystem"
WorldName is used by Mechane to identify this world.
Variables ¶
View Source
var LaunchResources = world.NewLaunchResources( world.LaunchResourcesSpec[*model.Model]{ About: about.World{ Author: []about.Author{about.Fospathi}, Blurb: []string{"A 3D model of the Solar System."}, Link: "https://gitlab.com/fospathi/mechane", Name: WorldName, License: about.CreativeCommons.PublicDomainDedication, Alternative: about.MITNoAttribution(2023, about.Fospathi.Name), }, Init: initWorld, PulseRate: world.Medium, Update: update.Pulse, WorldWeb: worldWeb, }, )
LaunchResources function returns the world's launch resources.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.