Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Bindings - other languages
»
DotNet
»
Computer
Print
Pages: [
1
]
Author
Topic: Computer (Read 3563 times)
0 Members and 1 Guest are viewing this topic.
First
Newbie
Posts: 41
Computer
«
on:
March 11, 2014, 09:51:35 am »
what is greater load on the computer's memory: the creation and drawing shapes (rectangle, circles) or textures and sprites?
Logged
G.
Hero Member
Posts: 1593
Re: Computer
«
Reply #1 on:
March 11, 2014, 12:26:14 pm »
Textures.
Logged
First
Newbie
Posts: 41
Re: Computer
«
Reply #2 on:
March 11, 2014, 03:24:16 pm »
so, speed paint 100 cicrle > 100 textures?
Logged
zsbzsb
Hero Member
Posts: 1409
Active Maintainer of CSFML/SFML.NET
Re: Computer
«
Reply #3 on:
March 12, 2014, 04:03:05 pm »
I think you need to clarify what you are asking.
Logged
Motion / MotionNET
- Complete video / audio playback for SFML / SFML.NET
NetEXT
- An SFML.NET Extension Library based on
Thor
Cadisol87
Full Member
Posts: 129
C++ Programmer
Re: Computer
«
Reply #4 on:
March 15, 2014, 12:52:50 am »
Quote from: First on March 11, 2014, 03:24:16 pm
so, speed paint 100 cicrle > 100 textures?
I think what you want to say is : " So it is faster to draw hundred circles than hundred sprites?"
And yeah, probably it's faster.
«
Last Edit: March 15, 2014, 01:01:12 am by Cadisol87
»
Logged
Print
Pages: [
1
]
SFML community forums
»
Bindings - other languages
»
DotNet
»
Computer