Hi! First post from me!
I'm just getting started. I would like to play with some client/server socket-type code on the one machine. Is there some way to get LÖVE2D to start with no GUI/headless for the server side? I'm trying to keep my dev environment SUPER simple and want to dive in to Lua programming at both ends (I'm a C++ greybeard).
Thanks!
James
Headless mode?
Re: Headless mode?
You can set t.window to false in [wiki]love.conf[/wiki]. That should do it.
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
Re: Headless mode?
That worked a treat. Thanks!
Who is online
Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 2 guests