|
16 | 16 | - [Resources](#resources) |
17 | 17 | - [Tutorials](#tutorials) |
18 | 18 | - [Tools](#tools) |
| 19 | +- [Libraries](#libraries) |
19 | 20 | - [Assets](#assets) |
20 | 21 | - [Text Editors Language Support](#text-editors-language-support) |
21 | 22 | - [Hacks](#hacks---undocumented-pico-8-features) |
|
82 | 83 | - [p8 responsive webplayer transform](https://github.com/benwiley4000/pico8-responsive-webplayer-transform) - Python script that makes your HTML export page responsive. |
83 | 84 | - [Color Palette](https://www.romanzolotarev.com/pico-8-color-palette/) - Hex and RGB colors codes for web. |
84 | 85 | - [PICO-8 font](https://www.lexaloffle.com/bbs/?tid=3760) - by [RhythmLynx](https://www.lexaloffle.com/bbs/?uid=11704). |
85 | | -- [pico-test](https://github.com/jozanza/pico-test) - PICO-8 testing framework. |
86 | | -- [Lib-Pico8](https://github.com/clowerweb/Lib-Pico8) - A Pico-8 library of useful common functions. |
87 | | -- [pico8-missing-builtins](https://github.com/adamscott/pico8-missing-builtins) - Provides Lua built-in functions to pico8. |
88 | 86 | - [P8Coder](https://github.com/movAX13h/P8Coder) - A programming tool that replaces the lua code in pico-8 cartridges (p8) with the code you write in P8Coder. |
89 | | -- [Pico-Kit](https://github.com/outkine/pico-kit) - An opinionated collection of Pico-8 helpers that make it easier to get going. Adds OOP, better debugging, and physics. |
90 | 87 | - [picoDeploy](https://github.com/torch2424/picoDeploy) - Deploy Pico-8 carts as standalone applications on desktop (Electron) and mobile (Ionic). |
91 | 88 | - [pico8Grunt](https://github.com/TeamNoComplyGames/pico8Grunt) - A build system for pico8 games, using gruntjs. |
92 | 89 | - [PICO-EC](https://github.com/JoebRogers/PICO-EC) - A tiny scene-entity-component library created for the PICO-8 fantasty console. |
93 | | -- [PICO-Tween](https://github.com/JoebRogers/PICO-Tween) - A small library of tweening/easing functions for use in the PICO-8 fantasy console, inspired by Robert Penner's easing functions. |
94 | 90 | - [p8](https://github.com/jozanza/p8) - A dependency manager and build tool. Lets you share code/sprites, `require()` dependencies, and auto-reload carts on save. Works with any external code editor and supports [MoonScript](https://moonscript.org/). |
95 | 91 | - [MIDI to PICO-8](https://github.com/andmatand/midi-to-pico8) - A tool to convert MIDI files to PICO-8 music. |
96 | 92 | - [midi2pico](https://github.com/gamax92/midi2pico) - A MIDI to PICO-8 converter. |
|
103 | 99 | - [yap8b](https://github.com/Enerccio/yap8b) - Build tool for creating pico carts from multiple source files. |
104 | 100 | - [TS-PICO-8](https://github.com/tmountain/pico-8-typescript) - Create PICO-8 games using TypeScript. |
105 | 101 | - [Shrinko8](https://github.com/thisismypassport/shrinko8) - A minifier that aggressively shrinks Pico-8 code size. Also includes a linter and other tools. |
| 102 | + |
| 103 | +### Libraries |
| 104 | + |
| 105 | +- [pico-test](https://github.com/jozanza/pico-test) - PICO-8 testing framework. |
| 106 | +- [Lib-Pico8](https://github.com/clowerweb/Lib-Pico8) - A Pico-8 library of useful common functions. |
| 107 | +- [pico8-missing-builtins](https://github.com/adamscott/pico8-missing-builtins) - Provides Lua built-in functions to pico8. |
| 108 | +- [Pico-Kit](https://github.com/outkine/pico-kit) - An opinionated collection of Pico-8 helpers that make it easier to get going. Adds OOP, better debugging, and physics. |
| 109 | +- [PICO-Tween](https://github.com/JoebRogers/PICO-Tween) - A small library of tweening/easing functions for use in the PICO-8 fantasy console, inspired by Robert Penner's easing functions. |
106 | 110 | - [parens-8](https://github.com/Siapran/parens-8) - Bypass the Lua token limit with a tiny lisp interpreter/compiler. |
107 | 111 | - [p8-canvas](https://github.com/Siapran/p8-canvas) - A high performance infinite canvas/texture library. |
108 | 112 |
|
|
0 commit comments