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

Author Topic: "the upcoming 3.0 and its breaking changes." -- what does this mean ?  (Read 6857 times)

0 Members and 1 Guest are viewing this topic.

jamesL

  • Full Member
  • ***
  • Posts: 124
    • View Profile
the quote is from https://github.com/SFML/SFML/pull/1235

so what does it mean that 3.0 has breaking changes ?

code samples in existing books will now need "minor" / "major" changes ?

the tutorials and wiki will need significant changes ?

sfml will no longer work on OpenGL < 3.1 ? 

or something inconsequential like "existing programs will need to be recompiled due to changes in sfml dependencies"

Hapax

  • Hero Member
  • *****
  • Posts: 3351
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: "the upcoming 3.0 and its breaking changes." -- what does this mean ?
« Reply #1 on: September 20, 2017, 12:16:55 am »
Software written using SFML 2 would need its SFML parts to be modified to match the version 3 interface.

Breaking, in this context, basically means that existing version 2 programs won't run as is without modification.

Note that this is identical to the 'breaking' interface of SFML version 2 from version 1.

It allows major updates to SFML without requiring direct backwards-compatibility. For example, SFML 3 will use C++11 (or later) whereas SFML 2 does not so C++11 (or later) compiler will be required for SFML 3.

All this helps us to understand that it might be some time before SFML 3 appears.


I'd like to know the current design for 3's interface is shaping up (if it's begun) so we can be prepared for it. :)
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

Mario

  • SFML Team
  • Hero Member
  • *****
  • Posts: 878
    • View Profile
Re: "the upcoming 3.0 and its breaking changes." -- what does this mean ?
« Reply #2 on: September 20, 2017, 09:16:20 am »
Also keep in mind this doesn't necessarily mean your code will break. Depending on how you've written your program, what you're using, etc. it's certainly possible you wouldn't need any change at all.

MetalCoder

  • Newbie
  • *
  • Posts: 31
    • View Profile
Re: "the upcoming 3.0 and its breaking changes." -- what does this mean ?
« Reply #3 on: October 28, 2017, 03:30:55 am »
Is there a roadmap for 3.0? I'm pretty curious to learn what will be coming in the new version of SFML.

lukaius

  • Guest
Re: "the upcoming 3.0 and its breaking changes." -- what does this mean ?
« Reply #4 on: November 03, 2017, 03:23:20 pm »
Cant wait but i just a learned sfml 2.4

 

anything