Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
soimy's profile
soimy
116 contributions
qtiki's profile
qtiki
4 contributions
JohannesHoffmann's profile
JohannesHoffmann
2 contributions
dylanbox's profile
dylanbox
1 contributions
soimy

soimy/maxrects-packer

A max rectangle 2d bin packer npm-module for packing glyphs or images into multiple sprite-sheet/atlas

JavaScript
235
38
MIT License

Support the dependencies of soimy/maxrects-packer

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
sorensen/ascii-table
Easy tables for your console data
Account's avatar
bcoe/c8
output coverage reports using Node.js' built in coverage
Account's avatar
commitizen/cz-conventional-changelog
Commitizen adapter following the conventional-changelog format.
Account's avatar
evanw/esbuild
An extremely fast JavaScript and CSS bundler and minifier.
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
gajus/eslint-plugin-jsdoc
JSDoc linting rules for ESLint.
Account's avatar
tschaub/gh-pages
Publish to a gh-pages branch on GitHub (or any other branch on any other remote)
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
rollup/rollup
Next-generation ES module bundler
Account's avatar
Swatinem/rollup-plugin-dts
A rollup plugin that will bundle up your .d.ts definition files.
Account's avatar
egoist/rollup-plugin-esbuild
Account's avatar
ezolenko/rollup-plugin-typescript2
Seamless integration between Rollup and TypeScript. Now with errors.
Account's avatar
kulshekhar/ts-jest
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
Microsoft/tslib
Runtime library for TypeScript helper functions
Account's avatar
TypeStrong/TypeDoc
Create api documentation for TypeScript projects.
Account's avatar
SacDeNoeuds/typedoc-unhoax-theme
TypeDoc theme to unhoax me-self
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Max Rects Packer is a Node.js module that implements an efficient 2D bin packing algorithm for arranging images or glyphs into sprite sheets and atlases. It's designed for developers creating WebGL games or other applications that need to optimize texture packing, automatically generating multiple bins to avoid oversized single images while supporting rotation and intelligent packing strategies.