Skip to content

WyTho/lua-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lua-basic

Basic lua examples and templates by Maikel Bolderdijk

Environment Setup

For simplicity I will provide all the necessary files for environment setup. Other environments may work but if you have problems the setup below is advised.

IDE
    https://www.jetbrains.com/idea/
Plugins:
    https://plugins.jetbrains.com/plugin/5055-lua
    https://plugins.jetbrains.com/plugin/7793-markdown-support
    
Lua 5.1.5-52(Windows version)
    https://github.com/rjpcomputing/luaforwindows/releases/download/v5.1.5-52/LuaForWindows_v5.1.5-52.exe

Windows version: Windows 10 Build 1809

Handy links

Below is a list of every link I followed to create all templates/examples in this project. I will provide names for original author's wherever it's necessary

Name Author Link
Markdown: Syntax The Daring Fireball company https://goo.gl/1npw2R
Lua basic tutorial Tutorialspoint https://goo.gl/QTrwmb
String library tutorial Lua-users.org https://goo.gl/cHiqyL
Scope tutorial Lua-users.org https://goo.gl/KEfskK
Functions Lua-users.org https://goo.gl/c9G8Dx
Better explanation for loops(includes ipairs,next(), custom) Lua-users.org https://goo.gl/oAHNx5

About

Basic lua examples and templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published