Search found 4 matches

by luarocks
Tue Oct 26, 2021 5:50 pm
Forum: Libraries and Tools
Topic: cimgui-love: another LÖVE module for DearImGui using LuaJIT FFI
Replies: 5
Views: 19079

Re: cimgui-love: another LÖVE module for DearImGui using LuaJIT FFI

The library looks very cool, but is it possible to decorate windows using texture atlases?
I think it is very important feature for game GUI.
by luarocks
Sun Feb 16, 2020 9:52 pm
Forum: General
Topic: Text Editors can't find LOVE
Replies: 3
Views: 7377

Re: Text Editors can't find LOVE

To run love-project you need to open with love the directory (or archive) where main.lua located, but not main.lua itself. For example:

Code: Select all

cd ~/my_awesome_project
/usr/bin/love .
by luarocks
Tue Feb 11, 2020 10:20 am
Forum: General
Topic: What code editor do you use ?
Replies: 195
Views: 298637

Re: What code editor do you use ?

I really don't understand, why do you people use primitive text editors instead of full featured IDE which can show you autocomplete not only from love-classes, like this: https://love2d.org/imgmirrur/m0ZmGVx.png but also from your own classes, like this: https://love2d.org/imgmirrur/i1GLG5L.png You...