eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

228
active users

#npm

8 posts6 participants5 posts today

Today, I released 'steploop', a TypeScript/JavaScript package that provides a fully-featured main-loop which acts as a strong foundation for building loops that execute at a consistent, specified rate. It is inspired by game engine main-loops like Godot's MainLoop or Unity's Update() loop.

Source code: github.com/nickesc/steploop

a foundation for building loops that execute at a consistent, specified rate - nickesc/steploop
GitHubGitHub - nickesc/steploop: a foundation for building loops that execute at a consistent, specified ratea foundation for building loops that execute at a consistent, specified rate - nickesc/steploop

New release of the Total-Serialism library for JavaScript with many bug fixes and updates is on github/npm!

github.com/tmhglnd/total-seria

npmjs.com/package/total-serial

total-serialism is a set of functions used for procedurally generating and transforming number sequences (mainly in the form of arrays). This library does not output anything else then numbers, but can therefore be integrated with frameworks like P5js, ToneJS, Node4Max, Hydra and any other javascript based project you want to generate arrays for.

GitHubRelease Version 2.10.2 · tmhglnd/total-serialismI'm considering some bigger updates, but this may introduce some breaking changes, so will save those for a version 3. For now i'm making a release of the current status of the library. New Functio...