Chip-8
A Chip-8 emulator made with Golang. (by NoetherianRing)
oberon
Project Oberon RISC emulator in Go (by fzipp)
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.
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.
Chip-8
Posts with mentions or reviews of Chip-8.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Feedback on my first Chip8 emulator (written in go)
Hi everyone! https://github.com/NoetherianRing/Chip-8 this is my first programming project, so I'm very excited and I would love any feedback to improve Thanks!
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 2023-02-10.
-
Much of Go's unusual syntax comes from Oberon-2 (though Robert Griesemer, who worked on Object Oberon). Video timestamp is 17 minutes, 50 seconds.
Some time ago I ported Wirth's Project Oberon compiler to Go, and here's a Project Oberon emulator in Go.
- Oberon: The tiniest but richest FOSS HLL and OS you've never heard of
-
A Discussion of Oberon
If you like Oberon and Go, here are two projects I did last year:
- A port of Peter De Wachter's Project Oberon RISC emulator to Go: https://github.com/fzipp/oberon
- A port of Wirth's Project Oberon RISC compiler to Go: https://github.com/fzipp/oberon-compiler
What are some alternatives?
When comparing Chip-8 and oberon you can also consider the following projects:
chip-8 - A CHIP-8 Emulator
OfrontPlus - Oberon family of languages to C translator for ARM, x64 and x86 architectures