65,938 articles
CodeProject is changing.
Read more
.
Everything / Languages / Lua
Submit your article
Lua
Lua
Great Reads
Algorithm for Triangles Classification
by
José Cintra
Simple algorithm to determine the type of a triangle,
being informed its sides
Calling Lua from Java Android using CLE
by
li9705
This article presents a method which uses CLE middleware to call Lua from a Java application on Android
Computer Vision Sandbox
by
Andrew Kirillov
An open source application to acquire and process video from cameras
Counting Occurrences
by
CPallini
A simple algorithm for counting occurrences of symbols in files
Latest Articles
Algorithm for Triangles Classification
by
José Cintra
Simple algorithm to determine the type of a triangle,
being informed its sides
Calling Lua from Java Android using CLE
by
li9705
This article presents a method which uses CLE middleware to call Lua from a Java application on Android
Computer Vision Sandbox
by
Andrew Kirillov
An open source application to acquire and process video from cameras
Counting Occurrences
by
CPallini
A simple algorithm for counting occurrences of symbols in files
All Articles
Article
Project
Technical Blog
Tip/Trick
Video
Reference
Asset
top
Sort by Score
Title
Updated
Author
Score
Lua
Algorithm for Triangles Classification
by
José Cintra
Simple algorithm to determine the type of a triangle,
being informed its sides
Counting Occurrences
by
CPallini
A simple algorithm for counting occurrences of symbols in files
Heap Data Structure and Heap Sort
by
CPallini
Simple approach to heap data structure and heapsort,
using C and Lua
Run Client in Lua Script Completely
by
flyhigh
By implementing a UI library and exporting its necessary components to lua script,
we can create a beautiful UI and implement relevant logic in Lua script completely.