Skip to content

MatthewNichols/holo-graphic-symbol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

holo-graphic-symbol

I have a lot of friends at Holo / Holochain and I saw one of the designs on their site and got inspired to practice some new skills with HTML Canvas rendering and animating it in interesting ways. Work in progress.

The latest version is autodeployed on Netlify at https://holo-graphic-symbol.netlify.com/. It has controls that let you tweek the assorted parameters that drive the visuals.

Netlify Status

It is a NPM/(ParcelJS)[https://parceljs.org/] project written in Typescript. The main rendering code is talking directly to HTML Canvas and the parameters UI is in VUE.JS. I have run this on both Windows and WSL so it should be runnable elsewhere.

Setup to play with locally

I am assuming you have Node/NPM installed. I have tried to make it run with all other dependencies being local.

Possible directions

  • Implement an SVG renderer also. There is an SVG_Rendering branch where I took a stab at this and it renders OK, but the animation performance is horrible. Will require a different approach.
  • Implement the geometry calculation in WebAssembly and see if it performs better than in TS/JS. Rough benchmarks show that the calculations currently take a lot longer (50-ish times as long) than the writing to Canvas. Very interested to see if that can be improved with WebAssembly and it is a good place for me to hone those skills.
  • Make the layout responsive: I should have done this from the beginning. Bad Geek.
  • Additional Animations? I have some thoughts.

Play around with it, open issues if you run into problems or if you want to coolaborate.

About

Dev area for developing the dynamic Holo symbol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages