- https://binocularshot.com/ binoculars in movies
- https://clip.cafe/ movie clip by quote
- https://nestflix.fun/ imaginary movies within movies (abandoned subplots within movies)
- https://eyecannndy.com/ gif database of camera work
A metatable in Lua defines various extraneous behaviors for a table when indexed, modified, interacted with, etc. They are Lua's core metaprogramming feature; most well known for being useful to emulate classes much like an OOP language.
Any table (and userdata) may be assigned a metatable. You can define a metatable for a table as such:
-- Our sample table
local tab = {}
-- Our metatable
local metatable = {
-- This table is then what holds the metamethods or metafieldsfoobar, foo, bar, baz, qux, quux, corge, grault, garply, waldo, fred, plugh, xyzzy, thud