You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lukas Klinger 738fb7cf63 updated README 2 years ago
.settings added maven, updated gameboy camera lib 2 years ago
libs added maven, updated gameboy camera lib 2 years ago
src updated for GameBoy Printer Emulator V3 2 years ago
.classpath added maven, updated gameboy camera lib 2 years ago
.gitignore updated for GameBoy Printer Emulator V3 2 years ago
.project added maven, updated gameboy camera lib 2 years ago
GameboyPrinterReceiver.iml updated for GameBoy Printer Emulator V3 2 years ago
LICENSE Initial commit 3 years ago
README.md updated README 2 years ago
pom.xml added maven, updated gameboy camera lib 2 years ago

README.md

GameboyPrinterReceiver

Transfer image from your GameBoy Camera to your computer by emulating a GameBoy Printer.

forthebadge forthebadge

This small Java application connects to a GameBoy Printer Emulator (see https://github.com/mofosyne/arduino-gameboy-printer-emulator) and waits for images. Once you print an image from your GameBoy Camera, the app will decode the image and save it to your computer as a PNG at a resolution of 160 by 144 pixels. This application runs in the command line and has no GUI. It has been updated for V3 of the GameBoy Printer Emulator.

Installation

Download the precompiled .jar-file from releases or open the project in an IDE of your choosing.

Usage

Plug in your GameBoy Printer Emulator (see https://github.com/mofosyne/arduino-gameboy-printer-emulator) and run the application:

java -jar gameboy-printer-emulator.jar COM1

You can omit the serial port (in this case, COM1) and the application will try to connect to the first serial port it can find. Any images are saved to the same directory as the .jar-file is in.

Used Libraries

Thank you to mofosyne and his Arduino GameBoy Printer Emulator (https://github.com/mofosyne/arduino-gameboy-printer-emulator). Also a big thank you to KodeMunkie and his gameboycameralib (https://github.com/KodeMunkie/gameboycameralib) and to Fazecast's jSerialComm (https://fazecast.github.io/jSerialComm/)!

Release History

  • 1.0.0
    • First release
  • 1.0.1
    • Updated Gameboy Camera Lib
  • 1.1.0
    • Support for GameBoy Printer Emulator V3

Meta

lukasklinger <20> @lukespccontrol <20> lukasklinger.com

https://github.com/lukasklinger

https://git.lukasklinger.com/lukas

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request