ebiten-imgui:尊敬的Ebiten ImGui渲染器

时间:2024-06-13 16:24:22
【文件属性】:

文件名称:ebiten-imgui:尊敬的Ebiten ImGui渲染器

文件大小:92KB

文件格式:ZIP

更新时间:2024-06-13 16:24:22

go gamedev imgui ebiten Go

亲爱的ImGui:Ebiten 的渲染的 ! 该项目处于预测试阶段。 该API可能会在将来的版本中更改。 用法: package main import ( "fmt" "image/color" "github.com/gabstv/ebiten-imgui/renderer" "github.com/hajimehoshi/ebiten/v2" "github.com/hajimehoshi/ebiten/v2/ebitenutil" "github.com/inkyblackness/imgui-go/v2" ) func main () { mgr := renderer . New ( nil ) ebiten . SetWindowSize ( 800 , 600 ) gg := & G { mgr : mgr , } ebiten . Ru


【文件预览】:
ebiten-imgui-master
----.gitignore(27B)
----go.mod(146B)
----doc.go(71B)
----renderer()
--------keymap.go(2KB)
--------renderer.go(3KB)
--------txcache.go(2KB)
--------render.go(6KB)
----assets()
--------preview.png(102KB)
----LICENSE(1KB)
----go.sum(7KB)
----examples()
--------images()
--------raw()
--------demowindow()
--------struct()
----README.md(2KB)
----internal()
--------native()

网友评论