Corona Labs Blog

Profile
Raleigh, NC

Announcements, stories and industry interest posts for users of Corona, the 2D game engine from Corona Labs.

8 comments
1 followers
158 entries
Advertisement
CoronaRob
May 01, 2020
Future of Corona

Hello, everyone.

This is Vlad Shcherban, the main developer of Corona for the past several years. There are a lot of things I would like to discuss so I will try to be as brief as possible, with more details in the FAQ below.

As you already know, as of May 1st, 2020,  Corona Labs Inc., the company …

2,611 views
CoronaRob
April 30, 2020
The Forums are moving…

The Corona Labs Forums are currently down as we migrate them to the new modern forum software on new hardware. The old Forums will remain down from this point forward. Once the migration is complete, forums.coronalabs.com will redirect to forums.solar2d.com or you can access them directly.

To acces…

1,568 views
CoronaRob
April 22, 2020
Corona Labs transition update 22-April-2020

Many of you are curious how our transition is going. Here is a quick update as to its status.

Let’s start with rebranding…

Thanks to the help of the community, as we move away from Corona Labs Inc to our new open source/crowdfunding model, it’s time for a new name and new look.

Introduc…

2,048 views
CoronaRob
April 16, 2020
Google 64-bit deadline coming August 1, 2020

When Google started enforcing their new 64-bit requirements last year, they gave Corona developers an extension. New apps still had to be 64-bit by the deadline, but for apps currently in the app store, they provided an extension until August 1, 2020. That’s a little over three months away.

W…

2,495 views
CoronaRob
March 24, 2020
Keep Calm and Corona (the game engine, no relation) On!

We wanted to provide you a quick status update on how things are proceeding towards our May 1, 2020 transition to the new open source platform.

Our goal through this transition is to make sure that you are able to build and deploy your games today, tomorrow and in the future and we are on track to …

2,009 views
CoronaRob
February 12, 2020
Corona Labs annual update

It’s 2020 and many of you have been wanting a roadmap for the next year. We’ve got several major updates to shed the light on Corona’s future and give you more perspective on your business goals connected to our product.

First, let us separate the business entity Corona Labs from the product …

3,450 views
CoronaRob
February 05, 2020
Corona Labs server outages

As many of you have discovered, there has been an ongoing, periodic server outage. Our team has been working hard to try and find the root cause, but the issue has eluded us so far.

We know this is not a physical server problem. We can access the server. It is a dedicated server, so no other traffi…

2,017 views
CoronaRob
October 27, 2019
Corona now supports Dark Mode

Apple recently added support for Dark Mode. Dark Mode first appeared in macOS Mojave and continues with macOS Catalina. On iOS Dark Mode first appeared in iOS 13. Even tvOS supports it! Dark Mode is a popular feature because many people prefer light text on a dark background and there is evidence …

1,528 views
CoronaRob
October 03, 2019
App Sign In for your Corona apps

Thanks to master plugin creator, Scott Harrison for this guest post on using Google and Apple Sign-In in your apps.

Many apps and games have there own login system. Whether you need a login for storing data, sharing, or multiplayer, setting up a login system is an important part of your ap…

4,592 views
CoronaRob
September 27, 2019
A simple progressView for Corona

One of the things that makes Corona great is that we offer over 1,000 API calls to make your life as a developer easier. This includes various convenience APIs that make our simple-to-use APIs even simpler.

However, sometimes those convenience methods can be less of a convenience and more of a hea…

2,116 views
CoronaRob
September 13, 2019
Functions and return statements in Corona

A question was raised on the various Corona support channels: “What is the return statement and when do I need to use it?” Before that question can be answered, you need to understand what functions are and how Lua uses them.

Functions are blocks of code that can be reused. Consider changing a car…

1,487 views
CoronaRob
July 23, 2019
Android 64-bit is here…

Whew! That was a challenging update… But our engineering team has been working very hard and with much fanfare, we would like to introduce to you a publicly available Android 64-bit build of Corona.

If you check the daily builds, you will find a new daily build: 2019.3504. This build should be sta…

2,043 views
CoronaRob
July 22, 2019
Important AdMob and other ad plugin changes

It seems that all of our news lately has been wrapped around Google, and so it is again. AdMob has update their libraries again, and in doing so, created a breaking change. Your app’s App Id previously was only needed at the time you initialized the plugin. Google is now looking for it inside the …

1,448 views
CoronaRob
July 09, 2019
Extending Corona libraries without native coding

This is a guest post by long time Corona user Matthew Webster.

While Corona is simple, powerful and has many useful APIs, there’s always that one extra thing. Often, the one thing is apparently simple enough to be incorporated into an existing Lua API, but may appear forgotten about.

This tutorial…

1,556 views
CoronaRob
July 04, 2019
Corona Android 64-bit update July 4, 2019

We have some important (and good) updates regarding the Android 64-bit requirements.

As you probably know, Google has been wanting developers to switch to 64-bit builds for some time. Converting Corona to Android 64-bit has been a major challenge for us given how our build system is constructed.

S…

1,550 views
CoronaRob
May 28, 2019
Corona, Google Play apps and 64-bit

