Search found 76 matches

by zalander
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...
by zalander
Wed Sep 25, 2024 3:26 pm
Forum: Libraries and Tools
Topic: A lightweight UI library for LOVE
Replies: 3
Views: 12798

Re: A lightweight UI library for LOVE

dusoft wrote: Mon Sep 23, 2024 8:52 pm Can you provide some screenshots?
Sure !
Please note though that the library is in very early development. :|
by zalander
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...
by zalander
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 ! :D
by zalander
Thu Feb 15, 2024 2:16 pm
Forum: Support and Development
Topic: Http requests
Replies: 7
Views: 1740

Re: Http requests

pgimeno wrote: Wed Feb 14, 2024 4:58 pm It sounds like a wrong DLL. Either wrong bits (32 vs 64) or this ssl.dll is not the one expected by LuaSec.
Thanks for the help ill look for another DLL.
by zalander
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...
by zalander
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 ! :3 Ill test the libs out.
Thanks one again !
by zalander
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/...
by zalander
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
by zalander
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.