<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=PICO-8</id>
	<title>PICO-8 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=PICO-8"/>
	<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=PICO-8&amp;action=history"/>
	<updated>2026-05-31T03:27:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=PICO-8&amp;diff=9737&amp;oldid=prev</id>
		<title>imported&gt;GovanifY: Created page with &quot;PICO-8 is a &quot;fantasy console&quot;, allowing for easy game creation on heavily limited specifications.  The editor is only available commercially and distributed as a binary, the f...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=PICO-8&amp;diff=9737&amp;oldid=prev"/>
		<updated>2022-05-05T06:05:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;PICO-8 is a &amp;quot;fantasy console&amp;quot;, allowing for easy game creation on heavily limited specifications.  The editor is only available commercially and distributed as a binary, the f...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;PICO-8 is a &amp;quot;fantasy console&amp;quot;, allowing for easy game creation on heavily limited specifications.&lt;br /&gt;
&lt;br /&gt;
The editor is only available commercially and distributed as a binary, the following nix-shell&lt;br /&gt;
script allows you to run it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;nix&amp;quot;&amp;gt;&lt;br /&gt;
{ pkgs ? import &amp;lt;nixpkgs&amp;gt; {} }:&lt;br /&gt;
let fhs = pkgs.buildFHSUserEnv {&lt;br /&gt;
  name = &amp;quot;pico8&amp;quot;;&lt;br /&gt;
  targetPkgs = pkgs: (with pkgs; [&lt;br /&gt;
    xorg.libX11&lt;br /&gt;
    xorg.libXext&lt;br /&gt;
    xorg.libXcursor&lt;br /&gt;
    xorg.libXinerama&lt;br /&gt;
    xorg.libXi&lt;br /&gt;
    xorg.libXrandr&lt;br /&gt;
    xorg.libXScrnSaver&lt;br /&gt;
    xorg.libXxf86vm&lt;br /&gt;
    xorg.libxcb&lt;br /&gt;
    xorg.libXrender&lt;br /&gt;
    xorg.libXfixes&lt;br /&gt;
    xorg.libXau&lt;br /&gt;
    xorg.libXdmcp&lt;br /&gt;
    alsa-lib&lt;br /&gt;
    udev&lt;br /&gt;
  ]);&lt;br /&gt;
  runScript = &amp;quot;bash -c ./pico8&amp;quot;;&lt;br /&gt;
};&lt;br /&gt;
in pkgs.stdenv.mkDerivation {&lt;br /&gt;
  name = &amp;quot;pico8-shell&amp;quot;;&lt;br /&gt;
  nativeBuildInputs = [ fhs ];&lt;br /&gt;
  shellHook = &amp;#039;&amp;#039;&lt;br /&gt;
     exec pico8&lt;br /&gt;
    &amp;#039;&amp;#039;;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;GovanifY</name></author>
	</entry>
</feed>