When comparing Gideros vs PICO-8, the Slant community recommends PICO-8 for most people. In the question“What are the best 2D Lua game engines?” PICO-8 is ranked 4th while Gideros is ranked 9th. The most important reason people chose PICO-8 is:
Because it's an all in one product, you don't have to worry about things like how to load sprites.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Instant on device testing
Gideros provides on device players for iOS and Android that can be used to instantly try out your code directly from the Gideros IDE.
Pro Auto scaling and image resolutions
Gideros provides an easy way to target various screen sizes by providing automatic scaling options and choosing the best image resolution based on device screen automatically
Pro Local builds
You can build apps without an online dependency.
Pro Friendly & helpful community
Gideros has an active forum where you can find friendly and helpful advice.
Pro New features and improvements are released regularly
Gideros is being constantly updated and improved by the main developers.
Pro All in one studio, no complicated setup
Gideros Studio is incredibly easy to set up. Once installed it is very easy to create a new project or open one of the many example projects. Trying out an example on the desktop is two clicks away.
Pro Easy plugin architecture
Gideros Studio has a very powerful feature which enables developers to use a C/C++/Java/ObjC library next to Lua. This way it's possible to call the library functions under Lua, get the results and interpret them directly under Gideros Studio.
Pro Supports many platforms
Gideros supports iOS, Android, Windows, MacOS, WindowsRT, Windows Phone and HTML5 platforms.
Pro Amazing 2D performance
2D performance is amazing.
Pro Very easy to learn
Gideros uses the Lua programming language which is very easy to learn (and very powerful). There are some excellent video tutorials too, to help you get started. The Gideros forum community are also very friendly and helpful if you any any problems.
Pro Takes away the pain of having to wire things together
Because it's an all in one product, you don't have to worry about things like how to load sprites.
Pro Very simple programing language
It's lua with a few modifications.
Pro Encourages building simple games
As a beginner it's all to tempting to try to make the games you like to play, like Zelda or Call of Duty when we should probably be making pong.
Pro Restrictions of tokens count "forces" to write code effectively
When you reach 8192 tokens, you're screwed. However, this limit can teach you to take a look at entire code and think how you could optimize it.
Pro Possible writing code in external editor
Since launch of 0.1.12c version of software, you can now write and include external script using the same directive just like in C / C++.
Pro Perhaps one of the easiest sound editors around
Pro Share the game in a .png file with other Pico-8 users
Pro You can read the code of any game you play
Pro Lots of examples
Almost every game made for the Pico-8 is open source (if you can download the .png, you can see the source).
Also there's the fancy Pico-8 "fanzine" that has lots of code examples as well as other great tutorials in a beautiful physical or PDF form.
Pro Easy to get things going very quickly
Cons
Con Few resources, but growing
Gideros has a small community, and therefore do not have as many "How to make a game" tutorials. However, there are a couple of excellent books available that can take you through the fundamentals.
Con The Gideros IDE is not as fully featured as other IDEs
The Gideros IDE is not as fully featured as other IDEs, but you can easily use the very powerful and compatible ZeroBrane Studio IDE.
Con No collision library or other common things
Pico-8 is very minimalistic and as such doesn't come with really any abstractions whatsoever which means often you end up re-inventing the wheel.
Con Code editor leaves some things to be desired
Such as code completion and automatic indentation.
Con Costs 15$
Unlike many of the other frameworks it's not free. However this is kind of a feature because it means it's much more likely to be supported.