Search found 7 matches

by klewis
Thu Jul 15, 2021 5:19 pm
Forum: General
Topic: How to apply random sizes and colors to points
Replies: 8
Views: 7266

`

A million thanks on showing me a way to think about and tackle my situation to reach my goal. This looks amazing. and we are using pairs because of our custom key value pairs.

Thanks again!
by klewis
Thu Jul 15, 2021 3:02 pm
Forum: General
Topic: How to apply random sizes and colors to points
Replies: 8
Views: 7266

How to apply random sizes and colors to points

Hello, I'm trying to randomize sizes and colors for the use of love.graphics.points() I've been playing with the following logic to give it a go. What can I do to get closer to my goal? function love.load() local screen_width, screen_height = love.graphics.getDimensions() local max_stars = 100 -- ho...
by klewis
Tue Jun 08, 2021 1:52 pm
Forum: General
Topic: How can I use Love2d in Visual Studio Code?
Replies: 4
Views: 22627

Re: How can I use Love2d in Visual Studio Code?

For my setup in VSCode on Windows 10 here is what I do from the very start to finish : Download and install the latest version of VSCode Download and install LOVE app (64 bit) for Windows 10 Go to your environmental variables and add LOVE to path (we'll use this later to run commands from the termin...
by klewis
Sun Jan 19, 2020 8:32 pm
Forum: General
Topic: Official Discord server
Replies: 24
Views: 35332

Re: Official Discord server

I've set up an official Discord server for LÖVE at https://discord.gg/rhUets9 . It's still in its infancy so feedback is welcome! The IRC channel is still around of course, and I'll continue to be active there. Discord is generally more accessible than IRC however (despite discord's future not bein...
by klewis
Sat Jan 18, 2020 1:56 am
Forum: Support and Development
Topic: visualy tracking coordinate areas for sprites [Solutions Provided]
Replies: 4
Views: 5938

Re: visualy tracking coordinate areas for sprites

Thank you so much for the rich feedback. I will research each approach and test things on my end. This definitely gives me opportunities to dig into the framework!
by klewis
Fri Jan 17, 2020 2:18 pm
Forum: General
Topic: Recommendation for Tutorials starting point[solutions provided]i
Replies: 1
Views: 4005

Recommendation for Tutorials starting point[solutions provided]i

Hello all! I am 2 weeks in with love2d. I've taken several classes so far. It's becoming more clear to me that in order for me to really get a grip on love2d, I simply need to put in the time for more hands-on training. With that said, I currently have love 11.3 installed and I ran across your [Cate...
by klewis
Fri Jan 10, 2020 2:29 pm
Forum: Support and Development
Topic: visualy tracking coordinate areas for sprites [Solutions Provided]
Replies: 4
Views: 5938

visualy tracking coordinate areas for sprites [Solutions Provided]

Hello, my name is klewis and I am new to the community. I just want to say how awesome love2d is going for me so far. I pretty excited with the workflow process of building up games through the language. I'm in the midst of creating a zombie game that includes some sprite characters. Here is my prog...