Search found 5 matches

by Malmik
Fri Feb 15, 2019 11:29 am
Forum: Support and Development
Topic: Quad vs SpriteBatch
Replies: 6
Views: 4519

Re: Quad vs SpriteBatch

Hi, sorry for poor english :nyu: ! I was contemplating: What will change (in means of efficiency and speed of course) when instead of using spritebatch to draw my quads, I will "prerender" them to canvas and draw every frame as ChicoGameDev showed? Ps. Thanks Chico for sooo pleasant respon...
by Malmik
Thu Feb 14, 2019 7:11 pm
Forum: General
Topic: Hi, how to change forum password?
Replies: 2
Views: 3332

Re: Hi, how to change forum password?

Damn, I am really blind! Thanks anyway ;)
by Malmik
Thu Feb 14, 2019 6:47 pm
Forum: Support and Development
Topic: Quad vs SpriteBatch
Replies: 6
Views: 4519

Quad vs SpriteBatch

Hello, I want to make terrain in my game using tileset. What will be different, when instead of adding quads to spriteBatch, I will draw them to canvas first, then draw that canvas every frame?
by Malmik
Thu Feb 14, 2019 6:44 pm
Forum: General
Topic: Hi, how to change forum password?
Replies: 2
Views: 3332

Hi, how to change forum password?

I have just reseted my password and I want to change it. There is no such information in profile tab, neither in current threads. Any way to do it?
by Malmik
Fri Aug 03, 2018 3:30 pm
Forum: Support and Development
Topic: Runing love2d inside python
Replies: 2
Views: 5854

Runing love2d inside python

Hi, I am planning to make a game with friend that is good in python 2. I decided to either learn python or write my part of code in lua, but i don't want to learn python 2 but 3, so second option is better in my opinion, and so - I need your help: I am not good programmer, I have only written one si...