chaos-game
There are 69 repositories under chaos-game topic.
beltoforion/recreational_mathematics_with_python
Short python samples of recreational mathematics.
CAIMEOX/VoxelGeometry
Voxel geometry structure generator
grz0zrg/twigs
Twigs – 512 bytes procedural graphics in C code (IFS Fractal, Linux, fbdev)
paramrathour/Nonlinear-Dynamics
Files related to my Summer of Science Report on Nonlinear Dynamics
Rohith-2/Chaos-Game-Representation_BioSeq
Representation of Bio Sequences via Chaos Game and using the same to find similarities
ostad-ai/Generative-Art
This repository includes algorithms to create generative arts with programming.
cyinbox/iCGR
Yin, C. (2018). Encoding DNA sequences by integer Chaos Game Representation, Journal of Computational Biology
piellardj/chaos-game-webgl
Variations on the Chaos Game, rendered with WebGL
foobar167/fractals
Experiments with fractals are placed here
generic-github-user/fractals
Improved set of tools for generating, exploring, and rendering fractals (primarily iterated functions of complex numbers and chaos game fractals)
ima18h/iterated-function-systems-numpy
Creates iterated function system images, like the Barnsley fern fractal, or the Sierpiński triangle.
jonas-lj/IFS-Fractals
Generate fractals based on iterated function systems, e.g. Fractal flames, the Sierpenski triangle and Barnsley's Fern
luciopaiva/chaos
A simulation of the chaos game.
nanoflite/barnsley_fern_simons_basic
:herb: A chaos game generated fern written in Simon's BASIC for the C64.
rmorsomme/Fractals-and-Chaos-Game
Generating fractals with the so-called chaos game
stanipintjuk/chaos-game
Doing some recreational math inspired by a numberphile video https://www.youtube.com/watch?v=kbKtFN71Lfs
amarinderthind/CGRphylo
CGR package for phylogeny. Pipeline compare multiple whole genome sequences using alignment free approach Chaos Game Representation (CGR). CRG core function creates the frequencies object for each sequence which can be used to calculate distances among sequences.
brunograssano/Chaos-Game
Chaos game in Rust using Piston
jatzuk/NumberphileFractalProblem
self-made "chaos games" problem realization as described in the video https://www.youtube.com/watch?v=kbKtFN71Lfs using kotlin
Louis-Finegan/Chaos-game
Chaos Game in python3 using Pygame
modelflat/coursework-legacy
GUI Application for exploring fractal basins of attraction of a numerical solution to complex polynomial equation
NDresevic/distributed-chaos-game
A distributed system that computes fractal structures by applying the game of chaos. Implemented in Java.
prakash-hash/chaos-game
A simple website to look for different fractals made using the IFS(Iterated Function System) with "Chaos Game" which is a very popular technique to draw fractals.
Raell/Chaos-Fractals
Fractal Generator based on Chaos Game
The-Brains/ChaosGame
Just a fun JS implementation of the Chaos Game
vidanchev/Double_Chaos
Some fun with deterministic chaos through a very simple non-linear system - double pendulums
abhayMore/Chaos-Game
Creating Fractals using Chaos Game, written in C++ and SFML
coledie/Iterated-Function-Systems
Lua LÖVE implementation of various iterated function systems.
danielhoward-me/chaos
A website that allows you to generate shapes using The Chaos Game method
ElRakabawi/cgr-perl
chaos game representation for DNA seqs in Perl.
ElRakabawi/icgr-py
Integer chaos game representation encoder/decoder in python.
frcroth/sierpinski-random
Draw a Sierpiński triangle with random numbers. Uses python and turtle.
kelgrim/CSharpChaosGame
Godot C# implementation of the Chaos Game
tansonlee/fractals-with-chaos-game
Creating fractals with chaos game
wesdoyle/recursive.link
Vue + d3 chaos games
zeyadetman/sierpinski-triangle
📐 Sierpinski triangle is a fractal and attractive fixed set with the overall shape of an equilateral triangle, subdivided recursively into smaller equilateral triangles.