DEV Community

Sunder Iyer
Sunder Iyer

Posted on

TIL Some Game Dev Options for Chromebooks

2021-05-13

Chromebooks can run both Android and Linux apps, the former (if I recall correctly) is enabled out of the book but the latter needs to be setup. It's rather trivial, though. Just go to Settings, search "Linux" and click the first "Turn on" button you see.
Linux Installer on Chrome OS

As an example, you can now download Godot, copy it using the Files app to a desired location in Linux Files and run it using the Terminal app.
Running Godot thru the Terminal

Linux apps like GB Studio are even simpler to setup with Chrome OS allowing direct installation through the right-click menu.
Installing GB Studio is simpler
The nice thing about this installation process is you can pin the app to your shelf and invoke it without opening Terminal.
GB Studio pinned

But what I discovered today was ... you could actually run Windows executables using Wine.
Installing Wine
So as an example, I grabbed portable Notepad++ and extracted it to a win folder in Linux Files. With wine installed, it was possible to run the Windows executable with a quick command.
Running NPP with Wine

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay