Developer Resources

From Playdate Community Wiki
Revision as of 17:06, 16 March 2024 by Crab (talk | contribs) (Removed redirect to SDK Resources)
Jump to: navigation, search

SDK Resources

Specifically for the SDK!

Tutorials

IDE Integrations

Libraries

  • AnimatedSprite: Extends Playdate's sprite capabilities.
  • Playdate Aseprite Palettes: An Aseprite extension giving you palettes representing Playdate's 1-bit colour palette.
  • GFXP Lib GFXP is a small library with a collection of patterns for Playdate.
  • Panels Build scrolling interactive comics for the Playdate console.
  • Noble Engine The Playdate SDK is probably the most user-friendly console SDK ever made, but if you're familiar with state/scene-based game engine frameworks like Unity, Flixel, Citrus, or others, you may be looking for a library that can get your game "on its feet,” extend existing APIs, offer new features, or provide more intuative ways to leverage the SDK in your game.
  • Cotton If you are a relatively new developer coming from Pulp, this framework will make the jump a little easier. With most of the function of Pulp + a LDtk preconfigured, making your games will be easy!
  • Roomy-Playdate A scene management library based on the popular Love library
  • pdParticles A simple, free particles library for Playdate
  • glitterbomb Based on the Unity particle system, an easy-to-use library for creating particle emitters. Supports animated particles and physics-based movement.
  • playbit: Build cross-platform Playdate games with Lua, create build scripts, and utilize preprocessor macros!

Fonts

  • June: June is a multilingual, high-resolution bitmap font with some playful curves and distinctive letterforms, inspired by portable game fonts of the 00's.
  • BitFontMaker2: Collection of pixel fonts and a web-based font maker.
  • Tophat: Tophat is a powerful bitmap font creation tool. It lets you import TTF/OTF fonts, gives you fine control over Unicode coverage, and makes kerning more convenient than ever with kerning previews directly visible on the main screen. Tophat even lets you copy, paste, or otherwise manipulate multiple selected glyphs at once!

Tools

  • Dithering Oven: Great 1 Bit Image Dithering tool
  • PlayDither: 1-bit dithering specifically for playdate
  • Playdate video encoder: Converts videos to .pdv files
  • Wav to PDA Converter: Converts .wav files to .pda files
  • Jsfxr: Jsfxr is an online 8 bit sound maker and sfx generator. All you need to make retro sound effects with jsfxr is a web browser
  • GFXP Pattern Editor v2: A simple browser tool for creating new patterns and a large library of ready-made ones. Now with the ability to create your own library.
  • LDtk importer: A tool to import tilemaps made in LDtk

Pulp Resources

Tutorials

Example Projects

  • Platformer: A basic project with added gravity so it handles like a platformer.
  • Dynamic Path Generator: Are you just as tired as me of endlessly creating separate tiles and place them in the correct order to make a path? This project shows a single tile that just does all of that for you!

Tools

  • Aseprite script: Export multi-tile animations to Pulp
  • Pulp Import Script Prepares an image or QR code for importing into Pulp, including tile chunking and transforming color to black & white.
  • Dithering Oven: Great 1 Bit Image Dithering tool.
  • Pulp Mill A Pulp-to-Lua converter which is designed to provide significant performance gains to pulp games.
  • Pulp+ A Chrome extension to extend Pulp with some extra features!
  • PulpScript Syntax A Visual Studio Code extension providing syntax highlighting for PulpScript.

Assets

Fonts

Tutorials

Example Projects

  • Platformer: A basic project with added gravity so it handles like a platformer.
  • Dynamic Path Generator: Are you just as tired as me of endlessly creating separate tiles and place them in the correct order to make a path? This project shows a single tile that just does all of that for you!

Tools

  • Aseprite script: Export multi-tile animations to Pulp
  • Pulp Import Script Prepares an image or QR code for importing into Pulp, including tile chunking and transforming color to black & white.
  • Dithering Oven: Great 1 Bit Image Dithering tool.
  • Pulp Mill A Pulp-to-Lua converter which is designed to provide significant performance gains to pulp games.
  • Pulp+ A Chrome extension to extend Pulp with some extra features!
  • PulpScript Syntax A Visual Studio Code extension providing syntax highlighting for PulpScript.

Assets

Fonts





Art Resources

Sites


Various 1-bit conversion tools:


Tutorials

Programs

Assets

A variety of assets available for use.

A lot more can be found at https://itch.io/game-assets/tag-1-bit , but here are some commonly used ones.

Fonts

User Interface

Tile Sets

Misc


Other Lists

  • Awesome Playdate: A list of awesome resources for game development on Panic's Playdate console.