Thanks for the nice words!
Your plugin sounds like fun.
In terms of using hand tracking for web games: my next experiments will use this setup to interact with 3D scenes.
Glad to see the conversation about hand tracking in the browser over here.
This demos is done under the context of a series of creative experiments on how to use real time hand tracking in the browser for creative interactions. Will be posting more experiments soon.
Tech background: I am using MediaPipe to control the hand rig in threejs. MediaPipe provides landmarks that are used to control a threejs Skeleton (hierarchy of bones with rotations).
- A designer that don't know/don't want to write css. She can keep her design process and use Strapfork to create the css components.
- A designer that likes the workflow that Strapfork proposes (UI is part of the brand -> design components | design UI with mockups. Mix both in directly inHTML and have the final design in the browser, no need of photoshop).
- A backender that just want to customise bootstrap easy and fast.
Jetstrap is much more like a layout/markup creator, with drag and drop interface. Strapfork is a customiser for the Bootstrap components, meaning that you can add styles to them. It generates css and documentation, but you still have to write your markup.
Ouch, that's bad news... I used the dafult setup for tinyletter. Didn't expect that to happen. Anywaay, you can send me an email to jackjackbach at gmail, if you are still interested.
I'm sorry about the misunderstanding. About the spam... I'm the creator of the app and don't know the person who submitted. I'm not running an affiliate program either.
The current status is: app design and mark-up (html + less) 90% done, front end (js with backbone) 40%, back end (node.js + mongoDB) 20%, product page design and mark up 70%.
I'm so happy you feel like testing it :) you (or anybody that wants to) can contact me. My gmail is jackjackbach.
That would be awsome a node.js framework which helped to make this kind of single page apps. I've been thinking about that since I discovered backbone.js.
I'd love to define models just once and that they would work server side (using a ODM like mongoose) and client side (using backbonejs).
Is there something like this out there? If not maybe I'll try to make it this summer (having final exams at the moment).
After some use, there are some points I'd like to share with you:
* Everytime I save I create a new url. I feel bad, like I'm creating things I'm not gonna use... And this way I can't edit the already saved urls, so if I share one with my friends and then I want to change something, I can't. Maybe you could ask for an optional password before saving.
* If I create a custom CSS, let's say for dribbble, and then I click a dribbble link in the 'frame' in csspivot, the style is not aplied to the loaded page!