Google has set a date of August 1, 2019 for all apps to be updated to 64bit. Currently Corona only supports building 32-bit apps. Our engineering team is working to convert our build process to support 64-bit for Corona apps, but this is a very complex process with many parts that have to be updat…

1,539 views
CoronaRob
May 14, 2019
Google Icon changes

This isn’t about adaptive icons. We are still working on those. This is about the 512×512 that you upload to Google Play. Google is changing the rules on what is required for the developer portal. Previously they allowed you to have arbitrary shaped icons, but as of May 1, you’re required to provi…

1,726 views
CoronaRob
May 10, 2019
Getting the community more involved…

Corona has always been about you, our fantastic developer community. And we love it when you get more involved. A community project that you may not be aware of is a new website collecting information about #madewithcorona apps. The site, curated by @sporkfin, is currently soliciting YouTube video…

1,420 views
CoronaRob
April 24, 2019
I have a question where should I ask it?

It seems like we are seeing the same questions showing up in multiple places. We want you to get the best support possible and understanding the best places to ask your questions will help meet that goal.

Support requests can be generally broken into three distinct categories:

  • How do I use Corona?…
  • 1,708 views
    CoronaRob
    April 10, 2019
    Using functions for onComplete listeners

    Corona API’s are some of the best thought out in the industry. We’ve worked hard to make them consistent and easy to use. Lua follows a similar thought process, attempting to be consistent with minimal syntax rules. But there are times that some concepts may not be obvious to newer developers comi…

    1,554 views
    CoronaRob
    February 06, 2019
    Adding speech recognition to HTML5 apps

    Corona’s plugin system provides a great way to extend Corona’s capabilities without having to modify Corona’s core engine. Developers building HTML5 apps have great access to JavaScript to add really cool features and it’s pretty easy to do!

    Let’s look at an example…

    Recently someone was intereste…

    1,392 views
    CoronaRob
    January 11, 2019
    Another #madewithcorona hit from Sphere Game Studios: Merge City

    Sphere Game Studios has another hit on their hands with their new title: Merge City which is currently on Google Play’s “Indie Corner” in the “Our Indie Picks” section.

    Merge City is a blend of city building and merge gaming, similar to the game Merge Planes. The game play is simple: You merge tw…

    1,695 views
    CoronaRob
    January 02, 2019
    The Corona 2D game engine is going open source in 2019

    After more than nine years of developing and evolving the Corona game engine, Corona Labs is releasing its technology to open source. It’s a move we’ve been planning for a few years now, with the goal of making the engine development process more transparent, and to empower the community to direct…

    4,525 views
    CoronaRob
    December 27, 2018
    Corona is now 100% analytics free!

    Corona Labs will no longer be collecting any statistics from apps built with daily build 2018.3454 or later. Many developers have asked for this feature and we are happy to do this for the community. As a closed source product, Corona Labs needed to collect basic app usage such as the number of se…

    1,355 views
    CoronaRob
    December 05, 2018
    There’s BIG open source news on our 9th birthday

    Ten years ago, two guys got together with a goal to change the mobile development world. A year later, Corona SDK was born.

    My, how time has flown!

    Since those first days, we’ve frequently seen developers reach the #1 spot in various app stores. We’ve seen apps that have received millions of downl…

    2,203 views
    CoronaRob
    November 02, 2018
    Introducing the new Animation Plugin

    Corona Labs is pleased to announce the immediate availability of a new plugin: Animations. This plugin was originally planned to be an extension to the existing transition.* library. During the design, there were sufficient changes that warranted it being a new library. We also decided to make thi…

    1,319 views
    CoronaRob
    October 31, 2018
    Update on the new GPGS v2 plugin

    Corona Labs would like to update you about our recent plugin for Google Play Games Services. This plugin is known as GPGS v2 and there is a breaking change to be aware of.

    We’ve worked hard to make it call compatible with the older GPGS v1 plugin, however Google has changed their initialization an…

    1,536 views
    CoronaRob
    October 29, 2018
    #madewithcorona: Mission Me!

    Periodically a game comes along that breaks out and does something different. Corona Labs would like to introduce you to Mission Me by Sillysoft Games. Mission Me is a lifestyle game.

    In this game, you get missions that you frequently have to do in real life and may require you to get off of your …

    1,365 views
    CoronaRob
    October 25, 2018
    A different approach to game difficulty

    The concept of game difficulty is always a challenge for developers. Games that are too easy won’t get played. Games that are too hard will frustrate the users and they will quit. You have to find that right balance of difficulty where the player feels challenged yet feels as if they are progres…

    1,460 views
    CoronaRob
    October 17, 2018
    Steamworks plugin is now open-source

    Corona Labs is pleased to announce that the Steamworks plugin is now open-source. The Steamworks plugin is used by PC and macOS games published to Valve’s Steam service that allows support for leaderboards, achievements, user profile data, and microtransaction support.

    Now you can download the rep…

    1,825 views
    Advertisement

    Popular Blogs

    shawnhar
    Generalist
    101 Entries
    8 Followers
    15 Entries
    9 Followers
    johnhattan
    Programmer
    1,277 Entries
    46 Followers
    ApochPiQ
    Generalist
    628 Entries
    43 Followers
    dgreen02
    Generalist
    338 Entries
    55 Followers
    Advertisement