Code Monkey home page Code Monkey logo

just-pixel's Introduction

just-pixel

A pixler for the MEGA65 and Commodore 64 inspired by Zoomatic (Panoramic Designs)

(c) 2020-2024 Marc "Seytan" Teufel / The Art Project Studios / Reflex


Install dependencies: npm install

Start development server: npm run dev


Feel free to watch this presentation to get more informations:

Just Pixel Presentation on YouTube

just-pixel's People

Contributors

mteufel avatar drowdemon avatar

Stargazers

 avatar Michel de Bree avatar Dan Sanderson avatar Dimitris Panagiotakis avatar  avatar  avatar

Watchers

Dan Sanderson avatar  avatar

just-pixel's Issues

Export byte data to Rust

Very nice program! I wonder if exporting byte data to Rust could be added? Below is a snippet of Rust code that shows how an array of bytes is formatted. In the example we have 63 values of type u8 which is Rust's 8-bit unsigned integer:

/// Comment line, e.g. with some description of the graphics mode?
const RUST_LOGO: [u8; 63] = [
    0, 90, 0, 1, 255, 128, 7, 239,
    224, 15, 24, 240, 28, 0, 56, 63,
    255, 28, 127, 255, 158, 127, 255, 222,
    235, 195, 215, 115, 255, 142, 227, 255,
    135, 99, 199, 142, 247, 195, 223, 127,
    243, 254, 127, 241, 254, 62, 0, 60,
    29, 0, 184, 15, 129, 240, 7, 255,
    224, 1, 255, 128, 0, 90, 0,
];

Hexadecimal numbers are also supported, e.g. 0x5a instead of 90. Also note that Rust programs are always cross-compiled, so no need to keep the output small. Ping @mteufel

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.