Git Product home page Git Product logo

canter's Introduction

canter

Import a .canter file from neodna, and display the resulting image.

Screenshot

In neodna, a DNA sequence becomes an image by converting words ( ie. 00, 01, 10, 11 or ACGT ) into basic commands which instruct a pixel to move around a canvas, creating a picture, changing variables and interacting with other data.

A simple library of functions for this program might be:
code__move ( move by 1 pixel in the current direction )
code__write ( write 1 pixel )
code__direction ( change direction of facing by 90 degrees )
code__origin ( return to 0, 0 or x, y )
code__codex ( change to the adjacent codex [ a set of functions ] )

By running the sequence over the library, a program is created ( in neodna this is a canteroll, which has .canter format ).

The canteroll ( .canter )

The canteroll can be used to represent the original sequence graphically. Important features are that it does not contain the original sequence and can be difficult to reverse without the underlying library which helped create it. By running a DNA sequence over a library of functions, small sequences can create very large programs which create complex images, and character.

This program will allow you to view a single .canter file in slow-motion as it runs through it's sequence.

canter's People

Contributors

backwardmachine avatar

Stargazers

 avatar

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.