Search found 9 matches

by artificialallium
Tue May 23, 2023 1:03 pm
Forum: Support and Development
Topic: UDP networking on Chromebook.
Replies: 3
Views: 669

Re: UDP networking on Chromebook.

I am not talking about running the love code, I am talking about running the LUA code in a seperate window. I need to create a server program this is coded in lua, not love.
by artificialallium
Tue May 23, 2023 9:46 am
Forum: Support and Development
Topic: UDP networking on Chromebook.
Replies: 3
Views: 669

UDP networking on Chromebook.

I am following the networking tutorial on https://love2d.org/wiki/Tutorial:Networking_with_UDP And have got to the server part. I am currently using a love2d extension of VScode to run my code as it seems to be one of the only ways to run code on the built in debian on ChromeOS. How would I install ...
by artificialallium
Tue Nov 15, 2022 2:59 pm
Forum: Support and Development
Topic: Drawing the 'Negative' of a circle.
Replies: 10
Views: 1914

Drawing the 'Negative' of a circle.

Hi, I've just been thinking about how you could go about drawing everything in black apart from a circular area, preferably with a radius adjustable in runtime. Similar to the transition effect when you die or finish a level in CELESTE.It just seems like something so simple and yet i'm drawing a bla...
by artificialallium
Thu Sep 15, 2022 9:41 am
Forum: Support and Development
Topic: Black Screen on Chromebook
Replies: 1
Views: 983

Black Screen on Chromebook

Hey! its me, the crazy person trying to make this chromebook useable. I am unable to open main.lua files from either the chromebook storage or from the org.love2d.android folder. when running a file from chromebook storage (using ES file explorer), i get the no game screen. When running a file from ...
by artificialallium
Sun Apr 10, 2022 1:53 pm
Forum: Support and Development
Topic: Good IDE's for ARM64 chromebooks
Replies: 3
Views: 2349

Re: Good IDE's for ARM64 chromebooks

I'm relatively new to lua, and linux in general. I managed to get love working on chromebook natively using the app, a file manager and a basic text editor. However, it was extremely barebones with no syntax highlighting, no auto completion, no running within the ide, and worst of all... no tab key...
by artificialallium
Sat Apr 09, 2022 9:23 pm
Forum: Support and Development
Topic: Good IDE's for ARM64 chromebooks
Replies: 3
Views: 2349

Good IDE's for ARM64 chromebooks

I'm relatively new to lua, and linux in general. I managed to get love working on chromebook natively using the app, a file manager and a basic text editor. However, it was extremely barebones with no syntax highlighting, no auto completion, no running within the ide, and worst of all... no tab key ...
by artificialallium
Wed Feb 09, 2022 6:13 pm
Forum: Support and Development
Topic: Running Love2d on Chromebook
Replies: 4
Views: 4672

Re: Running Love2d on Chromebook

I'm finding it difficult to install love2d on the linux vm as it is an ARM system and the appimage is x86. There is an android app but i don't know how to run my code in it as you cannot drag the main.lua file/folder to the app. By terminal do you mean the linux terminal or the one you get by pressi...
by artificialallium
Tue Feb 08, 2022 7:45 pm
Forum: Support and Development
Topic: Running Love2d on Chromebook
Replies: 4
Views: 4672

Running Love2d on Chromebook

I recently acquired a chromebook and after some searching around found that LÖVE2D is a really good engine to use. I can install it from the google play store fine but... how.. are you meant.. to run the main.lua file you just coded? You cannot drag the file onto the love app and the file system on ...