Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

DreamBox

A Y2K-nostalgia-inspired 3D Fantasy Console · By Crit Chance Studios

C++?

A topic by bingus0 created 91 days ago Views: 106 Replies: 2
Viewing posts 1 to 3

I wanted something other than Rust to make an game here. Would you like to add C++ language support, Dev?

Developer (1 edit)

This should be possible. Dreambox games are WASM, so anything that compiles to WASM should work.

You'd probably use Emscripten to compile your C++ into WASM, and then use some other utility to build the ISO disc image (only real requirement is it's in ISO-9660 format with a "main.wasm" located in the root directory).

You can view a list of all of the functions you can import here, in the VM's constructor it links all of the functions that are exposed.

Developer

Continuing from: https://itch.io/t/5352592/would-you-like-to-post-a-c-tutorial-if-you-can

The answer is.... I'm not sure, probably not at least for now. Frankly it's very tough to spend any time on this project lately - I've been extremely busy with trying to look for a job, working on my game, and trying to find ways to keep a roof over my head in the meantime. All things considered Dreambox doesn't exactly pay the bills, which makes it hard to justify spending much time on it right now.