solarsystem

package
v0.0.0-...-a3e6692 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2024 License: CC0-1.0 Imports: 11 Imported by: 1

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.

Directories

Path Synopsis
ellipse
Package ellipse computes properties of the ellipse.
Package ellipse computes properties of the ellipse.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL