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.

    Gyronorm.js E-book

    It covers the the basics of gyroscope and accelerometer data in JavaScript, as well as details on the gyronorm.js library.

    Demo

    Tags: #javascript

subscribe via RSS