itch.io is community of indie game creators and players

Devlogs

New Official Rust SDK!

DreamBox
A downloadable tool for Windows and Linux

As of now, there is a brand new Rust SDK for creating DreamBox games. In fact, as of now this is the primary supported method of creating DreamBox games for a couple of reasons - don't worry, C/C++ games are still perfectly well supported, but Rust is what's covered on the website guides right now.

This is because the setup for Rust-based projects is *far* shorter - in fact, if you've got Rust installed, you can go from empty folder to brand new DreamBox ISO in just three commands:

cargo install dbsdk-cli
dbsdk-cli new hello-dreambox
dbsdk-cli build .

There's also a new crate for working with DreamBox APIs:

cargo add dbsdk-rs
Download DreamBox
Read comments (1)