Skip to content

mertkurum/awesome-gideros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Awesome Gideros Awesome

Awesome Gideros

A curated list of awesome resources for the Gideros Game Development Framework that allows you to easily create games and Apps for Android, iOS, HTML5, WinRT and Desktop (Windows, OSX). Please feel free to contribute to the list by making a pull request.

Contents

Download and Getting Started

  • Download Gideros - get Gideros here (it is free but donations are welcome!)
  • Getting Started Manual - check here first to get an overview of the framework
  • API Reference - whenever you need to figure out something - this is the first place to go
  • Forum - join the very friendly and helpful community
  • Online Editor - try Gideros in your browser without installing anything
  • Online Examples - see some of the capabilites of Gideros in your browser
  • Developer Guide - official list of guides and tutorials

Gideros Resources

A collection of resources (blog and forum entries, websites, packages etc) for Gideros

General Tutorials

Full game examples

Publications

Books about Gideros

IDEs

Graphics and Shaders

Scene Management

Input

  • Gestures - define and detect complex gestures from points a list of points
  • Accelerometer - quick example of how to use the device accelerometer as input
  • Shake detection - small snippet to detect device shake

Animation and Tweens

  • GTween - tween sprite variables with this library (comes with all the easing functions you need)
  • Animation using MovieClip - tutorial on how to animate sprites using the MovieClip class

Tilemaps

Camera

Audio

Saving and Loading

  • Using JSON - Loading and saving manually via JSON
  • DataSaver module - a very user-friendly wrapper to make saving and loading data as easy as possible

Monetizing

GUI

3d

Note: 3D support is still in development but if you like to play around with it already, here are some starting points

Useful Lua-Libraries

general Lua libraries that are useful in gamedev but are not Gideros specific

  • lume - great collection of functions that are useful for game development
  • inspect - easily pretty-print your tables to the console in a readable way
  • jumper - super-fast grid-based pathfinding for Lua
  • bump - simple, flexible and fast library for collision detection using axis-aligned bounding boxes
  • Bresenham - Bresenham's line algorithm, implemented in Lua

Related Awesome-Lists

License and contributing

Please contribute to the list. Simply read the contribution guidelines to get started.

CC0

About

A curated list of awesome Gideros resources, classes and tips.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published