awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
EngoEngine avatar

EngoEngine/engo

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

Engo

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

Features

  • Développement de jeux - 2D game engine using ECS paradigm.
  • Game Frameworks - 2D game framework for Go.
  • Game Development - Open-source 2D game engine using ECS paradigm.

Historique des stars

Graphique de l'historique des stars pour engoengine/engoGraphique de l'historique des stars pour engoengine/engo

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Engo

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Engo.
  • hajimehoshi/ebitenAvatar de hajimehoshi

    hajimehoshi/ebiten

    13,244Voir sur 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
    Voir sur GitHub↗13,244
  • faiface/pixelAvatar de faiface

    faiface/pixel

    4,525Voir sur 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
    Voir sur GitHub↗4,525
  • luanpotter/flameAvatar de luanpotter

    luanpotter/flame

    10,647Voir sur 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
    Voir sur GitHub↗10,647
  • cocoatoucher/glideAvatar de cocoatoucher

    cocoatoucher/Glide

    506Voir sur GitHub↗

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

    Swift
    Voir sur GitHub↗506
Voir les 30 alternatives à Engo→

Questions fréquentes

Que fait engoengine/engo ?

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

Quelles sont les fonctionnalités principales de engoengine/engo ?

Les fonctionnalités principales de engoengine/engo sont : Développement de jeux, Game Frameworks, Game Development.

Quelles sont les alternatives open-source à engoengine/engo ?

Les alternatives open-source à engoengine/engo incluent : 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.