EbitenGo语言开发的简单2D游戏引擎
Ebiten is an open source game library for the Go programming language. Ebiten's simple API allows you to quickly and easily develop 2D games that can be deployed across multiple platforms.
Ebiten はプログラミング言語 Go のオープンソースなゲームライブラリです。シンプルな API を使って、マルチプラットフォームな 2D ゲームを開発することができます。
Ebiten 是一款由Go语言开发的开源游戏引擎. Ebiten的简单API可以让您的2D游戏开发更加简单快捷,并支持同时发布到多平台.
Playable Examples
游戏示例
What is Ebiten?
Ebiten の特徴
为什么选择Ebiten?
Dead Simple
とてもシンプル
简单至极
In Ebiten, everything is an image: the screen, data from an image file, and even offscreen items are all represented as image objects. Most rendering operations consist of drawing one image on top of another.
ほとんどの描画命令は画像から画像への描画として表現されます。画面、画像ファイル、オフスクリーンなど、あらゆるものが画像として表現されます。
在Ebiten中,一切都是图像:屏幕、图像文件中的数据,甚至屏幕外的项目都表示为图像对象。大多数渲染操作都是将一个图像叠加在另一个图像上.
Multiplatform
マルチプラットフォーム
跨平台
Ebiten games work on desktop (Windows, macOS, Linux, and FreeBSD), web browsers (through WebAssembly), and even on mobile (Android and iOS)! Plus, Ebiten is implemented in pure Go on Windows, so Windows developers do not need to install a C compiler. Nintendo Switch™ is also supported!
Ebiten のゲームは様々な環境で動きます。デスクトップ (Windows、macOS、Linux、FreeBSD)、 Web ブラウザ (WebAssembly)、モバイル (Android と iOS) で動きます。さらに、 Windows 向けビルドは Pure Go なので、 C コンパイラなしで開発できます。 Nintendo Switch™ もサポートされています。
Ebiten 游戏可以运行在桌面平台 (Windows ,macOS ,Linux ,FreeBSD), 网络浏览器 (通过WebAssembly), 甚至是移动平台 (Android,iOS)! 并且, Ebiten 基于原生Go语言实现, 因此Windows开发者无需安装C编译器. 现在 Nintendo Switch™ 平台已经支持!
High Performance
高いパフォーマンス
高性能
While Ebiten's drawing API is very simple, Ebiten games run very fast with GPU power. Multiple images are integrated into a texture atlas internally, and drawing operations are automatically performed in batch when possible.
Ebiten の API はシンプルですが、ゲームは GPU を活かして高速に実行されます。複数の画像は内部でテクスチャアトラスにまとめられます。複数の描画命令は、可能な限り自動的にバッチにまとめられます。
虽然Ebiten的绘图API非常简单,但Ebiten游戏在GPU强大的支持下运行得非常快。内部将多个图像集成到纹理图集中,并在情况允许下自动进行批量绘制操作。
Production-Ready
商用レベルのゲーム
商业级游戏
Ebiten has been used to develop production-level games. One such example is Bear's Restaurant, a mobile application that has been downloaded over 1,000,000 times.
Ebiten は商用レベルのゲームを作ることができます。くまのレストランは、 100 万ダウンロードを達成した Ebiten 製のモバイルゲームです。
Ebiten已用于开发商业级游戏。其中,《熊先生的餐厅》是一款优秀的手机游戏,在Google Play上已拥有100万次下载量.
Sponsors
スポンサー
赞助者
Gold
ゴールド
金牌赞助者
Silver
シルバー
白金赞助者
We appreciate all the sponsors!
すべてのスポンサーに感謝します!
感谢所有的支持者们!
Community
コミュニティ
社区
License
ライセンス
许可
Ebiten is licensed under the Apache License 2.0.
Ebiten は Apache License 2.0 で公開されています。
Ebiten 遵循 the Apache License 2.0 许可.
Go Gopher by Renee French is licensed under the Creative Commons Attribution 3.0 License.
Go Gopher は Renee French 氏によって製作され、 Creative Commons Attribution 3.0 License で公開されています。
Go Gopher (Renee French) 遵循 Creative Commons Attribution 3.0 License 许可。
The Ebiten logo by Hajime Hoshi is licensed under the Creative Commons Attribution-NoDerivatives 4.0 License.
Ebiten のロゴは星一によって製作され、 Creative Commons Attribution-NoDerivatives 4.0 Licenseで公開されています。
The Ebiten logo遵循Creative Commons Attribution-NoDerivatives 4.0 License 许可.(logo作者: Hajime Hoshi)
Except as otherwise noted, the text content of this site is licensed under the Creative Commons Attribution 4.0 License.
明記されている場合を除き、このサイトの文章コンテンツは Creative Commons Attribution 4.0 License で公開されています。
Except as otherwise noted, the content of this site is licensed under the Creative Commons Attribution 4.0 License.
明記されている場合を除き、このサイトのコンテンツは Creative Commons Attribution 4.0 License で公開されています。
除另有说明外,本网站文章遵循 Creative Commons Attribution 4.0 License 许可。
中文版翻译声明
- Ebiten 项目及文档原作者: Hajime Hoshi
- Ebiten 文档中文翻译: EldersJavas
- EbitenPot 中文文档项目: EbitenPot/ebiten.org
- EbitenPot CookBook: ebitencookbook.vercel.app
- 著作权人 Hajime Hoshi 已授权本站翻译及发布.