PicoSharp is an open-source reimplementation of the PICO-8 fantasy console, written in C#/.NET.
It aims to run PICO-8 cartridges with a focus on readability and portability for desktop systems.



PicoSharp is an open-source reimplementation of the PICO-8 fantasy console, written in C#/.NET.
It aims to run PICO-8 cartridges with a focus on readability and portability for desktop systems.



@crunchypotato is working on a new 3AY version of his synth and Vortex Tracker 3.0 will have support to output to it!

Plugins...

3AY Support is in.

Here's a preview video of the music tracker currently in development by the Rusty Pixels team!
New Features:
I've released the PT3Play demo running in Blazor. It uses the Blazor.WebAudio library by Kristoffer Strube. I want to extend my gratitude to Kirstoffer for his work on Blazor.WebAudio and specifically adding the AudioWorklet APIs required for this demo to render audio in real-time.

PT3Play is a Pro Tracker 3.x format AY-3-8910 chip tune music player ported to C#.

I scored one of these on eBay for $20 and have been playing around a bit and discovered it's the same chip used in the AtariVox+ Speech Synthesizer.

I decided to port the PhraseALator application to C#. Part of the process was to change from Mscomm32.ocx to .NET's SerialPort class in the System.IO.Ports namespace.
I made a C# source to PhraseALator available on Github here.







I ported the LHA Decompressor for Java library to a .NET library called LHA Decompressor.