mikepound / opencubes

A community improved version of the polycubes project!
MIT License
44 stars 23 forks source link

Polyominoes #51

Open Wagyx opened 10 months ago

Wagyx commented 10 months ago

Hello there,

I have managed to adapt the C code written by @snowmanam2 to the case of generating 2D polyominoes. It is available in this repo. I have also made an online viewer similar to the polycube viewer. Here is the repo. I have computed the datasets till n=16, it was very fast like under minute or so.

I think I'll try tackling the quest of polyhypercube next, I hope my brain does not melt in the process. I will also make the online viewer if I can find a suitable way to project the hypercubes with threejs. Any help is appreciated.