Search found 53 matches

by Lovingsoul1337
Sat Jun 17, 2023 10:19 pm
Forum: Support and Development
Topic: Love with Coroutine Window say's "Not Responding."
Replies: 1
Views: 2627

Love with Coroutine Window say's "Not Responding."

Can someone tell me what this could be ? I tried so much stuff now and not 1 single thing worked. The command prompt is printing the coord's but the love window doesn't show anything and just say "not responding". [b]main.lua[/b] local she = require("she") local She = she.new(&qu...
by Lovingsoul1337
Mon May 18, 2020 12:54 pm
Forum: General
Topic: Love2D to switch
Replies: 11
Views: 27138

Love2D to switch

Hey there is is possible to port a love2D game to switch ? :)
by Lovingsoul1337
Sat May 16, 2020 8:39 am
Forum: General
Topic: Project Structure how is yours ?
Replies: 0
Views: 9930

Project Structure how is yours ?

Wanted tos how my project Structure...so that you may can improve yours aswell ! --> https://snipboard.io/zLhtTc.jpg I added 2 things may other Dev's dont do, we are working with git, so every teammember got the same structure and you can work together: I added 2 things that may other Devs dont do: ...
by Lovingsoul1337
Sat May 16, 2020 8:23 am
Forum: General
Topic: The Perfect Game !
Replies: 5
Views: 14765

The Perfect Game !

Yesterday i tought about these Question, what would create the most perfect Game ? I think that is a Question every Game Designer should ask hisself ! And i came up to a good way to improve your Game: What is the goal of the Game ? How can i reach it ? Create the most fun engaging way to reach the g...
by Lovingsoul1337
Mon May 11, 2020 6:11 pm
Forum: Support and Development
Topic: love.filesystem.getDirectoryItems("SimpleElementSystem.Systems")
Replies: 2
Views: 2442

love.filesystem.getDirectoryItems("SimpleElementSystem.Systems")

Hey there can you may help me ? For some reason i can't read the file and it doesnt print love local littlehelper = {} function littlehelper.requireSystems() local systemTable = {} local systemName for k, v in ipairs(love.filesystem.getDirectoryItems("SimpleElementSystem.Systems")) do prin...
by Lovingsoul1337
Sun May 10, 2020 5:24 pm
Forum: Libraries and Tools
Topic: My first ECS libary !
Replies: 0
Views: 10556

My first ECS libary !

Hey there i finished my first libary and want offer it here ! Its called Simple Element System . My idea behind the libary was that you can with few lines of code to see some results so im here with my 8 step system(actually i just did see you can even have less :)) First download the lib on --> htt...
by Lovingsoul1337
Sun May 10, 2020 10:06 am
Forum: General
Topic: Looking for a Teammember ! Lua & Love !
Replies: 0
Views: 9122

Looking for a Teammember ! Lua & Love !

Hey there, we are currently a team of 3 people, and we looking for another pixel artist/coder that helps us creating our game. We are beginner game designer so we looking for someone who want start aswell working with a team together on a project ! What we are creating ? A Game called Lovie & Me...
by Lovingsoul1337
Tue May 05, 2020 8:39 am
Forum: Support and Development
Topic: Problem with gamepad input ! No Reaction...
Replies: 1
Views: 2156

Re: Problem with gamepad input ! No Reaction...

Found a way ! I did now use Gamepad Methods and it did work !
by Lovingsoul1337
Sun May 03, 2020 7:49 pm
Forum: Support and Development
Topic: Problem with gamepad input ! No Reaction...
Replies: 1
Views: 2156

Problem with gamepad input ! No Reaction...

Hey there i try to implement a joystick class and for some reason no input changes: local joystick = {} joystick.__index = joystick joystick.arrow = love.graphics.newImage('Assets/test_arrow_numberouno.png') love.joystick.loadGamepadMappings('ControlManager/controllermapping.txt') function joystick....
by Lovingsoul1337
Sun May 03, 2020 6:26 pm
Forum: General
Topic: Suggestion: Vector Functions
Replies: 3
Views: 3819

Suggestion: Vector Functions

Would be great if you would add vector's to love2d...is there a reason they are not built in ?

best regards