Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Nazariglez/Gecko2D

Repository files navigation

Gecko2D

A Cross-platform Game Framework

Gecko2D is a flexible and powerful cross-platform game framework that will allow you to create games easily and deploy it to browsers, mobile devices, desktop, and even consoles.

Under the hood, Gecko2D is an Entity-Component-System framework built on top of Haxe and Kha which allow the best performance and real cross-platform compilation, using Javascript and WebGL when compile to browsers, and C++ when compile to mobile using metal or opengl, to desktop using opengl, directx or vulkan, and consoles with their own drivers.

This framework aims to be a solid foundation for all your games, allowing you to port your games to others platforms using the same source code, saving time and money.

Dependencies

  • Git
  • Node.js >= 9

How to install

npm install gecko2d -g

Documentation

More info: https://nazariglez.github.io/Gecko2D