engine

package
v0.0.0-...-c33989e Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine struct {
	World *ecs.World
}

func New

func New() *Engine

func (*Engine) Run

func (e *Engine) Run()

type Window

type Window struct {
	Width  float32
	Height float32
}

type WindowSettings

type WindowSettings struct {
	Width       int32
	Height      int32
	Title       string
	ClearColor  color.RGBA
	ConfigFlags uint32
	WindowState uint32
	LogLevel    rl.TraceLogLevel
}

type WindowSystem

type WindowSystem struct{}

func (*WindowSystem) Init

func (ws *WindowSystem) Init(w *ecs.World)

Jump to

Keyboard shortcuts

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