awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
EngoEngine avatar

EngoEngine/engo

0
View on GitHub↗
1,815 estrellas·133 forks·Go·MIT·10 vistasengoengine.github.io↗

Engo

Engo is an open-source 2D game engine written in Go.

Features

  • Desarrollo de juegos - 2D game engine using ECS paradigm.
  • Game Frameworks - 2D game framework for Go.
  • Game Development - Open-source 2D game engine using ECS paradigm.

Historial de estrellas

Gráfico del historial de estrellas de engoengine/engoGráfico del historial de estrellas de engoengine/engo

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Engo

Proyectos open-source similares, clasificados según cuántas características comparten con Engo.
  • hajimehoshi/ebitenAvatar de hajimehoshi

    hajimehoshi/ebiten

    13,244Ver en GitHub↗

    Ebiten is a cross-platform 2D game engine and framework for the Go programming language. It provides a hardware-accelerated 2D renderer and a multi-input handling library to develop two-dimensional games with a single codebase. The engine is designed for broad deployment, allowing applications to be compiled and run across desktops, mobile devices, web browsers, and gaming consoles. It distinguishes itself by integrating custom shader programming for specialized visual effects and providing haptic feedback control for mobile devices and gamepads. The framework covers core game development ca

    Goebitenebitenginegame
    Ver en GitHub↗13,244
  • faiface/pixelAvatar de faiface

    faiface/pixel

    4,525Ver en GitHub↗

    Pixel is a 2D game library and graphics engine for the Go programming language. It provides a hardware-accelerated renderer for drawing sprites, geometric shapes, and text, utilizing an optimized system of batching and transformation matrices. The project functions as a comprehensive toolkit for two-dimensional interactive applications, combining a graphics engine with a 2D vector math library for affine transformations and coordinate space projections. It includes a dedicated input manager that tracks keyboard presses and mouse movements using a polling-based system rather than asynchronous

    Go
    Ver en GitHub↗4,525
  • luanpotter/flameAvatar de luanpotter

    luanpotter/flame

    10,647Ver en GitHub↗

    Flame is a 2D game engine and framework for Flutter. It provides a component-based architecture to organize scene entities and manage their lifecycles through a structured hierarchy of game objects, coordinated by a consistent game loop. The engine includes a graphics library for rendering animated sprites, particle effects, and external textures. It features a 2D physics integration layer that supports rigid body dynamics and collision detection between entities. The framework covers additional capabilities for game engineering, including user input capture for gestures and gamepads, audio

    Dart
    Ver en GitHub↗10,647
  • cocoatoucher/glideAvatar de cocoatoucher

    cocoatoucher/Glide

    506Ver en GitHub↗

    Game engine for making 2d games on iOS, macOS and tvOS, with practical examples and tutorials

    Swift
    Ver en GitHub↗506
Ver las 30 alternativas a Engo→

Preguntas frecuentes

¿Qué hace engoengine/engo?

Engo is an open-source 2D game engine written in Go.

¿Cuáles son las características principales de engoengine/engo?

Las características principales de engoengine/engo son: Desarrollo de juegos, Game Frameworks, Game Development.

¿Qué alternativas de código abierto existen para engoengine/engo?

Las alternativas de código abierto para engoengine/engo incluyen: faiface/pixel — Pixel is a 2D game library and graphics engine for the Go programming language. It provides a hardware-accelerated… hajimehoshi/ebiten — Ebiten is a cross-platform 2D game engine and framework for the Go programming language. It provides a… luanpotter/flame — Flame is a 2D game engine and framework for Flutter. It provides a component-based architecture to organize scene… elgopher/pi — Game engine for creating retro games for modern computers. Inspired by Pico-8 and powered by Ebitengine. cooler2/apusgameengine — I'm Ivan Polyacov and this is my code library which I'm making and using in my games and other projects since early… beefsack/go-astar — Go implementation of the A* search algorithm.