o
odinpkg.dev
packages / app / playdate-odin-hello-world

playdate-odin-hello-world

374409capp archived

A small hello world app from the Playdate C examples, using the Odin language.

No license · updated 3 years ago

Playdate hello world in Odin

A small hello world app from the Playdate C examples, using the Odin language.

Only tested on Windows/Mac/Linux at the moment, but should probably work on other supported patforms by making a similar build file.

How to use

  • Install the Playdate SDK (2.0.3) and make sure you have a PLAYDATE_SDK_PATH environment variable.
  • Run win64_build.bat, linux_build.sh or macos_build.bat.

This should build the game (into the Source folder) and run it into the Playdate simulator.

An animated gif of the Playdate Simulator running the hello world example