something something

epicmorphism 11a225a73e another example 4 년 전
012312345.png 11a225a73e another example 4 년 전
README cb23e729a6 upd8 readme 4 년 전
aa.png f4ebcb0bf1 import 4 년 전
bb.png f4ebcb0bf1 import 4 년 전
cc.png 03805a9160 Playing with some parameters 4 년 전
f1.png 03805a9160 Playing with some parameters 4 년 전
f2.png 03805a9160 Playing with some parameters 4 년 전
f3.png 03805a9160 Playing with some parameters 4 년 전
main.rkt 03805a9160 Playing with some parameters 4 년 전

README

Computing 3D scene from a permutations of a number string.
Based on the ideas from .

Example:
Starting with a string, for example 234142243.
We then consider all the permutations of the string, and for each permutation we divide the string into three substrings.
For example, for the identity permutation we get: 234, 142, 243.
Since 4 is the maximal number in the stream, we will be interpreting each substrings as integers base 5.
In our example we get numbers: 69, 47, 73.
We treat those three numbers as coordinates to put a cube at.
We also assign different light sources to the cubes, at random.

We also place some lights at various positions throughout the scene.


this is WORK IN PROGRESS
feature list:
- proper UI
- moving lights
- connecting some positions with tubes