lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Congrats on the nice website !

Thanks!

> I am curious, what are you doing with luapower ? Any apps or examples to
> show case ?

I have a code editor in the works (called codedit), and all *_demo.lua
files that work on Windows for now (showcasing 2D geometry, font
rasterization, IMGUI, etc). I'll port these to Linux as soon as I find
a good way to put a window on the screen and get input (I'll probably
use SDL - for windows I used winapi directly).