isohedral / tactile

A C++ library for representing, manipulating, and drawing periodic tilings of the plane.
BSD 3-Clause "New" or "Revised" License
74 stars 9 forks source link

Rust port #5

Open abusch opened 2 years ago

abusch commented 2 years ago

Hi, I just wanted to let you know that I did a port of tactile to Rust, mostly for the fun of it (and potentially as something to play with in nannou at some point): https://github.com/abusch/tactile-rs

I used tactile as part of the name to make it easier to discover, and to make it clearer that it's a port, but let me know if you have any objection to that.

isohedral commented 2 years ago

This is terrific, thanks for letting me know! I definitely have no objection. In fact, part of the reason to make Tactile available is with the hopes that others will adapt it to their needs, including porting it to other languages.

Likewise, if you have no objection, I'd like to link to your port from the READMEs of Tactile and TactileJS.

abusch commented 2 years ago

Cheers! By all means, link away 🙂