Search found 7 matches

by coolCatfish
Thu Nov 21, 2024 7:49 pm
Forum: Support and Development
Topic: Can't load .dll library into love app.
Replies: 2
Views: 1046

Re: Can't load .dll library into love app.

If anyone is interested: slime explains why this is and how to workaround:
https://github.com/love2d/love/issues/2120
by coolCatfish
Thu Nov 21, 2024 5:38 pm
Forum: Support and Development
Topic: Can't load .dll library into love app.
Replies: 2
Views: 1046

Re: Can't load .dll library into love app.

It does work when putting the .dll in my love framework folder. Loading it as:

utf8 = require 'lua-utf8'

will work fine. Loading it from my app folder though doesn't seem to work. I reported it as a bug.
by coolCatfish
Wed Nov 20, 2024 4:24 pm
Forum: Support and Development
Topic: Can't load .dll library into love app.
Replies: 2
Views: 1046

Can't load .dll library into love app.

I want comprehensive UTF8 handling and want to add this library (https://github.com/starwing/luautf8, and then also this one: https://luarocks.org/modules/rrt/lrexlib-pcre). But when requiring it in my love app, it gives this error: "C library 'lua-utf8' is incompatible." among other error...
by coolCatfish
Fri May 10, 2024 2:02 pm
Forum: Games and Creations
Topic: VELA
Replies: 4
Views: 2202

Re: VELA

You could be having a point. Every feedback is gold to me. It is for initial ideation, but also for any content / writing of any size. It's also meant for bigger, creative undertakings like essays, novels, screenplays, product developments... hence the infinite sky space. Maybe it's not visible beca...
by coolCatfish
Wed May 08, 2024 4:45 pm
Forum: Games and Creations
Topic: VELA
Replies: 4
Views: 2202

Re: VELA

It's actually just this: you place stars into the sky, and to those stars you can attach items (those rectangle frames) that you can fill with text and images. And that's really it, in a 2D environment. Constellations and fields are options to give your stars more order and meaning. But if that didn...
by coolCatfish
Tue May 07, 2024 2:00 pm
Forum: Games and Creations
Topic: VELA
Replies: 4
Views: 2202

VELA

Hey, here's my project that is about aiding the creative process.
Let me know what your impressions are.

https://www.kickstarter.com/projects/906419125/vela-0
by coolCatfish
Sat Nov 11, 2023 1:30 pm
Forum: Libraries and Tools
Topic: turn TOVE graphics into LÖVE graphics
Replies: 0
Views: 108670

turn TOVE graphics into LÖVE graphics

Hello everyone, the TOVE library has its own "graphics" object and different rendering engines that displays the graphics object. Among them is "texture" rendering. What I want is to export this texture into the standard LÖVE library, so that I can deal with it like with any othe...