Brandon Sanderson’s Mistborn Movie Takes a Massive Step Toward Reality

Comment Views: 0
Mistborn adaptation development update Image: Brotherwise Games/Dragonsteel Entertainment

Unlike certain fantasy authors notorious for prolonged silence, Brandon Sanderson maintains remarkable transparency regarding his literary and cinematic ventures. Ever since securing a major partnership with Apple earlier this year to bring his sprawling Cosmere universe to the screen, he has consistently updated fans on his progress. He stayed true to his self-imposed timeline, announcing on X that he officially completed the initial screenplay for Mistborn right alongside the book’s 20th anniversary.

<p><em>Mistborn: The Final Empire</em> launched Sanderson’s foundational trilogy and established the grand scale of his <a href="https://www.polygon.com/brandon-sanderson-cosmere-origins-elantris-mistborn/" target="_blank">interconnected Cosmere vision</a>. Situated in a bleak, ash-choked empire ruled by an immortal dictator known as the Lord Ruler, the narrative centers on Vin, a street-smart thief who discovers she wields extraordinary magical capabilities. She allies with a daring underground crew of rebels striving to dismantle the oppressive regime through calculated heists and political subversion.</p>

<div class="body-img landscape">
    <div class="responsive-img image-expandable img-article-item" style="padding-bottom:66.666666666667%" data-img-url="https://static0.polygonimages.com/wordpress/wp-content/uploads/2024/11/mistborn-1.png" data-modal-id="single-image-modal" data-modal-container-id="single-image-modal-container" data-img-caption='""'>
        <picture>
            <source media="(max-width: 480px)" data-srcset="https://static0.polygonimages.com/wordpress/wp-content/uploads/2024/11/mistborn-1.png?q=49&amp;fit=crop&amp;w=500&amp;dpr=2" srcset="https://static0.polygonimages.com/wordpress/wp-content/uploads/2024/11/mistborn-1.png?q=49&amp;fit=crop&amp;w=500&amp;dpr=2">
            <source media="(max-width: 767px)" data-srcset="https://static0.polygonimages.com/wordpress/wp-content/uploads/2024/11/mistborn-1.png?q=49&amp;fit=crop&amp;w=800&amp;dpr=2" srcset="https://static0.polygonimages.com/wordpress/wp-content/uploads/2024/11/mistborn-1.png?q=49&amp;fit=crop&amp;w=800&amp;dpr=2">
            <source media="(max-width: 1023px)" data-srcset="https://static0.polygonimages.com/wordpress/wp-content/uploads/2024/11/mistborn-1.png?q=49&amp;fit=crop&amp;w=825&amp;dpr=2" srcset="https://static0.polygonimages.com/wordpress/wp-content/uploads/2024/11/mistborn-1.png?q=49&amp;fit=crop&amp;w=825&amp;dpr=2">
            <img width="1650" height="1100" loading="lazy" decoding="async" alt="The cover of The Final Empire by Brandon Sanderson" data-img-url="https://static0.polygonimages.com/wordpress/wp-content/uploads/2024/11/mistborn-1.png?q=49&amp;fit=crop&amp;w=825&amp;dpr=2" src="https://static0.polygonimages.com/wordpress/wp-content/uploads/2024/11/mistborn-1.png?q=49&amp;fit=crop&amp;w=825&amp;dpr=2" class="img-brightness-opt-out">
        </picture>
    </div>
</div>

<p>As the literary saga unfolds, Sanderson reveals that the deep-seated corruption plaguing the planet of Scadriel stems from godlike entities called Shards, which serve as the source of magic throughout the universe. The ideological clashes between these powerful forces drive his monumental series, <em>The Stormlight Archive</em>—another property slated for adaptation under the Apple agreement, though its greenlight ultimately depends on the cinematic triumph of <em>Mistborn</em>. Mindful of this high-stakes pressure, Sanderson has modeled his approach on DC Studios co-head James Gunn, prioritizing a bulletproof screenplay to minimize costly reshoots. Furthermore, he remains fiercely committed to honoring the source material faithfully rather than inventing superficial subplots for the sake of pacing.</p>

