Skip to content
forked from ebiten/emoji

[Update regularly] emoji package, fork from ebiten/emoji

License

Notifications You must be signed in to change notification settings

EbitenPot/emoji

 
 

Repository files navigation

Emoji

Package emoji provides Emoji images for Ebitengine.

This library is forked from ebiten/emoji. The original author has achieved the project. I will update it with googlefonts/noto-emoji project.

Example

Install

go get -u github.com/EbitenPot/emoji

Usage

func (*Game) Draw(screen *ebiten.Image) {
    screen.DrawImage(emoji.Image("🍣"), nil)
}

About

[Update regularly] emoji package, fork from ebiten/emoji

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%