forza-horizon-4-is-coming-to-steam-on-march-9th

Forza Horizon 4 is coming to Steam on March 9th

Microsoft is bringing Forza Horizon 4 to Steam on March 9th. It marks the first time the Forza franchise has been available on Steam, and it will include crossplay with players on Xbox consoles, the regular Windows 10 version, and those streaming Forza Horizon 4 through xCloud.

Playground Games has been gradually improving Forza Horizon 4 with expansions and a battle royale-like mode. A Halo driving experience even appeared in the game a few years ago, and the Lego Speed Champions expansion includes brick cars and scenery. A new Hot Wheels car pack is also coming soon, which will include a number of new cars for $10.

Microsoft’s Forza embrace of Steam comes after the company reversed course nearly three years ago, promising to distribute more Xbox titles through Steam. Halo: The Master Chief Collection arrived on Steam in 2019, followed by Sea of Thieves last year. Alongside Microsoft Flight Simulator, all three titles are now regularly found in the top sellers list on Steam.

community-ports-raspberry-pi-pico-setup-script-to-windows

Community Ports Raspberry Pi Pico Setup Script To Windows

(Image credit: Future)

The Raspberry Pi Pico is a $4 powerhouse of a microcontroller, and the range of projects created in such a short space of time is amazing. There are two officially supported languages for the Pico – MicroPython and C. While MicroPython is aimed at beginners and hobbyists, C is where power users create their projects. But there is an issue with moving from MicroPython to C; it is rather difficult to install the necessary tools.  Github user Nikhil Dabas has created their own automated installer for Windows 10 users.

Pico setup for Windows is an automated installer that handles the tricky process of installing the tools needed to develop projects in C.  Dabas’ tool is a rough translation of the pico-setup tool for Linux systems, and it installs the following applications:

  • ARM GCC Compiler (GNU Arm Embedded Toolchain)
  • CMake
  • Build Tools for Visual Studio 2019
  • Python 3.8
  • Git for Windows
  • Visual Studio Code

The entire installation process is designed to be silent, with little, if any, user interaction required. Part of the installation process is to clone the Raspberry Pi Pico SDK for C/C++, and some useful repositories of examples, which are referred to in the official getting started guide. The script uses the prerequisite settings set in the official guidance, but power users can tweak these settings to match their workflow.

If you are new to the Raspberry Pi Pico, be sure to check out this great tool and also take a look at our everything we know page for Raspberry Pi’s latest board.