oberon VS fynedesk

Compare oberon vs fynedesk and see what are their differences.

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
oberon fynedesk
2 12
14 928
- 25.2%
1.8 8.5
over 3 years ago about 2 months ago
Verilog Go
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

oberon

Posts with mentions or reviews of oberon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-25.
  • Project Oberon
    7 projects | news.ycombinator.com | 25 Feb 2022
    This project is still a great example of a complete computer design, starting from Niklaus Wirth's own RISC5 CPU (not a RISC-V) and very simple peripherals over the OS, runtime/garbage collector, compiler, GUI and simple example applications.

    One problem of the original implementation is that it was based on an old Xilinx Spartan 3 development board. This is not only no longer available, but it is one of the few FPGA boards that used 32 bit wide fast (12 ns IIRC) asynchronous SRAM chips. Wirth's hardware design relies heavily on this.

    Some years ago, there was a compatible board, the OberonStation. However, it seems this is no longer manufactures: https://pcper.com/2015/12/meet-the-oberonstation-kid-friendl...

    However, some modified designs exist that implement a cache in FPGA block RAM and an SDRAM controller. These can be used one more recent FPGA boards:

    - FleaFPGA "Ohm" board with a Lattice ECP5 FPGA and 32 MB RAM (https://fleasystems.com/fleaFPGA_Ohm.html) - https://github.com/Basman74/Oberon_SDRAM

    - Radiona ulx3s, another ECP5 in an open source design (https://github.com/emard/oberon) - https://github.com/emard/oberon

    - PapilioPro using a Xilinx Spartan 6 LX, another open source PCB design (https://papilio.cc/index.php?n=Papilio.PapilioPro) - https://opencores.org/projects/oberon_sdram

    Shameless plug: my student Rikke's port of Project Oberon to RV32I (this is a real RISC-V), however, we still need to find some time to build an FPGA-based SoC. Currently, it runs in emulation: https://github.com/solbjorg/oberon-riscv

  • OberonStation, an Oberon RISC Workstation (Archived)
    1 project | news.ycombinator.com | 22 Jun 2021
    The problem with recreating the original Project Oberon system hardware on a current FPGA board is that Prof. Wirth's original design for the Xilinx Spartan 3 starter kit board (https://reference.digilentinc.com/spartan-3/spartan-3) relied on the fact that this board had 1 MB of fast, 32 bit wide, asynchronous SRAM, which is easy to handle. Thus, the CPU clocked at 25 MHz didn't require a cache and even had cycles to spare for the framebuffer accesses.

    The OberonStation board replicated this design by using two 16-bit wide SRAMs. All other current boards using SRAM only have a single 16-bit wide SRAM, so all accesses to machine words such as the RISC5 instructions would take two cycles; often, the RAM is also too small, e.g. the BlackIce (https://mystorm.uk) has only 512 kB.

    Most of the boards on the market today have SRAM or DDR RAM, which makes controlling the external memory much more complex and requires significant changes to the nice and simple Project Oberon hardware. There are ports using SDRAM, e.g. for the ulx3s (https://radiona.org/ulx3s/, https://github.com/emard/oberon) or FleaFPGA and Papilio Pro (https://opencores.org/projects/oberon_sdram).

    On a really large FPGA, you could get by using on-chip block RAM only, but FPGAs with 1 MB of block RAM are still quite expensive...

fynedesk

Posts with mentions or reviews of fynedesk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-12.
  • FyneDesk – Linux desktop environment in Go
    2 projects | news.ycombinator.com | 12 Apr 2024
  • Making cross-platform software using Linux that also runs on BSD
    8 projects | /r/BSD | 2 Jun 2023
    We (I am one of the developers) also have https://github.com/FyshOS/fynedesk as a desktop environment.
  • Build a Desktop App in Go Using Wails and React
    1 project | /r/golang | 3 Nov 2022
    If U like a Go Desktop try this: https://github.com/fyne-io/fynedesk
  • Project Oberon
    7 projects | news.ycombinator.com | 25 Feb 2022
    The Oberon channel has several videos of Oberon in action,

    https://www.youtube.com/results?search_query=The+Oberon+Chan...

    While Oberon was quite cool, people should also learn about its Xerox influence,

    "Eric Bier Demonstrates Cedar"

    https://www.youtube.com/watch?v=z_dt7NG38V4

    Also dive into what happened afterwards, Oberon-2, Active Oberon, Zonnon,...

    Active Oberon could be considered quite modern, also makes the distinction between safe and unsafe pointers, which improves the experience for low level coding.

    https://github.com/metacore/A2OS

    One of the best things about these systems is proving what systems programming with automatic memory management were capable of.

    Given Oberon-2's influence on Go, maybe improving Fyne (https://fyne.io/fynedesk/) with something like gRPC for the dynamic experience, could be a possible sucessor.

  • FyneDesk, a fresh look at what it means to be a desktop environment
    5 projects | news.ycombinator.com | 29 Sep 2021
  • Why Go over Python?
    7 projects | /r/devops | 26 Aug 2021
    The thing is with go is it's kind of made for web applications. It's made by google for google. Taking a look at the standard library you can see the most fleshed out parts are for general system access, networking and particularly http, and crypto. People have obviously made things outside of those scopes like fynedesk, but that's where the focus of golang is.
  • Is there is good GUI for Golang ?
    18 projects | /r/golang | 12 Aug 2021
    Another angle for when a toolkit is mature could be when it’s used for a full desktop environment :). MacOS and Windows native toolkits obviously tick the box. GTK+ has Gnome, Qt powers KDE (both have Go bindings), Enlightenment is powered by EFL (no Go support yet). Fyne is being used for FyneDesk https://github.com/fyne-io/fynedesk
  • As a longtime BSD user, I have my doubts about our future.
    2 projects | /r/BSD | 1 May 2021
    One other idea that I had: There are new approaches to the desktop like e.g. FyneDesk, a *nix desktop environment written in Golang (using its own GUI toolkit). It's BSD-licensed (3-clause) and I would expect the team being more than happy with anybody trying to make it available to a wider audience. Might be worth a thought.
  • Pure Go desktop for Linux/BSD, FyneDesk reaches v0.2
    6 projects | /r/golang | 23 Mar 2021
    100% agree on the theming, quick glance at the current implementation seems to indicate hardcoded values (I am assuming this is an early spec) https://github.com/fyne-io/fynedesk/blob/master/theme/theme.go
  • Looking for an interesting project to contribute
    20 projects | /r/golang | 15 Jan 2021
    we were thinking of contributing to this project fyne-io/fynedesk: A full desktop environment for Linux/Unix using Fyne (github.com)

What are some alternatives?

When comparing oberon and fynedesk you can also consider the following projects:

Oberon_SDRAM - Oberon core for FleaFPGA Ohm board

fyne - Cross platform GUI toolkit in Go inspired by Material Design

A2OS - Unofficial mirror of the ETH A2 repository

go-playground - Better Go Playground powered by React and Monaco editor

THM-Oberon

cfssl - CFSSL: Cloudflare's PKI and TLS toolkit

pigo - Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.

sciter - Sciter: the Embeddable HTML/CSS/JS engine for modern UI development

Wails - Create beautiful applications using Go

kaf - Modern CLI for Apache Kafka, written in Go.

space-cloud - Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes

ui - Platform-native GUI library for Go.