• Stars
    star
    115
  • Rank 304,098 (Top 7 %)
  • Language
    HTML
  • Created almost 6 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

WASM port of gomeboycolor

gomeboycolor

This project is a work in progress and is no way near complete!

Nintendo Gameboy Color emulator, this is my first emulator so I'm learning as I go along...

This repository is the frontend for running the emulator in a browser, by compiling it to WebAssembly. The backend that implements the emulator can be found in: djhworld/gomeboycolor

A blog post about this version can be found here https://djhworld.github.io/post/2018/09/21/i-ported-my-gameboy-color-emulator-to-webassembly/

mario tennis

You are welcome to visit the github page for this project by clicking here

FAQ

How do I build it?

Pre-requisites

You will need

  • an installation of Go (version >= 1.11.0)

Run

make

This will install the WASM binary under static/gomeboycolor/wasm/

How do I run it?

Either:

  • Host the contents of static/ on a web server and navigate to index.html in a browser
  • Run the small server I've provided and visit http://localhost:8080
$ make server
$ gomeboycolor-wasm-server
Open your web browser and navigate to: http://localhost:8080

Features

See here

Battery saves are stored on in the browser LocalStorage

License

MIT License

Copyright (c) 2013-2018 Daniel James Harper

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Progress

mario tennis pokemon tetrisdx zelda

More Repositories

1

simple-computer

the scott CPU from "But How Do It Know?" by J. Clark Scott
Go
1,871
star
2

gomeboycolor

Gameboy Color emulator
Go
399
star
3

go-lambda-invoke

Go
84
star
4

stegtool

Steganography tool
Rust
53
star
5

theunwrapper

HTML
42
star
6

steg

Steganography library
Rust
30
star
7

blinkt-tube-status

Python
14
star
8

gomeboycolor-glfw

Gameboy Color Emulator (libglfw frontend)
Go
14
star
9

pngrun

Executable PNGS
Rust
8
star
10

bf

brainfuck compiler in Java
Java
7
star
11

gmail-mailer

Programatically send emails using a given gmail account. No username/passwords needed, just use your OAUTH credentials
Ruby
6
star
12

simpleCPU

Go
6
star
13

kindlemail

Push items to your kindle via the personal document service
Ruby
6
star
14

testproject

Source for "Getting started with ClojureScript and Noir #1"
Clojure
5
star
15

djhworld.github.io

thoughts
HTML
4
star
16

dropwizard-jooq

JOOQ integration for Dropwizard
Java
4
star
17

bigdan-table

daniel's bigtable implementation
Java
3
star
18

count

Count unique entries in line delimited input from stdin
Go
2
star
19

card

Estimates cardinality (count-distinct) of inputs using HyperLogLog++ algorithm
Go
2
star
20

ScalaPythonChallenges

Solutions to the Python Challenges series in Scala
Scala
2
star
21

strex

An extension to the strings library that takes inspiration from Data.List in Haskell (for strings only)
Go
2
star
22

rosetta-warn

Plugin for xbar that displays a warning icon on your OSX status bar when applications are running under Rosetta, and outputs the processes in a menu.
Shell
2
star
23

XboxLiveStatus

Displays the status of given XBL gamertags
1
star
24

articlr-backend

Ruby
1
star
25

Daniel

Small utility functions and things for various tasks.
Haskell
1
star
26

redis-mq

Redis helpers for pub/sub and queue processing in Clojure apps. Great for prototyping stuff quickly
Clojure
1
star
27

ReallyEZTV

Parses data from EZTV RSS feeds into a more friendly format. Most shows in the EZTV RSS feeds have a "Show/Season/Episode" hierarchy, my system just takes that and converts them into a usable data structure. This application sits on top of Sinatra to provide a frontend for that data. Please note this code is very, very messy and could easily be improved but this is my first "project" as such after spending a bit of time getting up to speed with the basics of Ruby
Ruby
1
star