proxy.golang.org : github.com/elgopher/pi : v0.34.0
Package pi provides the core Pi functions for the game loop, screen, color palette, and drawing pixels, shapes, and sprites. This package and all other pi* packages are not thread-safe. This is an intentional design choice to significantly improve performance. You should not call Pi's API from any goroutine other than the one running your `pi.Update` and `pi.Draw` functions. You can still create your own goroutines in your game, but they must not call any Pi functions or access Pi state.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/elgopher/pi@v0.34.0
Published:
Indexed:
Related tag:
v0.34.0
- github.com/davecgh/go-spew v1.1.1
- github.com/ebitengine/gomobile v0.0.0-20250329061421-6d0a8e981e4c
- github.com/ebitengine/hideconsole v1.0.0
- github.com/ebitengine/oto/v3 v3.3.3
- github.com/ebitengine/purego v0.9.0-alpha.8
- github.com/go-ole/go-ole v1.3.0
- github.com/hajimehoshi/ebiten/v2 v2.8.8
- github.com/jezek/xgb v1.1.1
- github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35
- github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
- github.com/pmezard/go-difflib v1.0.0
- github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55
- github.com/shirou/gopsutil/v4 v4.25.6
- github.com/stretchr/testify v1.10.0
- github.com/tklauser/go-sysconf v0.3.15
- github.com/tklauser/numcpus v0.10.0
- github.com/yusufpapurcu/wmi v1.2.4
- golang.org/x/sync v0.15.0
- golang.org/x/sys v0.33.0
- gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b
- gopkg.in/yaml.v3 v3.0.1