GithubHelp home page GithubHelp logo

rivierakid / chip8-book Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aquova/chip8-book

0.0 0.0 0.0 285 KB

An introduction to Chip-8 emulation using Rust

Home Page: https://aquova.net/chip8/chip8.pdf

License: Creative Commons Zero v1.0 Universal

JavaScript 8.02% Rust 85.60% Makefile 3.69% HTML 2.68%

chip8-book's Introduction

An Introduction to Chip-8 Emulation using the Rust Programming Language

https://github.com/aquova/chip8-book

This is a introductory tutorial for how to develop your first Chip-8 emulator using the Rust language, targeting both desktop computers and web browsers via WebAssembly. This assumes no prior emulation experience, and only basic knowledge of Rust. The guide first gives a general overview of the different components of what emulation is, how all of the parts of the emulated system work, and what steps the emulation developer needs to implement them. Following this is a step-by-step walkthrough of the implementation of a Chip-8 emulator, describing each section of code and why it is needed.

  • Source code for the completed emulator is found in code
  • Source code for the PDF book is in src
  • Sample Chip-8 ROMs are in roms

You can download the latest copy of the book here: https://github.com/aquova/chip8-book/releases

To build a copy of the PDF yourself, first install pandoc then run make pdf (or make epub for an ePub version). Details on how to setup the build environment for the source code are provided in the PDF, but once installed the completed emulator can be built with make desktop or make web

Credits

The provided Chip-8 games are supplied from Zophar's Domain. Original author unknown.

chip8-book's People

Contributors

aquova avatar coolandsmartrr avatar aitorres avatar lesleyrs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.