Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Freedon Nadd

Pages: [1]
1
DotNet / Re: Fast drawing bitmap
« on: January 16, 2013, 02:00:58 am »

I'm trying to make a tool that process a bitmap with different filters and display juste like a video.
I've looked around the web and SFML was rated one of the fastest renderer, I'm trying it out.

If you have any other idea please let me know.

Thanks for your help.

Freedon

2
DotNet / Re: Fast drawing bitmap
« on: January 15, 2013, 09:20:44 pm »
Hi,

Thanks for the quick reply.

Let say the bitmap is 1920x1080 and I receive a brand new one every 33 millisecond and I cannot preload them.

What would be my options?

Thanks for your help.

Freedon

3
DotNet / Fast drawing bitmap
« on: January 15, 2013, 05:28:44 am »
Hi,

I'm new with SFML 2.0 and I was wondering how to rapidly draw large bitmaps.

Should I use a texture?
Should I create new texture for every bitmap or should I update the same one over and over?

What would be the fastest way?

Thanks for your help.

Freedon

Pages: [1]