package
Version:
v0.0.0-...-c744f44
Opens a new window with list of versions in this module.
Published: Jun 1, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ScreenWidth int32
ScreenHeight int32
BottomBarHeight int32
FramesPerSecond int
}
Config represents the window configuration for the application
func New(screenWidth, screenHeight, bottomBarHeight int32, fps int) *Config
New is an optional constructor for Config, mainly for a friendlier API.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.