Home  /  Education Apps  / Touch Lua on Windows Pc

Touch Lua on Windows Pc

Developed By: Mustafa Hawwash

License: Free

Rating: 3,7/5 - 65 votes

Last Updated: April 16, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.2.5
Size 4 MB
Release Date December 21, 23
Category Education Apps

App Permissions:
Allows applications to open network sockets. [see more (3)]

What's New:
Support for Unicode, now we can use all languages in Touch Lua not only English(Japanese, Chinese, Arabic...).import audio files to work with audio library(... [see more]

Description from Developer:
Touch Lua Features:
+Tow modes: program/console (command line).
+Multi program and directories support.
+Normal and powerful editor (enter the code directly to the editor), with sy... [read more]

App preview ([see all 13 screenshots]  /  [view video])

App preview

About this app

On this page you can download Touch Lua and install on Windows PC. Touch Lua is free Education app, developed by Mustafa Hawwash. Latest version of Touch Lua is 1.2.5, was released on 2023-12-21 (updated on 2024-04-16). Estimated number of the downloads is more than 5,000. Overall rating of Touch Lua is 3,7. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 65 users, 10 users had rated it 5*, 33 users had rated it 1*.

How to install Touch Lua on Windows?

Instruction on how to install Touch Lua on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Touch Lua on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install Touch Lua using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "Touch Lua" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install Touch Lua on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "Touch Lua" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.2.5.

Download Touch Lua 1.2.5 on Windows PC – 4 MB

Touch Lua Features:
+Tow modes: program/console (command line).
+Multi program and directories support.
+Normal and powerful editor (enter the code directly to the editor), with syntax highlighting.
+Built in help: Tutorials (hands on), Wiki, Reference.
+Sample programs provided.

Use Touch Lua:
+Learn programming and modern scripting.
+Apply your programming skills.
+Rapid prototyping.
+Use it as advanced calculator.

To start learning Lua choose Console from main menu then select Tutorials. Now read and apply and you will learn Lua basics in no time!. and start programming line by line.

Kindly Note: Touch Lua uses Lua 5.3 standards, so if you hit into undefined function see the alternative for it from the reference. Some examples: unpack() now is table.unpack(), loadstring() is now load().
Support for Unicode, now we can use all languages in Touch Lua not only English(Japanese, Chinese, Arabic...).
import audio files to work with audio library(coming soon)
support text files
new image api
Touch events was added to the draw library (touchbegan, touchmoved, and touchended)
waittouch() function added to draw library.
Draw library is ready to work.
Line numbers added.
Auto indentation.
System Library: extends Lua API to be useful for Android
optimized for tablet devices(large screens)
Allows applications to open network sockets.
Allows access to the vibrator.
Allows an application to read from external storage.