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

Author Topic: SFML.NET Proposed Changes  (Read 26628 times)

0 Members and 1 Guest are viewing this topic.

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: SFML.NET Proposed Changes
« Reply #45 on: July 07, 2014, 08:09:58 pm »
Note that VertexArray is slow due to P/Invoke.

Its slow how? In my experience it is just as fast as the native implementation.

Quote
Maybe we should just reimplement entire thing as a subclass of List<T>.

And this would help how?
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

krzat

  • Full Member
  • ***
  • Posts: 107
    • View Profile
Re: SFML.NET Proposed Changes
« Reply #46 on: July 07, 2014, 09:01:22 pm »
Nevermind. I checked and setting points is only like 2x slower on VertexArray. I was expecting order of magnitude slower.
SFML.Utils - useful extensions for SFML.Net

 

anything