Flash

Top 23 Flash Open-Source Projects

  • ruffle

    A Flash Player emulator written in Rust

  • Project mention: Orisinal: Morning Sunshine (recovered old flash games) | news.ycombinator.com | 2024-03-11

    The memories…

    I often wondered what would happen to those wonderful Orisinal mini games after Flash's death, without actually checking out the site. Would Ferry Halim find the time to port them to "HTML5"? Would they just… disappear forever?

    It turns out that they know run in Ruffle[1], a Rust/WASM based Flash Player emulator I've never heard of (or forgotten about). The handful of them that I have tested work flawlessly.

    [1] https://ruffle.rs/

  • livego

    live video streaming server in golang

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • mediaelement

    HTML5 <audio> or <video> player with support for MP4, WebM, and MP3 as well as HLS, Dash, YouTube, Facebook, SoundCloud and others with a common HTML5 MediaElement API, enabling a consistent UI in all browsers.

  • open-source-flash

    Petition to open source Flash and Shockwave spec

  • Project mention: What is the best source to learn how to make C++ play .swf files? | /r/cpp_questions | 2023-05-11
  • IronOS

    Open Source Soldering Iron firmware

  • Project mention: Accessing the Pinecil UART with Picoprobe | news.ycombinator.com | 2024-01-30

    So apparently the Pinecil is a BLE-enabled soldering iron with a 108 MHz RISC-V processor running a custom real-time operating system [0]. The author wanted to access the UART logs, so they repurposed a Raspberry Pi Pico (a dual-core microcontroller system running a real-time OS) for the task.

    That's a staggering amount of hardware, sortware and computing power devoted to decoding one of the simplest and oldest serial protocols from a device whose sole purpose is to essentially melt tin. Maybe I'm out of touch, but I think I'll stick to my thermostat-controlled Weller soldering station and FTDI UART converters. I apologize if this post comes across as snarky, my point is that these are solved problems and have been for half a century.

    [0] https://github.com/Ralim/IronOS

  • jpexs-decompiler

    JPEXS Free Flash Decompiler

  • Project mention: Arqueología Tech: Roleplay un juego de cartas hecho en Visual Basic 6 | dev.to | 2024-02-21
  • red5-server

    Red5 Server core

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • lal

    🔥 Golang audio/video live streaming library/client/server. support RTMP, RTSP(RTP/RTCP), HLS, HTTP[S]/WebSocket-FLV/TS, GB28181, H264/H265/AAC/G711, relay, cluster, record, HTTP Notify/API/UI. 直播

  • Project mention: [OpenSource] I am building high performance Plex alternative in Go for Movies and TV Show | /r/golang | 2023-06-02
  • SwiftyCam

    A Snapchat Inspired iOS Camera Framework written in Swift

  • Project mention: Camera &amp; Video Capture in a SwiftUI project | /r/SwiftUI | 2023-04-22

    Unfortunately SwiftUI doesn’t fully support the use of the camera without doing some interop with UIKit. That being said it’s really not too hard and can be adapted from existing examples out there. Just found this one of the Snapchat camera. As for saving a file, take a look at some of the AV capture delegate protocols. They give you functions that let you know when a user has started and ended their capture session and even returns a file url of the output (in some cases you can make it a binary stream so you can save it to wherever you need). Depending on what your app is trying to achieve, you can take the photo and upload it to a backend or save it locally in the file system

  • openfl

    The Open Flash Library for creative expression on the web, desktop, mobile and consoles.

  • Project mention: Ruffle: Flash Player Emulator | news.ycombinator.com | 2023-10-21

    https://www.openfl.org/

    Which is not an emulator, but more of a spiritual successor, following the same API, and with tools to convert Actionscript projects

  • spiffs

    Wear-leveled SPI flash file system for embedded devices

  • tasmotizer

    ESP... The time has come to... Tasmotize!

  • esp-rfid

    ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS

  • PixelFlasher

    Pixel™ phone flashing GUI utility with features.

  • Project mention: Updates take forever | /r/GooglePixel | 2023-07-10

    Or head to XDA Developers/GitHub and grab Pixel Flasher.pixel flasher

  • stm32-bootloader

    Customizable Bootloader for STM32 microcontrollers. This example demonstrates how to perform in-application-programming of a firmware located on an external SD card with FAT32 file system.

  • platform-espressif32

    Espressif 32: development platform for PlatformIO

  • Project mention: Is there a way to communicate with uart_write_bytes and read_bytes with s3s native USB | /r/esp32 | 2023-12-06

    [env:esp32-s3] platform = espressif32 ;https://github.com/platformio/platform-espressif32.git board = esp32-s3-devkitc-1 framework = arduino monitor_speed = 115200 lib_deps = ${common.lib_deps} build_flags = -D MONITOR_SPEED=115200 -D ARDUINO_USB_MODE=1 -D ARDUINO_USB_CDC_ON_BOOT=1 board_build.flash_mode = qio

  • UsbAsp-flash

    Program allow you to program flash memory on the protocols spi, I2C, MicroWire. Supports CH341a, UsbAsp, AVRISP(LUFA), Arduino, FT232H.

  • Project mention: [GUIDE] ThinkPad BIOS: Reading, Patching, and Flashing | /r/thinkpad | 2023-09-30

    AsProgrammer from nofeletru's GitHub A CH341A compatible programming software. I'm using V2.0.4 from nefeletru's GitHub page, which includes the necessary driver for the CH341A programmer.

  • Simple-Camera

    Quick photo and video camera with a flash, customizable aspect ratio.

  • swf2js

    swf2js is Flash Player Runtime Engine written in pure JavaScript. swf2js is now complete as an emulator and will evolve into the @Next2D project.

  • Project mention: I made the Tally Hall early 2003 site usable again without adobe flash! | /r/tallyhall | 2023-05-06

    Its over 20000 lines of code. You should check them out on swf2js.com

  • format-udf

    Bash script to format a block device (hard drive or Flash drive) in UDF. The output is a drive that can be used for reading/writing across multiple operating system families: Windows, macOS, and Linux. This script should be capable of running in macOS or in Linux.

  • Project mention: ExFAT Driver Boasts Much Faster "Dirsync" Performance with Linux 6.9 | news.ycombinator.com | 2024-03-21

    The note about the partition table makes me wonder how he was formatting the drive. https://github.com/JElchison/format-udf specifically does some partition table related hacks to make UDF maximally compatible with different platforms.

  • Jumpdrive

    Flash/Rescue SD Card image for PinePhone and PineTab. This is NOT a bootloader

  • FlashBrowser

    A small browser capable of viewing/displaying pages with embedded flash content.

  • Project mention: Made a CPPS | /r/ClubPenguin | 2023-09-13

    Flash Browser can be downloaded there:https://github.com/radubirsan/FlashBrowser/releases

  • SPIMemory

    Arduino library for Flash Memory Chips (SPI based only). Formerly SPIFlash

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-21.

Flash related posts

Index

What are some of the best open-source Flash projects? This list will help you:

Project Stars
1 ruffle 14,459
2 livego 9,457
3 mediaelement 8,134
4 open-source-flash 7,360
5 IronOS 6,797
6 jpexs-decompiler 4,272
7 red5-server 3,289
8 lal 2,613
9 SwiftyCam 2,055
10 openfl 1,851
11 spiffs 1,459
12 tasmotizer 1,329
13 esp-rfid 1,298
14 PixelFlasher 959
15 stm32-bootloader 839
16 platform-espressif32 822
17 UsbAsp-flash 794
18 Simple-Camera 733
19 swf2js 609
20 format-udf 493
21 Jumpdrive 474
22 FlashBrowser 450
23 SPIMemory 417
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com