Skip to content

In this program it is possible to create a Burrito Matrix and extract the matrix, second column as sequence, sum or absolute difference of pairs of second column.

License

Notifications You must be signed in to change notification settings

Identity-numbers/identity-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

identity-generator

An identity number generator. Created by Linus Jarbo and Hugo Angulo 2020

About

In this program it is possible to generate a single identity number for an integer sequence. (but it is also possible to generate a recursive sequence of the single identity number)

The single identity number is found vertically as a repeating pattern in the repeated folding of a sequence of integers. It repeats itself throughout the folding.

See the blue rectangle in the image below. Also note how the pattern repeats itself for every column but with another offset.

A single fold takes the integer, viewed as a positional container (updatable value) from the lowest contrasting value, to it's highest. By folding the sequence repeatably it streches it from a minimum contrast to a maximum at every fold.

Software

The generator is programmed in C# in Unity3d, version 2019.3.7f1

Builds:

Builds can be found here (for the time being):

most recent build: Tis 8 Sep 2020 20:17:21 CEST

http://www.linusjarbo.com/IdentityNumber/index.html

Bugs

  • Copy to memory doesn't seem to work in webgl format? Does work in editor.

Feature Requests

  • add digit in first row to the identity number
  • remove last digit in the identity number
  • recursively fold a given length of sequence
  • recursively fold a growing burrito matrix wit a sequence of own choice
  • save text to file
  • add a strict recursive output so it can be used in mathematica(?)

Updates, log

version 1.2

  • use a font without kerning(spacing) suited for mathematics and readabillity
  • Added recursive identity calculation at set number of iterations
  • verbose toggle

About

In this program it is possible to create a Burrito Matrix and extract the matrix, second column as sequence, sum or absolute difference of pairs of second column.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages