package
0.0.0-20231115163627-2440a671efc5
Repository: https://github.com/golang-ui/nuklear.git
Documentation: pkg.go.dev

# README

nk-example-sdl2

It differs from nk-example by using SDL2 to manage the window and uses the corresponding Nuklear backend.

Install with

$ go get -tags sdl2 github.com/golang-ui/nuklear/cmd/nk-example-sdl2

Follow SDL2 installation instructions here https://github.com/veandco/go-sdl2

Maintainer

strangebroadcasts [email protected]

# Functions

Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
MustAsset is like Asset but panics when Asset would return an error.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Type aliases

No description provided by the author