package
module
Version:
v0.0.0-...-2c1b550
Opens a new window with list of versions in this module.
Published: Nov 25, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
README
¶
Ebiten Emoji
Alpha version: The API is not stable yet
Package emoji provides Emoji images for Ebiten.

Usage
func (*YourGame) Draw(screen *ebiten.Image) {
screen.DrawImage(emoji.Image("🍣"), nil)
}
Documentation
¶
Package emoji provides Emoji images for Ebiten.
func Image(str string) *ebiten.Image
Image returns an ebiten.Image with the specified string.
If there is no matched image, Image returns nil.
Ebiten images are cached internally. Then, the same object is returned for the same string.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.