Skip to content

Tags: playdate-go/pdgo

Tags

v0.11.0

Toggle v0.11.0's commit message
update file mod for particles, sprite_collision, tilemap build.sh files

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #11 from playdate-go/a_tour_of_go_issue_10

A Tour Of Go - Issue 10

v0.9.1

Toggle v0.9.1's commit message
 add ARM unwind/libc stubs to pd_cgo.c — TinyGo links

  libgcc when error interface is used as return type, which
  references OS symbols (__exidx_start/end, _exit, _kill,
  _getpid) that don't exist on bare-metal Playdate

0.9.0

Toggle 0.9.0's commit message
remove non existing files from the tinygo pathes list in install.sh

v0.8.0

Toggle v0.8.0's commit message
Mark 'Networking' code example task in Roadmap as completed

v0.7.1

Toggle v0.7.1's commit message
v0.7.1 Fixed player movement for Sprite Collisions code example.

Added accessors functions for Sprite, Collision and QueryInfo subsystems

v0.7.0

Toggle v0.7.0's commit message
Release version 0.7.0

v0.6.0

Toggle v0.6.0's commit message
Release version 0.6.0

v0.5.0

Toggle v0.5.0's commit message
Release version 0.5.0. Rewrite official 'Tilemap' code example from C…

… to Golang.

Updated README.md according to changes.
Implemented Tilemap API

v0.4.0

Toggle v0.4.0's commit message
Implemented high and low level JSON encoding and decoding. Added Go p…

…anic/recover workaround to make it works on device