Search found 20 matches

by DiegoG
Wed Feb 07, 2018 12:34 am
Forum: General
Topic: Image perspective transformation
Replies: 1
Views: 2188

Image perspective transformation

Hello! Thanks for viewing my thread The thing I want to ask about is what's the best possible way to 'apply' perspective into an image I've thought a bit about it and the answer I've thought of is to go along the y axis from the bottom to the top of an image and change the width little by little as ...
by DiegoG
Thu Feb 01, 2018 6:50 pm
Forum: General
Topic: Problem with Animations
Replies: 2
Views: 2400

Re: Problem with Animations

Wow.
I'm a moron.

Thanks for your help though! Really appreciated :D
It works now!
by DiegoG
Thu Feb 01, 2018 2:19 am
Forum: General
Topic: Problem with Animations
Replies: 2
Views: 2400

Problem with Animations

Hello, I've been working on a project for a while and just recently, while I was testing, I found a rather peculiar error in the animations handler I made -- It doesn't draw the image at all I've checked all the relevant data I could think of, presence of assets, animation states, switching, quad sw...
by DiegoG
Sat Dec 09, 2017 3:16 am
Forum: General
Topic: should I use canvas
Replies: 4
Views: 3776

Re: should I use canvas

I would recommend using canvases for things like backgrounds, but, as grump said, mostly only for complex drawings and other slow rendering processes. For example, in one of my projects I create a tile-based map with a simple table of tile-ids, and so each tile must be drawn at a different position ...
by DiegoG
Mon Oct 30, 2017 12:43 am
Forum: General
Topic: Questions about love2d
Replies: 3
Views: 3459

Re: Questions about love2d

Hi, welcome to the forums! Regarding your questions, Love2d uses LuaJIT, as stated above, which makes the framework possibly even faster than others; but the most important thing to know about Love2d is that unlike regular engines or frameworks, it does not walk you through all the developing, every...
by DiegoG
Tue Jun 06, 2017 4:15 am
Forum: General
Topic: Looking for help at game-developing
Replies: 2
Views: 2649

Looking for help at game-developing

Hi, fellow lovers! As the title said, I'm looking for help, but not just any kind of help. I'm looking to something similar to hiring someone to help me. Details Someone with decent (Can make a simple use of without much trouble) experience in Lua, Love2D, and Game Developing Someone who's willing t...
by DiegoG
Tue Jun 06, 2017 3:44 am
Forum: General
Topic: Good grid based movement
Replies: 6
Views: 7994

Re: Good grid based movement

If you're asking about how to implement it, I'd suggest you take a look at a game I made (If you can decipher the ABSOLUTE MESS that is that code, mostly because of deadlines and lack of experience) called PAC-MATH; specifically check the game.lua file.
by DiegoG
Mon May 29, 2017 1:52 am
Forum: Support and Development
Topic: Unable to play videos on LÖVE
Replies: 11
Views: 9624

Re: Unable to play videos on LÖVE

What's your CPU usage like (via the Task Manager or similar) while playing the video? What's the resolution and requested framerate (the frame rate that the video is supposed to be playing back at)? It sounds like the video and audio decoding might be doing too much work for your CPU to handle. 1.p...
by DiegoG
Mon May 29, 2017 12:13 am
Forum: Support and Development
Topic: Unable to play videos on LÖVE
Replies: 11
Views: 9624

Re: Unable to play videos on LÖVE

love.video uses the Ogg Theora format for video playback. love comes bundled with the necessary libraries for decoding Theora videos. When you say they play 'really bugged', what does it look like (does a screenshot accurately show what it looks like)? Thanks for clearing that up; and I can't quite...
by DiegoG
Sat May 27, 2017 5:28 am
Forum: Games and Creations
Topic: PAC-MATH
Replies: 3
Views: 3909

Re: PAC-MATH

Hey dude thanks for sharing your game! I honestly had a hard time trying to figure out how to play the game at first. Is it okay if you edit your first post or make a new post explaining how to play the game (or did I missed if from the very good main menu you've done?) Thanks. No problem, thank yo...