Search found 7 matches

by Featzen
Thu Jan 21, 2016 2:43 am
Forum: Libraries and Tools
Topic: [Library] Kuey Encoding/Decoding
Replies: 3
Views: 4624

Re: [Library] Kuey Encoding/Decoding

LoL, i made this post and forgot to post the lib, posting.
hahahaha
by Featzen
Thu Jan 21, 2016 2:02 am
Forum: Libraries and Tools
Topic: [Library] Kuey Encoding/Decoding
Replies: 3
Views: 4624

[Library] Kuey Encoding/Decoding

I made this small module for fun, and decided to post here. I don't know the algorithm, but works, haha. Example: Kuey = require("Kuey") local Encoded = Kuey.encode("Love is life!", "love2d") -- Encode the string with "love2d" as key print(Encoded) -- Show the...
by Featzen
Mon Nov 09, 2015 6:12 pm
Forum: Support and Development
Topic: Simple test problem
Replies: 2
Views: 1585

Simple test problem

I made a simple spritebatch draw test and it is stopping windows(7) Window manager everytime i run.
What is wrong?

The test:
Test.love
(79.68 KiB) Downloaded 260 times
by Featzen
Fri Jul 10, 2015 3:59 am
Forum: Support and Development
Topic: [SOLVED]Draw order affecting speed
Replies: 10
Views: 6842

Re: Draw order affecting speed

I'm drawing images, now with spritebatch. But i'm doing something wrong, what is? Here, still 6 fps :s Mate, We're running at 60 over here! I think there might be a problem over your side ... oO With the https://love2d.org/wiki/Tutorial:Efficient_Tile-based_Scrolling , my fps over 60 too. I'm reall...
by Featzen
Thu Jul 09, 2015 10:53 pm
Forum: Support and Development
Topic: [SOLVED]Draw order affecting speed
Replies: 10
Views: 6842

Re: Draw order affecting speed

I'm drawing images, now with spritebatch.
But i'm doing something wrong, what is?
Here, still 6 fps :s
by Featzen
Tue Jul 07, 2015 9:48 am
Forum: Support and Development
Topic: [SOLVED]Draw order affecting speed
Replies: 10
Views: 6842

Re: Draw order affecting speed

Thank you both, i will read about spritebatch.

Love2d is beautiful :p
by Featzen
Tue Jul 07, 2015 3:18 am
Forum: Support and Development
Topic: [SOLVED]Draw order affecting speed
Replies: 10
Views: 6842

[SOLVED]Draw order affecting speed

First of all, sorry my bad english, i'm from Brazil...
Well, my problem is:
when i draw multiple images with a loop(like from zero to 600), my game still slow, the character moves slow.
Are there some solution for it?

See the video(very low quality)