Software Alternatives & Reviews

Kivy VS NativeScript

Compare Kivy VS NativeScript and see what are their differences

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 .

NativeScript logo NativeScript

Build truly native apps with JavaScript
  • Kivy Landing page
    Landing page //
    2023-09-15
  • NativeScript Landing page
    Landing page //
    2023-10-21

Kivy videos

Kivy Intro - Mobile and Desktop App Dev w/ Python

More videos:

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

NativeScript videos

NativeScript VS React Native 2019 | performance | community | plugins

More videos:

  • Review - Which one is best for you? Flutter, React Native, Ionic or NativeScript?
  • Review - 7 Things to Know When Learning NativeScript

Category Popularity

0-100% (relative to Kivy and NativeScript)
Game Engine
100 100%
0% 0
Development Tools
0 0%
100% 100
Rapid Application Development
JavaScript Framework
0 0%
100% 100

User comments

Share your experience with using Kivy and NativeScript. 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 Kivy and NativeScript

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...

NativeScript Reviews

Top 10 Flutter Alternatives for Cross-Platform App Development
With the framework, developers get the option to craft a completely native experience even without interfering with the user interface. Those who are familiar with JavaScript can leverage NativeScript to its fullest.
Top 5 Flutter Alternatives for Cross-Platform Development
NativeScript is a powerful framework that empowers developers to build Web, iOS, Android, and Vision Pro apps on a single codebase. If you’re comfortable with web development, especially Angular or VueJS, you’ll find NativeScript accessible.
Source: www.miquido.com
10 Best Open Source Firebase Alternatives
The native apps you develop use the richness of the mobile platform and offer the performance you need for mobile devices. NativeScript uses native APIs and controls to render, allowing you to create more sophisticated apps compared to using a hybrid approach.
10 Best Tools to Develop Cross-Platform Desktop Apps 
NativeScript doesn’t require Angular or Vue.js but works better when used together for cross-platform app development. This runtime framework implements JavaScript, its superset TypeScript and Angular Native, and can render a variety of apps, be they gaming, streaming, geolocation, or chat apps. The user interface is in XML and CSS. A single, reusable codebase can be applied...
Top JavaScript Frameworks For Mobile App Development
NativeScript is an open-source, cross-platform, free mobile framework that assists in the creation of a truly native Android and iOS mobile apps. These apps can be built with JavaScript, Angular, Vue.js or TypeScript. Programming using NativeScript reduces the development time and lines of code, to a large extent. Many organizations globally have been implementing it because...
Source: medium.com

Social recommendations and mentions

Based on our record, Kivy should be more popular than NativeScript. 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.

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 / about 1 month 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 / 3 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

NativeScript mentions (18)

  • Ask HN: Flutter or React Native?
    I'm curious about this topic as well. I would also add NativeScript[1] in the comparison. [1] https://nativescript.org/. - Source: Hacker News / 17 days ago
  • Svelte Native: The Svelte Mobile Development Experience
    This is not so much the Svelte equivalent of React Native as it is just NativeScript (https://nativescript.org). - Source: Hacker News / 3 months ago
  • Mobile App Development for both iOS and Andriod
    There is also https://nativescript.org/ which would allow you to use Vue (or several other frameworks) to build a mobile app. Used it myself a while back for an iPad app using Vue 2 and it was pretty straightforward. It seems like there have been quite a few improvements since then so might be worth a look. Source: about 1 year ago
  • Updating Expo and React Native sucks
    Anyone who thinks this sucks should try NativeScript with hassle-free update experience, quick build time, HMR, direct access to native apis, use React Native plugins and more. Pick any style you like - vanilla, Angular, Vue, React, Svelte - and easily add some SwiftUI and Jetpack Compose views if you want a and connect it to your JS. Docs are a bit behind at the moment but a major update is in progress.... Source: about 1 year ago
  • The right way to build multi platform apps in 2023 using web tech. ?
    There are layers that offer access to native APIs like capacitor, cordova and nativescript. Apparently sometimes multiple of them should be used, but I didn't understand what are the differences even after reading the announcement. These seem to be frontend agnostic technologies and Capacitor is apparently the more modern choice at the moment. Source: over 1 year ago
View more

What are some alternatives?

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

Unity - The multiplatform game creation tools for everyone.

React Native - A framework for building native apps with React

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

Ionic - Ionic is a cross-platform mobile development stack for building performant apps on all platforms with open web technologies.

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

Apache Cordova - Platform for building native mobile applications using HTML, CSS and JavaScript