Software Alternatives & Reviews

Amazon Lumberyard VS Kivy

Compare Amazon Lumberyard VS Kivy and see what are their differences

Amazon Lumberyard logo Amazon Lumberyard

Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full...

Kivy logo Kivy

Open source Python framework for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps. Installation on WindowsInstallation on Windows. Installation; What are wheels .
  • Amazon Lumberyard Landing page
    Landing page //
    2023-03-24
  • Kivy Landing page
    Landing page //
    2023-09-15

Amazon Lumberyard videos

Where does Amazon Lumberyard currently stand? (Review)

More videos:

  • Review - Amazon Lumberyard 1.21 Released

Kivy videos

Kivy Intro - Mobile and Desktop App Dev w/ Python

More videos:

  • Review - Starting on a GUI: WXpython vs Kivy #MP55

Category Popularity

0-100% (relative to Amazon Lumberyard and Kivy)
Game Development
61 61%
39% 39
Game Engine
60 60%
40% 40
Rapid Application Development
3D Game Engine
100 100%
0% 0

User comments

Share your experience with using Amazon Lumberyard and Kivy. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Amazon Lumberyard and Kivy

Amazon Lumberyard Reviews

The Best Gaming Engines You Should Consider for 2023
Powered by Amazon Web Services, a secure cloud platform built and maintained by Amazon, integration through Lumberyard means it’s significantly easier to build games with online play. It has good native support for C++, P2P, and client topology. Lumberyard also supports Autodesk Maya and Adobe Photoshop.
What Are the Best Game Engines?
CryEngine is a cross-platform engine. You can use it to create photorealistic first-person games, especially shooters. CryEngine is used in all games from CryTek, as well as other studios. As mentioned above, CryEngine was licensed and reworked to create Amazon Lumberyard.
The Top 10 Video Game Engines
Amazon Lumberyard is the engine built by Amazon (as the name suggests). According to the site, Lumberyard is “Free. Powerful. Fully Customizable.” The game engine has “no royalties or seat fees, frictionless integration with Twitch and AWS, plus much more on the horizon.”
Top 10 Mobile Game Development Tools For Intellectual Games
Amazon Lumberyard wrote in C++ and Lua scripting language and launched by Amazon. It is a cross-platform AAA game engine based on CryEngine with easy AWS and Twitch integration. Lumberyard is free, and it doesn’t require seat licenses, royalties, or subscriptions but only standard AWS fees for acquired AWS services.
Source: unaryteam.com
11 tools to get you started making video games
Learning tools: There is a free series of getting started tutorial videos and video talks on more specific features in the engine. There is also a free training course on how to use Lumberyard with AWS.

Kivy Reviews

25 Python Frameworks to Master
Unlike PyQt, Kivy is free and open-source, isn’t a wrapper around an external UI library, and is licensed under the MIT license, which means you can ship and monetize your Kivy apps.
Source: kinsta.com
Which Python GUI library should you use? Comparing the Python GUI libraries available in 2023
The look and feel of Kivy is extremely customizable, allowing it to be used as an alternative to libraries like Pygame (for making games with Python). The developers have also released a number of separate libraries for Kivy. Some provide Kivy with better integration and access to certain platform-specific features, or help package your application for distribution on...
10 Best Python Libraries for GUI
Kivy was written with a mix of Python and Cython, and it helps build some of the most intuitive user interfaces with multi-touch applications. These multi-touch applications help implement Natural User Interface (NUI), which is a type of interface where the user naturally learns about the various interactions while they’re usually invisible.
Source: www.unite.ai
Top 6 Python Framework for Game Development | by Ankur Kumar | unikaksha | Medium
Kivy is a Python game development framework for businesses. It’s an open-source Python library that lets programmers easily construct apps with unique user interfaces, such as multi-touch apps. Kivy assists in developing apps for Windows, Linux, and iOS devices such as iPhones, iPads, and Android devices such as phones and tablets.
Source: medium.com
Top 10 Python GUI Frameworks for Developers
With Kivy, interface designers can code once and deploy to multiple platforms, while the built-in support for OpenGL ES 2 allows them to use modern and powerful graphics and design techniques. The most common use of the Kivy GUI framework in the real-world can be seen in our Android and iOS applications. Other widespread implementations of the framework can be seen in the...

Social recommendations and mentions

Based on our record, Kivy should be more popular than Amazon Lumberyard. It has been mentiond 46 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Amazon Lumberyard mentions (9)

  • Do you think that Star Atlas could be a worthy competitor to Star Citizen?
    Although, whatever the deal might've been, Amazon has since donated Lumberyard to the Open 3D Foundation which renamed it to the Open 3D Engine (O3DE) so they probably don't care nearly as much about upstream fixes anymore if they ever did. Source: 11 months ago
  • Unity fires manager who tweeted the company is "out of touch"
    When I Googled Amazon Lumberyard, this was the first hit: https://aws.amazon.com/lumberyard/. Source: 12 months ago
  • What are some of the most impressive uses of photogrammetry in games that you've seen?
    Some of the game engines we have now have photogrammetry technology built-in, meaning that developers can easily integrate it into their games. This allows for even more detailed and realistic environments to be created in 3D games. The most prominent being Unreal, Unity, and Lumberyard -- including new and beginner-friendly ones like Panda3D and Yahaha. All of these game engines have photogrammetry at their core... Source: about 1 year ago
  • By the time the patch hits all servers will be dead
    It really doesn't help that it started development on Lumberyard which is now a dead product. https://aws.amazon.com/lumberyard/. Source: about 1 year ago
  • Is PES unique?
    Amazon has apparently declared Lumberyard dead, incidentally: https://aws.amazon.com/lumberyard/. Source: over 1 year ago
View more

Kivy mentions (46)

  • How to Develop a User Data Storage Registration Form Using Python.
    We will create this complete Python registration form using Kivy. We get started by installing Kivy, a powerful Python framework for building interactive applications. - Source: dev.to / 27 days ago
  • Ask HN: Can I create a mobile and Web App using Python/Python Framework?
    For reference, YouTube runs on Python[1,2,3]: > 1. Python and Django: YouTube’s backend is predominantly written in Python, offering a balance of performance and readability. > 2. Google Cloud Platform... > 3. Java and C++: YouTube also utilizes Java and C++ for specific backend services, as they provide better performance for certain tasks. --- A long time ago, I looked into these Python frameworks: -... - Source: Hacker News / 2 months ago
  • Python GUI libraries? <3
    I suggest you use kivy which is suitable for the desktop but also has the advantage of being one of few options for creating Python based native(ish) mobile apps (for IoS and Android app stores). Source: 5 months ago
  • Ask HN: Best framework to build a GUI app in Python for windows and macOS?
    I think the best one right now for python is "beeware": https://beeware.org/ You also have Kivy which is prety good: https://kivy.org/. - Source: Hacker News / 5 months ago
  • Ask HN: Current best GUI and render window stack?
    I'm a big fan of https://kivy.org/ it looks modern and has a wide range of components. - Source: Hacker News / 8 months ago
View more

What are some alternatives?

When comparing Amazon Lumberyard and Kivy, you can also consider the following products

Unity - The multiplatform game creation tools for everyone.

Blender - Blender is the open source, cross platform suite of tools for 3D creation.

Unreal Engine - Unreal Engine 4 is a suite of integrated tools for game developers to design and build games, simulations, and visualizations.

CryENGINE - The most powerful game development platform is now available to everyone. Full engine source code.

Godot Engine - Feature-packed 2D and 3D open source game engine.

Stencyl - Make iOS (iPhone/iPad), Android, Flash, Windows & Mac games without code using Stencyl.