Best of Game DevelopmentOctober 2022

  1. 1
    Article
    Avatar of softbinatorSoftbinator·4y

    JavaScript’s Newest Runtime Shows Increased Speed

    Bun.js is described as ‘a fast all-in-one Javascript runtime’ It uses the JavaScriptCore (from WebKit) as its engine. This is totally different from Node.js and Deno, both using V8, and it's one of the reasons why it’s such a fast using the AutoCannon tool that fires several requests on the servers.

  2. 2
    Article
    Avatar of gamedeveloperGame Developer·4y

    Netflix opens new California studio for game development

    Netflix Games first launched in late 2021 and has nearly 40 titles for users to play. The studio will be run by Chacko Sonny, who previously worked at Blizzard Entertainment and served as executive producer on the Overwatch franchise.

  3. 3
    Article
    Avatar of logrocketLogRocket·4y

    Comparing Rust and Nim

    The Mozilla Foundation built Rust, and since its release, the developer ecosystem has been increasing. Since Rust has newer concepts in its design and implementation that you can’t find in other languages, the experience of learning Rust is slow and developers have to take more time to learn the facets of Rust to write safe and efficient code. The book is recommended if you want to start writing Rust programs. Nim’s features Nim is elegant,