Giter VIP home page Giter VIP logo

celtic-knot-scad's Introduction

Celtic Knot Library for Openscad

API is still in development and is likely to change

Feedback very welcome

My son wanted a celtic knot bracelet. This library was used to create my first attempt. The knots look like:

example knots

The library provides two interfaces. The first API uses large knot parts (called pieces in the code) and looks like:

knot([ "<~>",
       "!&;",
       "[-]" ], tile_width = 5);

where the first parameter is an kind of ASCII art for the desired pattern and tile_width is the knot tile size. The "alphabet" for pieces is generated by knot-piece-alphabet.scad and looks like:

Knot Piece Alphabet

Each pieces is a 2x2 square of smaller knot parts (called tiles in the code). However, edge and corner pieces have some empty tiles.

The second API uses knot tiles and looks like:

fine_knot([ "<rq>",
            "AtYF",
            "EGhW",
            "[sd]" ], tile_width = 5);

where the first parameter is an ASCII art for the desired pattern and tile_width is the knot tile size.

The "alphabet" for tiles is generated by knot-tile-alphabet.scad and looks like:

Knot Tile Alphabet

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

celtic-knot-scad's People

Contributors

beanz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.