Difference between revisions of "Pulp Resources"

From Playdate Community Wiki
Jump to: navigation, search
(Added PulpScript Syntax)
(Addd Pulp Import Script)
Line 13: Line 13:


* [https://devforum.play.date/t/aseprite-script-export-multi-tile-animations-to-pulp/4080 Aseprite script:]  Export multi-tile animations to Pulp
* [https://devforum.play.date/t/aseprite-script-export-multi-tile-animations-to-pulp/4080 Aseprite script:]  Export multi-tile animations to Pulp
* [https://github.com/blakegearin/pulp-import-script Pulp Import Script] Prepares an image or QR code for importing into Pulp, including tile chunking and transforming color to black & white.
* [https://kaasiand.cool/oven/ Dithering Oven]: Great 1 Bit Image Dithering tool.
* [https://kaasiand.cool/oven/ Dithering Oven]: Great 1 Bit Image Dithering tool.
* [https://github.com/nstbayless/pulp-to-lua Pulp Mill] A Pulp-to-Lua converter which is designed to provide significant performance gains to pulp games.
* [https://github.com/nstbayless/pulp-to-lua Pulp Mill] A Pulp-to-Lua converter which is designed to provide significant performance gains to pulp games.

Revision as of 19:42, 12 March 2023

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