Giter VIP home page Giter VIP logo

Comments (2)

kblaschke avatar kblaschke commented on June 16, 2024

Yes, definitely! We will from now on ensure the API is forward-compatible for all 4.x releases to come, so we'll just add new functions, but won't change or remove existing ones. That said, if you use the 4.0 API, no changes will be required unless you want to migrate to 5.0 at some later point (probably talking about a couple of years here, and even after that we may backport things to 4.x). We've got plenty of features to implement in the current major release, many of them will be available to apps without calling new API functions (yet there will be a few features added requiring new API functions like rendering to a specific FBO, but these are simply improvements which can be adopted at any time).

This was actually one of the two main goals of the 4.0 release:

  • Make the build system CMake-based and easy to use
  • Replace the C++ "API" of the previous versions with a C API to enable easier use, dynamic linking and disconnecting the actual API from the library implementation details.

Bottom line is, you can start immediately. The 4.1 release will, for example, only contain (huge) internal changes (all-new rendering, parser and expression evaluation code), but keep the API completely untouched, making it a non-effort upgrade. If we introduce new API calls later, you can decide yourself whether you want to use them or not, which solely depends on your requirements.

from projectm.

kblaschke avatar kblaschke commented on June 16, 2024

Closing the issue, as there's obviously no further need for discussion.

If there is, I'd also suggest posting in the Discussions section instead, as it's better suited for general questions.

from projectm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.