Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -1,15 +1,15 @@
 Awesome PICO-8 !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
 Awesome PICO-8 !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
!PICO-8 (https://www.lexaloffle.com/gfx/p8_jelpi.gif)
!tools (https://www.lexaloffle.com/gfx/p8_tracker.gif)
!code (https://www.lexaloffle.com/gfx/p8_cast.gif)
 A curated list of PICO-8 resources, tutorials, tools and more. Inspired by the awesome (https://github.com/sindresorhus/awesome) list thing. You might also like awesome-lua 
(https://github.com/LewisJEllis/awesome-lua) and awesome-love2d (https://github.com/JanWerder/awesome-love2d).
 A curated list of PICO-8 resources, tutorials, tools and more. Inspired by the awesome (https://github.com/sindresorhus/awesome) list thing. You might also like awesome-lua (https://github.com/LewisJEllis/awesome-lua) and 
awesome-love2d (https://github.com/JanWerder/awesome-love2d).
 PICO-8 is a fantasy console for making, sharing and playing tiny games and other computer programs. When you turn it on, the machine greets you with a shell for typing in a subset of Lua (https://www.lua.org/) 
commands and provides simple built-in tools for creating your own cartridges.
 PICO-8 is a fantasy console for making, sharing and playing tiny games and other computer programs. When you turn it on, the machine greets you with a shell for typing in a subset of Lua (https://www.lua.org/) commands and provides 
simple built-in tools for creating your own cartridges.
Contents
@@ -56,10 +56,9 @@
Resources
- Official Manual (https://www.lexaloffle.com/pico-8.php?page=manual) - Placeholder dump of pico-8.txt! (Proper manual coming soon).
- PicoZine #1 (https://sectordub.itch.io/pico-8-fanzine-1), #2 (https://sectordub.itch.io/pico-8-fanzine-2), #3 (https://sectordub.itch.io/pico-8-fanzine-3) and #4 (https://sectordub.itch.io/-pico-8-zine-4) - 
PICO-8 Zine is a 48-page fanzine made by and for PICO-8 users.
- Going from Lua 5.2 to PICO-8's Lua (https://gist.github.com/josefnpat/bfe4aaa5bbb44f572cd0) - This document is here to help folks with a proficiency in Lua understand the limitations and discrepencies between 
Lua and PICO-8's Lua.
- PicoZine #1 (https://sectordub.itch.io/pico-8-fanzine-1), #2 (https://sectordub.itch.io/pico-8-fanzine-2), #3 (https://sectordub.itch.io/pico-8-fanzine-3) and #4 (https://sectordub.itch.io/-pico-8-zine-4) - PICO-8 Zine is a 48-page 
fanzine made by and for PICO-8 users.
- Going from Lua 5.2 to PICO-8's Lua (https://gist.github.com/josefnpat/bfe4aaa5bbb44f572cd0) - This document is here to help folks with a proficiency in Lua understand the limitations and discrepencies between Lua and PICO-8's Lua.
- Cheat Sheet (printable) (https://ztiromoritz.github.io/pico-8-spick/) - A reduced cheat sheet in a printable format. German and English version available.
- Cheat Sheet (wallpaper) (https://www.lexaloffle.com/bbs/?tid=28207) - An enhancement of the printable cheat sheet for use as a desktop wallpaper.
@@ -82,8 +81,7 @@
- Pico8Utils (https://github.com/josefnpat/pico8utils) - Compilation of lua scripts based on the unix philosophy for working with .p8 files.
- picotool (https://github.com/dansanderson/picotool) - Tools and Python libraries for manipulating Pico-8 game files.
- p8dl - Carts Downloader - Python (https://github.com/franciscod/p8dl) - Downloads cartridges into the correct folder (looks at your config.txt).
- Pico-8 Carts Downloader - Bash  (https://github.com/kikookoubis/pico-8-carts-bash-downloader) - Downloads cartridge from the BBS (single cart, whole index or dump your favourited entries) & rename them 
according to their metadata.
- Pico-8 Carts Downloader - Bash  (https://github.com/kikookoubis/pico-8-carts-bash-downloader) - Downloads cartridge from the BBS (single cart, whole index or dump your favourited entries) & rename them according to their metadata.
- p8 responsive webplayer transform (https://github.com/benwiley4000/pico8-responsive-webplayer-transform) - Python script that makes your HTML export page responsive.
- Color Palette (https://www.romanzolotarev.com/pico-8-color-palette/) - Hex and RGB colors codes for web.
- PICO-8 font (https://www.lexaloffle.com/bbs/?tid=3760) - by RhythmLynx (https://www.lexaloffle.com/bbs/?uid=11704).
@@ -96,8 +94,8 @@
- pico8Grunt (https://github.com/TeamNoComplyGames/pico8Grunt) - A build system for pico8 games, using gruntjs.
- PICO-EC (https://github.com/JoebRogers/PICO-EC) - A tiny scene-entity-component library created for the PICO-8 fantasty console.
- 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.
- 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/).
- 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/).
- MIDI to PICO-8 (https://github.com/andmatand/midi-to-pico8) - A tool to convert MIDI files to PICO-8 music.
- midi2pico (https://github.com/gamax92/midi2pico) - A MIDI to PICO-8 converter.
- Denote (https://bikibird.itch.io/denote) - Converts MIDI files into SFX data-- interactive and web based.
@@ -124,8 +122,8 @@
Programming Fonts
You might be interested to install pico-8 programming fonts (https://github.com/juanitogan/p8-programming-fonts) they support the pico-8 custom characters as well as various fonts (bitmap and regular 
anti-aliased fonts). Check the BBS thread here (https://www.lexaloffle.com/bbs/?tid=28975).
You might be interested to install pico-8 programming fonts (https://github.com/juanitogan/p8-programming-fonts) they support the pico-8 custom characters as well as various fonts (bitmap and regular anti-aliased fonts). Check the BBS 
thread here (https://www.lexaloffle.com/bbs/?tid=28975).
How to install the font(s):