Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/hypertrifle/Kisrhombille-experiments


https://github.com/hypertrifle/Kisrhombille-experiments

haxe

Last synced: 2 months ago
JSON representation

Lists

README

        

This projects contains:

## A Kisrhombille geometry model
models.kisrhombille

https://en.wikipedia.org/wiki/3-6_kisrhombille

the structure is mostly copied from https://github.com/johnalexandergreene/Geom_Kisrhombille (I've Fliped the cat axis) as well as some other tweaks / unexpectically things just working.

Kpoint - a singular point with 4 properties.
KPolygon - A collection of Kpoints
KSegment - A Representation of two KPoints
KGrid - setting to render the geometery size / rotation etc.

lots of help on 'cube' based co-ordinates from https://www.redblobgames.com/grids/hexagons/

## Simple luxe app
basically using the above to *try* generate somthing cool.
pinched some shader code from another project aswell.

- need to port other KClasses
- look into the fractal like itterations in @johnalexandergreene above code.

hypertrifle