lights FAQ Forum github.com/luapower/nw

nw

Cross-platform windows for Lua


Overview

Package type:Lua+ffi
Version:47a24d5
Last commit:4 years ago
Releases: None yet.
Platforms: all LuaJIT platforms

Load Errors   Errors encountered when loading the module. Modules with load errors
on a platform don't have their dependencies recorded on that platform,
which also screws up the combined dependency list.
 

module load errors
nw_cocoa   .\nw_cocoa.lua:9: .\fs_win.lua:171: attempt to get length of local 's' (a function value)
  ./nw_cocoa.lua:9: ./fs_posix.lua:632: cannot convert 'function' to 'void *'

Dependencies   This is a combined list of packages required by all modules of this
package on each supported platform, plus binary dependencies if any.
Darker names, if present, represent indirect dependencies.
Purlpe names, if present, represent packages that contain modules that must be already be loaded.

Note: These are only the dependencies required for the modules to load.
Runtime dependencies, if any, are shown separately below.

Tip: You may not need all the dependencies listed here if you are not planning
to use all the modules of the package -- look at per-module dependencies below.
 

Modules     P M

module   language
nw Lua
box2d  events  glue  luajit  time    bitmap  winapi    heap  xlib 
nw_cocoa Lua (has errors)
nw_winapi Lua
bitmap  box2d  glue  luajit  winapi    time  events 
nw_xlib Lua
box2d  glue  luajit  xlib    heap  time 

Scripts   This is the list of scripts (tests, demos, etc.).
Unlike normal modules, scripts are not run to track dependencies.
Instead, they are just parsed for require() calls.
This means that indirect dependencies are never shown.
  P M

script  
nw_demo
nw_test

Docs

name source file
nw nw.md
nw_keyboard nw_keyboard.md

Package:nw
Pkg type:Lua+ffi
Version: 47a24d5
Last commit:
Author: Cosmin Apreutesei
License: Public Domain

Requires: bitmap  box2d  cbframe  events  glue  luajit  time  winapi  xlib  dynasm  +heap 

Required by: testui  ui  cplayer 


Top