Ebiten

Open-source projects categorized as Ebiten
Language: + Go + JavaScript

Top 22 Ebiten Open-Source Projects

  • Ebiten

    Ebitengine - A dead simple 2D game engine for Go

  • Project mention: Building a Sliding Puzzle with Go | dev.to | 2024-05-13

    We finally have a functional game! Now, we can work on a GUI for our sliding puzzle. I've choose Ebiten, an open source engine that allows us to build 2D games. It makes us implement an interface with the functions Update, Draw e Layout.

  • awesome-ebitengine

    A curated list of awesome Ebitengine frameworks, libraries and software

  • Project mention: Hello, world – A technical overview of the software powering bgammon.org | news.ycombinator.com | 2024-01-04

    Hey, author here. I am glad to answer any questions.

    Ebitengine is a blast to use as a game developer, and if you are at all considering trying it out, please do. The awesome-ebitengine repository links out to a lot of helpful developer resources:

    https://github.com/sedyh/awesome-ebitengine

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ebitenui

    User interface engine and widget library for Ebiten

  • Project mention: A common question about how to find repositories to contribute to | /r/golang | 2023-06-03

    I'll just throw this out there. I am building a ui framework for use with ebitengine. It's at 300ish stars and I love when people throw out PRs. If your interested in helping out, feel free to check it out and join the discord: https://github.com/ebitenui/ebitenui

  • magia

    magia is a toy GBA emulator written in golang.

  • roboden-game

    An indirect control real-time strategy game about robot colonies

  • Project mention: We've been testing new strategies in our incremental RTS game and found out that you can take over the map with Roombas. So our goal to have minimal APM is exceeded. | /r/RealTimeStrategy | 2023-07-06
  • neko

    Neko is a cross-platform open-source animated cursor-chasing cat. This is the reimplementation write in Go. (by crgimenes)

  • Project mention: Dynamouse: Mouse driver for big Mac studios | news.ycombinator.com | 2024-01-30

    I think it's relatively straightforward? Each mouse should be generating input events, it's "just" a matter of "Mouse1 += (100x, 200y)", "Mouse2 += (-3x, -5y)" and keeping track of a virtual cursor/pointer position that the "real" cursor should jump to depending on which mouse is generating input events.

    ...and for the use cases, having an extended desktop (eg: airplay to HDTV mounted on the wall) and being able to have your primary "desktop" mouse 100% glued to your main screen, but a secondary "click the play next video button on the tv" mouse is genius!

    I'm pretty sure if somebody were sufficiently innovative they could paint a bullseye/target around the virtual cursors with some sort of minor performance penalty (a-la: xNeko - https://github.com/crgimenes/neko).

  • airplanes

    A 2D shoot 'em up game made with Go, Ebitengine, and donburi. Featuring ECS (Entity Component System).

  • Project mention: A 2D shoot 'em up game made with Ebitengine https://github.com/m110/airplanes | /r/gogamedev | 2023-12-03

    Play https://m110.github.io/airplanes/

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • mizu

    Entity Component System framework for Ebitengine (by sedyh)

  • crt

    Minimal terminal emulator for Bubbletea. (by BigJk)

  • Project mention: Write Your Own Terminal | news.ycombinator.com | 2023-11-10

    I wrote a small terminal emulator a while ago to have a portable terminal for my terminal based game. It's very specific but I had great fun with it.

    https://github.com/bigjk/crt

  • skulls

    💀 💀 💀 s k u l l s 💀 💀 💀 (by rootVIII)

  • sketchy

    A framework for creating generative art in Go

  • gosol

    Polymorphic Solitaire Game in Go + Ebiten

  • pi

    The retro game development engine for Go, inspired by Pico-8 and powered by Ebitengine. (by elgopher)

  • Project mention: Retro game development engine for Go, inspired by Pico-8 and powered by Ebitengine. | /r/gogamedev | 2023-10-30
  • shark

    Gura on your desktop! (by nhanb)

  • ray_engine

    A toy raycasting engine in Go + Ebiten

  • Project mention: Ray_Engine: A toy raycasting engine in Go + Ebiten | /r/gogamedev | 2023-11-03
  • ebitengine-bunny-mark

    Implementation of a popular graphics benchmark written on Ebitengine.

  • Project mention: How is the 7900 XTX on Linux? | /r/linux_gaming | 2023-06-20

    I got lower fps than my friend 3090 in games and i got million less bunnies spawned in the bunny mark bench mark https://github.com/sedyh/ebitengine-bunny-mark. so my guess is the driver is still bad and you will get better performance with a 3090 even if the specs is way better on a 7900 xtx

  • goloz

    goloz is a free and open source online multiplayer game.

  • mirkwood_engine

    2D virtual tabletop prototype

  • go-gol

    Conway's Game of Life implemented in Go

  • tankism

    top down panzer game written in golang and ebiten

  • Project mention: Tankism - top down panzer game written in Go with Ebitengine https://github.com/brotherhood-of-recursive-descent/tankism | /r/gogamedev | 2023-12-07

    GitHub https://github.com/brotherhood-of-recursive-descent/tankism

  • gotetra

    Tetra Loops in Go + ebiten

  • ebitengine-rock-paper-scissors

    Rock Paper Scissors Wars

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Ebiten related posts

  • Hello, world – A technical overview of the software powering bgammon.org

    2 projects | news.ycombinator.com | 4 Jan 2024
  • A 2D shoot 'em up game made with Ebitengine https://github.com/m110/airplanes

    2 projects | /r/gogamedev | 3 Dec 2023
  • Write Your Own Terminal

    9 projects | news.ycombinator.com | 10 Nov 2023
  • I made a 2D shoot 'em up game with Go and Ebitengine. Featuring ECS (Entity Component System).

    5 projects | /r/golang | 1 Dec 2022
  • Show HN: I made a 2D shoot 'em up game with Go, using Entity Component System

    3 projects | news.ycombinator.com | 1 Dec 2022
  • Show HN: I made a 2D shoot 'em up game with Go, using Entity Component System

    1 project | /r/hypeurls | 1 Dec 2022
  • Hacker News top posts: Dec 1, 2022

    2 projects | /r/hackerdigest | 1 Dec 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 13 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Ebiten projects? This list will help you:

Project Stars
1 Ebiten 9,934
2 awesome-ebitengine 564
3 ebitenui 478
4 magia 454
5 roboden-game 407
6 neko 309
7 airplanes 243
8 mizu 79
9 crt 60
10 skulls 44
11 sketchy 41
12 gosol 40
13 pi 31
14 shark 29
15 ray_engine 25
16 ebitengine-bunny-mark 23
17 goloz 22
18 mirkwood_engine 20
19 go-gol 8
20 tankism 2
21 gotetra 0
22 ebitengine-rock-paper-scissors 0

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com