Git Product home page Git Product logo

arduinolife's Introduction

Arduino Life

This is another clone of John Conway's Game of Life for arduino created mostly for the Freetronics dot matrix display.

Life.cpp also compiles in visual studio for debugging and is flexible enough to work with any screen using a rendering function.

Things i normally wouldn't do

Use bytes and chars for everything

The atmega328 which is at the core of my Uno based board is an 8 bit microcontroller. As far as i know instead of doing fast single instruction maths 16 bit integers are maniplated with compiler magic using many instructions. So where a byte is enough that is what i have used.

Weird static allocation

The Life class takes a bit map as the argument to it's constructor. This is due to the dilemma of not having memory management. The class could have declared the bitmap itself however it would then need to be modified for every application which would lead to fragmented versions.

arduinolife's People

Watchers

 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.