project

package
v0.0.0-...-ae5dc2c Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateMainMakefile

func GenerateMainMakefile(source string) string

func GenerateRuntimeMakefile

func GenerateRuntimeMakefile(project Project) (string, error)

Types

type Archive

type Archive struct {
	Name    string
	Format  string
	Sources []string
}

type CSVTableStorage

type CSVTableStorage struct {
	Location string
}

type DataSet

type DataSet struct {
	JsonCollectionStorage JsonCollectionStorage
	CSVTableStorage       CSVTableStorage
}

type InstancingSpecification

type InstancingSpecification struct {
	Template string
	Dataset  string

	OutputTypes []string

	Paper tiling.TiledPaper
}

type JsonCollectionStorage

type JsonCollectionStorage struct {
	Location string
}

type Outputs

type Outputs struct {
	Instancing map[string]InstancingSpecification
	Tiling     map[string]TilingSpecification
}

type Project

type Project struct {
	Datasets map[string]DataSet

	Outputs Outputs

	Archives []Archive
}

type TilingSpecification

type TilingSpecification struct {
	Template string

	OutputTypes []string

	Paper tiling.TiledPaper
}

Jump to

Keyboard shortcuts

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