Posts
-
colfer
binary serialization format
Colfer is a binary serialization format optimized for speed and size.
The projectβs compiler
colf(1)generates source code from schema definitions to marshal and unmarshall data structures.This is free and unencumbered software released into the public domain. The format is inspired by Protocol Buffers.
Tags: #javascript β’ serialization β’ serializable-objects
-
gyronorm.js
JavaScript project for accessing and normalizing the accelerometer and gyroscope data on mobile devices
Accesses the gyroscope and accelerometer data from the web browser and combines them in one JS object.
It returns consistent values across different devices. It has options to return game-based or world-based alpha values (rotation around z-axis), and normalize the gravity-related values. You can find more about the differences across devices in the e-book.
It covers the the basics of gyroscope and accelerometer data in JavaScript, as well as details on the gyronorm.js library.
Tags: #javascript
subscribe via RSS