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

Author Topic: Future of SFML dotnet question  (Read 4197 times)

0 Members and 1 Guest are viewing this topic.

2bitmem

  • Newbie
  • *
  • Posts: 2
    • View Profile
Future of SFML dotnet question
« on: May 05, 2014, 08:28:49 am »
Hello, everyone I'm new here and I have what is to me an important question.

I program in VB .NET specifically I use VB .NET 2010 Express Edition.

I wanted to know what the future of SFML DotNet is. I have not searched around so I thought it would be best to ask here at the source. I would like to use the library for game development, but most libraries that work with VB have a really short lifespan. Is it safe for me to dedicate my programming to using the library? Are there any news or plans for sfml in the near future? I just wanted to ask here.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Future of SFML dotnet question
« Reply #1 on: May 05, 2014, 08:41:15 am »
Quote
Is it safe for me to dedicate my programming to using the library?
SFML has been around for 7 years, and I do my best to make sure it will still be there for long. There's me, an official team of maintainers, and an active community behind SFML so it's not going to die soon.

Quote
Are there any news or plans for sfml in the near future?
The near future is SFML 2.2 (a few weeks). We have also started to think about SFML 3.
Laurent Gomila - SFML developer

2bitmem

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Future of SFML dotnet question
« Reply #2 on: May 05, 2014, 04:03:27 pm »
Ok, very good. I'm looking over the sfml game development book now. I'm in the process of choosing a programming route. It's between c++ c# an vb. I hope to use sfml and c++ I think, but dotnet is still tempting.

Deathbeam

  • Jr. Member
  • **
  • Posts: 82
  • VB6, VB.NET, C#, HTML, PHP, CSS, JavaScript nerd.
    • View Profile
    • My portfolio
    • Email
Re: Future of SFML dotnet question
« Reply #3 on: May 05, 2014, 05:35:59 pm »
Ok, very good. I'm looking over the sfml game development book now. I'm in the process of choosing a programming route. It's between c++ c# an vb. I hope to use sfml and c++ I think, but dotnet is still tempting.
C# rules ;)
Spooker Framework - Open source gaming library
My portfolio
Indie Armory - Small community of a game developers. Everyone is welcome. Bring your friends, family, pets...

StormWingDelta

  • Sr. Member
  • ****
  • Posts: 365
    • View Profile
Re: Future of SFML dotnet question
« Reply #4 on: May 05, 2014, 06:16:52 pm »
Ok, very good. I'm looking over the sfml game development book now. I'm in the process of choosing a programming route. It's between c++ c# an vb. I hope to use sfml and c++ I think, but dotnet is still tempting.
C# rules ;)
Yep, since it is faster to get setup in than C++ in my opinion. :) :D
I have many ideas but need the help of others to find way to make use of them.

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: Future of SFML dotnet question
« Reply #5 on: May 05, 2014, 06:24:53 pm »

There is no "best" language. There's only "best for a specific purpose".
C++ has plenty of flaws, but it does have (IMO) a few major things going for it:
- speed
- no garbage collector (yes, I see that as a feature)
- not MS centric, works easily across different hardware and OS's.

Just my $0.02
« Last Edit: May 05, 2014, 06:58:41 pm by Jesper Juhl »

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Future of SFML dotnet question
« Reply #6 on: May 05, 2014, 06:57:07 pm »
Stop this full quoting madness. PLEASE.
Laurent Gomila - SFML developer

 

anything