Search found 76 matches
- Mon Dec 09, 2024 2:14 pm
- Forum: Libraries and Tools
- Topic: Guified – Simplifying GUIs in LOVE2D
- Replies: 1
- Views: 977
Guified – Simplifying GUIs in LOVE2D
Introducing "Guified" – A GUI Library for LOVE2D Hey everyone, I’m excited to introduce my new library, Guified , designed to make building user interfaces in LOVE2D a lot easier and more intuitive. It's a lightweight and flexible GUI toolkit that simplifies window management, UI elements...
- Wed Sep 25, 2024 3:26 pm
- Forum: Libraries and Tools
- Topic: A lightweight UI library for LOVE
- Replies: 3
- Views: 12798
- Sat Sep 21, 2024 2:36 pm
- Forum: Libraries and Tools
- Topic: A lightweight UI library for LOVE
- Replies: 3
- Views: 12798
A lightweight UI library for LOVE
Hi ! I had some(a lot) time on my hands recently so I made a UI library for LOVE. I am not good a making libs so i would love to get feedback :D. The lib exists at https://github.com/zalanwastaken/guified . or you can download the .zip file. Thanks for taking your time to take a look at my stupid li...
- Sat May 04, 2024 5:36 am
- Forum: Games and Creations
- Topic: A text editor in LOVE
- Replies: 0
- Views: 7859
A text editor in LOVE
Sup,
As usual been up to stupid stuff anyways.
I've been working on a text editor based on LOVE2D.
Wont be something big just a small project.
Here is the repo for the project:-
https://github.com/zalanwastaken/typer? ... me-ov-file
Hope you like it !
As usual been up to stupid stuff anyways.
I've been working on a text editor based on LOVE2D.
Wont be something big just a small project.
Here is the repo for the project:-
https://github.com/zalanwastaken/typer? ... me-ov-file
Hope you like it !
- Thu Feb 15, 2024 2:16 pm
- Forum: Support and Development
- Topic: Http requests
- Replies: 7
- Views: 1740
- Sun Feb 11, 2024 12:31 pm
- Forum: Support and Development
- Topic: Http requests
- Replies: 7
- Views: 1740
Re: Http requests
Found this: https://github.com/26F-Studio/love-luasec/releases/tag/v1.0.3 And finally a new error. Here is the error Error error loading module 'ssl' from file 'C:\Program Files\LOVE\ssl.dll': The specified procedure could not be found. Traceback [love "callbacks.lua"]:228: in function 'ha...
- Sat Feb 10, 2024 4:51 am
- Forum: Support and Development
- Topic: Http requests
- Replies: 7
- Views: 1740
Re: Http requests
Thanks for the help guys ! Ill test the libs out.
Thanks one again !
Thanks one again !
- Fri Feb 09, 2024 4:10 pm
- Forum: Support and Development
- Topic: Http requests
- Replies: 7
- Views: 1740
Http requests
Sup, Working on some thing And I need help with socket.http, i need to get some files from pastebin but when ever i send a req i always get a 301. Here is the code local http = require("socket.http") local body, statusCode, headers, statusText = http.request("https://pastebin.com/raw/...
- Thu Feb 01, 2024 4:04 pm
- Forum: Support and Development
- Topic: Broken console output
- Replies: 2
- Views: 78970
Re: Broken console output
You need to run the .love file it should run the python code in a separate thread.
EDIT:
The console output looks like this
EDIT:
The console output looks like this
- Tue Jan 23, 2024 11:46 am
- Forum: Support and Development
- Topic: How to get the pointer to a file ?
- Replies: 2
- Views: 1348
Re: How to get the pointer to a file ?
Nwm figured it out thanks for the help though.