hexagonif
Category index listing 89 out of 89 entries in the category hexagonif.
Format css
Some more instructions on the demo page
Add donation links in README.md, in demo
Add screenshot, usage instructions, links
Update copyright years
Fresh build of hexagonif
Slight cleanup of the gulpfile, add development instructions to readme
Manual adjustment of eslint rules and code
Run eslint --fix
Add compiled version to /docs/
Add eslint
Add git info, author information to package.json, format file
Add .editorconfig
Include piwik tracker
Use HTTPS for links where possible
debounce uses different namespaces depending on external factors
Debounce and delay window resize events
Also listen to touch/tap events
It seems the mouse-detector can be triggered without a mouse -- so if these listeners are started for the mouse, might as well use them for touch as well.
Upgrade to oCanvas v2.7.4
Fixing dummy json -- forgot why it's even there, but keeping it for now
Link to demo
Update copyright
Merge branch 'draw-gonifs'
* draw-gonifs: Transparent clickable gonifs Highlight the individual hexagon lines on click, instead of the gonif lines Draw clickable gonifs/hexagonifs
Transparent clickable gonifs
Highlight the individual hexagon lines on click, instead of the gonif lines
Draw clickable gonifs/hexagonifs
Autostart highlighting
Broke out a couple of utils
Made HighlightOnInterval start/stoppable
Change default presentation values
Standardize event system, build a user activity monitor
Merge branch 'gonif-graph'
General purpose async function queue
Disable gonif neighbor debug lines
Generate gonifs horitzontally then vertically, from the center
Add neighbors to neighbors that were added just before
Add gonifs in two dimensions; fails partially for randomized start positions close to the corners
Draw the neighbor graph with the hexagons
Create a network of gonifs instead of hexagons
Create a new scope, pass fewer arguments recursively
Lazily cache line.center()
Break down hegaxon's getCacheKey into parts
Properties instead of functions, for a probably neglible effect
Comment on hexagons
Use for-loops instead of .forEach to reduce stack clutter while debugging
Better logic for undefined variables and properties
Name some anonymous functions
Use objects instead of arrays for cache based cache
Allow resetting of lines
Only automatically highlight hexagons one in ten times
Delay automatic highlighting by one interval (second) each time the user manually highlights something, up to
about ten intervals.