Godot Vulkan Branch Now Master On GitHub - Printable Version +- Sick Gaming (https://www.sickgaming.net) +-- Forum: Programming (https://www.sickgaming.net/forum-76.html) +--- Forum: Game Development (https://www.sickgaming.net/forum-80.html) +--- Thread: Godot Vulkan Branch Now Master On GitHub (/thread-93663.html) |
Godot Vulkan Branch Now Master On GitHub - xSicKxBot - 02-19-2020 Godot Vulkan Branch Now Master On GitHub <div><p>The comes a time in every project where you have to switch from a developmental Work In Progress branch to the main branch and that time just occurred for the Godot game engine. The WIP Vulkan (and C++14) port is now the official branch on the Godot Github.</p> <p>Details from the <a href="https://godotengine.org/article/headsup-vulkan-merged-master-branch-unstable">Godot news page</a>:</p> <blockquote> <p>The Vulkan port is not ready yet, but we need to get it merged into the <code>master</code> branch as a lot of further development planned for Godot 4.0 depends on it.</p> <p>We plan to rework a lot of Godot’s internals (<code>core</code>) to allow fixing long-standing design issues and improving performance (including GDScript performance improvements). Moreover, our long-awaited port to C++14 will also happen now that the <code>vulkan</code> branch is merged into <code>master</code>, and many other codebase-wide changes were waiting for this: code style changes, Display/OS split, renaming of 3D nodes to unify our conventions, etc.</p> <p>The scope of the planned changes means that it would be impossible to do these changes in the <code>master</code> branch while keeping the <code>vulkan</code> branch separate, just as it would not be possible to do all those changes in the <code>vulkan</code> branch itself before merging into <code>master</code>: any rebase/merge would become extremely difficult due to the sheer amount of lines of code that will change.</p> <p>Up until now, we’ve been very cautious with regard to what changes we allow in the <code>vulkan</code> branch, as well as what new PRs we merge in <code>master</code>, to ensure that the <code>vulkan</code> branch can always be rebased on top of <code>master</code> for a later merge. I’ve been rebasing it periodically over the past 8 months, and even though we’ve been very conservative in the scope of the changes, in later months a full rebase could easily take me a full day of work.</p> <p>So we need everything in the main branch to stop limiting ourselves.</p> </blockquote> <p>Moving the development branch from 3.2 to 4.0 has some side effects, specifically outstanding Pull Requests. Unfortunately the simplest option seems to be the best in this case, to close those requests and hopefully “port” them to the new master branch.</p> <blockquote> <p>While closing PRs may seem a bit abrupt, we ask all contributors to understand that this is done to help us cope with the sheer amount of proposals in parallel to having to refactor a lot of the engine’s codebase. This closing does not mean that we <em>reject</em> the PRs, nor that we do not seem them as worthy contributions. But by asking the authors to re-assess their own proposals and make them compatible with Godot 4.0, we will save a lot of precious development time and get ourselves some breathing air in the current overcrowded PRs.</p> <p>Closed PRs will have the <code>salvageable</code> label, which we use to denote PRs with code that could be salvaged to make a new, updated (and possibly improved) PR, either by the original author or by a new contributor. So we will not lose code in the process, since everything will still be accessible from the closed PRs and easily identifiable thanks to the <code>salvageable</code> label.</p> </blockquote> <p>If you use a major release version downloaded from Godot’s download page or from Steam, this change doesn’t actually effect you. If you want to check out the new Vulkan master branch but don’t want to build the code yourself, you can get a <a href="https://hugo.pro/projects/godot-builds/">nightly build here</a>.</p> <p>Learn more about this change and it’s ramifications in the <a href="https://youtu.be/7kpSUd-8zHs">video</a> below.</p> <p align="center">[youtube https://www.youtube.com/watch?v=7kpSUd-8zHs&w=853&h=480] </p> <p class="under"> <span class="categories"><a href="https://www.gamefromscratch.com/category/GameDev-News.aspx">GameDev News</a></span> <span class="tags"><a href="https://www.gamefromscratch.com/?tag=/Godot" rel="tag">Godot</a></span> </p> <hr> <p> <!–</p> <p>–></p> </div> https://www.sickgaming.net/blog/2020/02/11/godot-vulkan-branch-now-master-on-github/ |