Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Coding with love.graphics.draw arguments. Get the exception " bad argument #1 to 'draw'(Drawable expected, got nil)"

lua love2d

Is the following Lua iterator stateless?

lua iterator

A unique environment per script in Lua 5.3

lua game-engine

set highlight color of lua basic functions in scintilla control

lua scintilla scilexer.dll

Lua updating from 5.1 - LUA_GLOBALSINDEX problems

Is it possible to prevent an object from rotating in Corona SDK?

lua coronasdk game-physics

Can I run Lua interpreter in evaluator mode?

lua interpreter evaluator

How exactly works the require of javascript files with mod_v8 in freeswitch scripts?

How to retrieve another variable within table in Lua?

lua - want to call a function in main.lua from another module

function module lua

Is lua a dynamically typed language?

types lua torch

Love2D NewImageFont won't render

lua love2d

How can a file be imported in Lua relative to the folder of the importing file?

lua require

Calculate a circular wrapper?

Decode UDP message with LUA

How to run a lua filter in Quarto after the crossreferences were added?

lua pandoc quarto

Displaying background image in corona sdk

lua coronasdk

Why doesn't this match non-greedily and give me just the image name?

string lua lua-patterns

Does Lua __gc metamethod now work for table (Lua 5.2.1) ?

Is it possible to get more information about where a syntax error occured from something like luaL_loadstring?

syntax lua