FuryGpu – Custom PCIe FPGA GPU

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. verilog-pcie

    Verilog PCI express components

    The GPU uses this: https://github.com/alexforencich/verilog-pcie . And there is an open-source 100G NIC here, including open source 10G/25G MACs: https://github.com/corundum/corundum

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. RasterIX

    OpenGL 1.x implementation for FPGAs

    Similarly there is this: https://github.com/ToNi3141/Rasterix

    Would be neat if someone made an FPGA GPU which had a shader pipeline honestly.

  4. gplgpu

    GPL v3 2D/3D graphics engine in verilog

    > There's no open hardware GPU to speak of. Depending on license (can't find information?), this could be the first, and a starting point for more.

    There's this which is about the same kind of GPU

    https://github.com/asicguy/gplgpu

  5. picodvi

    Discontinued [Moved to: https://github.com/Wren6991/PicoDVI]

    The RP2040 is a great MCU for playing with graphics as it can bit bang VGA and DVI/HDMI. There's some info on the DVI here: https://github.com/Wren6991/PicoDVI

    I wrote a couple of articles on how to do bit banged VGA on the RP2040 from scratch: https://gregchadwick.co.uk/blog/playing-with-the-pico-pt5/ and https://gregchadwick.co.uk/blog/playing-with-the-pico-pt6/ plus an intro to PIO https://gregchadwick.co.uk/blog/playing-with-the-pico-pt4/

  6. PhobGCC-doc

    Documentation for the PhobGCC

    I used "composite" (actually monochrome) video output software on the RP2040 for an optional feature on the PhobGCC custom gamecube controller motherboard to allow easy calibration, configuration, and high-frequency input recording and graphing.

    Pictures of the output here: https://github.com/PhobGCC/PhobGCC-doc/blob/main/For_Users/P...

  7. microgpu

    2d focused GPU for resource constrained microcontrollers

    This is my dream!

    The last year I've been working on a 2d focused GPU for I/O constrained microcontrollers (https://github.com/KallDrexx/microgpu). I've been able to utilize this to get user interfaces on slow SPI machines to render on large displays, and it's been fascinating to work on.

    But seeing the limitation of processor pipelines I've had the thought for a while that FPGAs could make this faster. I've recently gotten some low end FPGAs to start learning to try and turn my microgpu from an ESP32 based one to an FPGA one.

    I don't know if I"ll ever get to this level due to kids and free time constraints, but man, I would love to get anywhere near this.

  8. NyuziProcessor

    GPGPU microprocessor architecture

    There's also Nyuzi which is more GPGPU focused https://github.com/jbush001/NyuziProcessor, but the author also experimented with having it do 3D graphics.

  9. SaaSHub

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

    SaaSHub logo
  10. FPGA_DisplayPort

    An implementation of DisplayPort protocol for FPGAs

    There is an open-source DisplayPort transmitter [1] that apparently supports multiple 2.7 Gbps lanes (albeit using family-specific SERDES/differential transceiver blocks, but I doubt that's avoidable at these speeds). This isn't PCIe, but it's also surprisingly close to PCIe 1.0 (2.5 Gbps/lane, and IIRC they use the same 8b/10b code and scrambling algorithm).

    [1] https://github.com/hamsternz/FPGA_DisplayPort

  11. graphics-gremlin

    Open source retro ISA video card

  12. VGA

    Verilog implementation of a VGA compliant with the VGA (Video Graphics Array) standard. Omar Mongy (by OmarMongy)

  13. Frix

    IBM PC Compatible SoC for a commercially available FPGA board

  14. miaow

    An open source GPU based off of the AMD Southern Islands ISA.

    what about projects like https://github.com/VerticalResearchGroup/miaow ?

  15. corundum

    Open source FPGA-based NIC and platform for in-network compute

    The GPU uses this: https://github.com/alexforencich/verilog-pcie . And there is an open-source 100G NIC here, including open source 10G/25G MACs: https://github.com/corundum/corundum

  16. Sentinel-65X

    A cost-reduced 65816-compatible retrocomputer

    You might find the Sentinel 65X interesting in that the guy behind it basically said "the X16 is big and clunky and expensive, let's cut out that stuff".

    https://github.com/studio8502/Sentinel-65X

    It's not yet a deliverable product but watching the developers work on it has been an entertaining part of my doomscrolling diet.

  17. SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Tiny GPU: A minimal GPU implementation in Verilog

    3 projects | news.ycombinator.com | 24 Apr 2024
  • The WeeCee – Tiny Vortex86-Based DOS Gaming PC

    2 projects | news.ycombinator.com | 19 Nov 2021
  • FPGA as a GPU for Linux

    2 projects | /r/FPGA | 5 Nov 2021
  • Nyuzi – An Experimental Open-Source FPGA GPGPU Processor

    1 project | /r/patient_hackernews | 14 Feb 2021
  • Nyuzi – An Experimental Open-Source FPGA GPGPU Processor

    1 project | /r/hackernews | 14 Feb 2021

Did you know that Verilog is
the 56th most popular programming language
based on number of references?