<p>True to his reputation as a <a href="https://www.polygon.com/brandon-sanderson-writing-tips-productivity-finish-a-novel/" target="_blank">prolific powerhouse</a>, Sanderson shows no signs of slowing down. He recently finalized the opening volume of a brand-new Mistborn sub-series titled "Ghostbloods," alongside <em>Songrise</em>, the sophomore installment of his <a href="https://www.polygon.com/brandon-sanderson-blightfall-exclusive-excerpt/" target="_blank">forthcoming sci-fi collaboration</a> with Janci Patterson. Additionally, his next major Cosmere release, <a href="https://www.polygon.com/brandon-sanderson-new-cosmere-novel-the-fires-of-december/" target="_blank"><em>The Fires of December</em></a>, is scheduled to hit shelves on December 8.</p>

<div class="display-card video large no-badge">
    <div class="w-adsninja-video-player">
        <div class="an-ignore">
            <div class="adsninja-video-player emaki-video-player emaki-video-player-fc68f526670e0e0c" id="emaki-video-player-fc68f526670e0e0c">
                <script>
                    window.valstream       = window.valstream || {};
                    window.valstream.queue = window.valstream.queue || [];

                    window.valstream.queue.push(function(){

                        const fallbackContent = `<button class="prem-player-close">x</button>

`;
const fallbackToNativePlayer = function(){

                            console.warn('Failed to load AdsNinja video player.');
                            const container = document.getElementById('emaki-video-player-fc68f526670e0e0c');

                            if(!container){

                                return;
                            }

                            container.innerHTML = fallbackContent;

                            const videoPlayerContainer = document.getElementById('emaki-video-player-fc68f526670e0e0c');

                            if(videoPlayerContainer){

                                const videoPlayer = videoPlayerContainer.querySelector('video');

                                if(typeof Waypoint !== 'undefined' && videoPlayer){

                                    const videoPlayerWaypoint = new Waypoint.Inview({
                                        element: videoPlayerContainer,
                                        enter: function(direction){

                                            if(direction == 'up'){

                                                this.element.classList.remove('video-player-floating');
                                            }
                                        },
                                        entered: function(direction){

                                            if(direction == 'up'){

                                                this.element.classList.remove('video-player-floating');
                                            }
                                        },
                                        exit: function(direction){

                                            if(direction == 'down' && !videoPlayer.paused){

                                                this.element.classList.add('video-player-floating');
                                            }
                                        },
                                        exited: function(direction){

                                            if(direction == 'down' && !videoPlayer.paused){

                                                this.element.classList.add('video-player-floating');
                                            }
                                        },
                                        offset: -50
                                    });
                                }

                                const closeButton = videoPlayerContainer.querySelector('button.prem-player-close');

                                if(closeButton){

                                    closeButton.addEventListener('click', function(){

                                        videoPlayerContainer.classList.remove('video-player-floating');

                                        if(videoPlayer){

                                            videoPlayer.pause();
                                        }
                                    });
                                }

                                if(videoPlayer && typeof Waypoint !== 'undefined'){

                                    videoPlayer.addEventListener('fullscreenchange', function(){

                                        Waypoint.refreshAll();
                                    });
                                }
                            }
                        };

                        if(!window.an || typeof window.an.monetizeVideo !== 'function'){

                            fallbackToNativePlayer();
                        }
                        else{

                            window.an.monetizeVideo(
                                '.emaki-video-player-fc68f526670e0e0c', 
                                JSON.parse(`{\"name\":\"Instream-InContent\",\"groupName\":\"content\"}`), 
                                JSON.parse(`{\"trackingId\":\"in-content\",\"playlist\":[{\"title\":\"Gaten Matarazzo | Shelf Quest Episode 3\",\"description\":\"\",\"length\":\"9:23\",\"mimeType\":\"video\\/mp4\",\"url\":\"https:\\/\\/video.polygonimages.com\\/2026\\/04\\/sq-gaten-matarazzo-5cut-1775760771.mp4\",\"thumbnailLink\":\"https:\\/\\/static0.polygonimages.com\\/wordpress\\/wordpress\\/wp-content\\/uploads\\/2026\\/04\\/gatenthumb4.jpg?fit=crop&w=1024&h=576\",\"textTracks\":[{\"kind\":\"subtitles\",\"label\":\"English\",\"language\":\"en\",\"url\":\"https:\\/\\/video.polygonimages.com\\/2026\\/04\\/sq-gaten-matarazzo-5cut-1775760771-1775761051.vtt\",\"default\":false}]}]}`)
                            ).catch(fallbackToNativePlayer);
                        }
                    });
                </script>
            </div>
        </div>
    </div>
</div>
 

Source: Polygon

Share:

Related articles

Search games, news and articles…

Enter at least two characters

Enter at least two characters