Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Hexworks

Hexworks is a friendly bunch of developers and artists who focus on providing open source tools for (but not only) game developers.
Collective - Host: opensource - https://opencollective.com/hexworks - Code: https://github.com/Hexworks

downgrade stupid gradle

github.com/Hexworks/zircon - 55a0ccc19a3f1b80aecd5f1fbe859db94ba9c0c6 authored 12 months ago
Fix rexpaint loader

github.com/Hexworks/zircon - 6c6bd4bffdbae9af6db91905c30316391f6fac39 authored 12 months ago
Merge pull request #9 from soywiz/soywiz/replace.circleci.with.github.actions

Change CircleCI with Github Actions

github.com/Hexworks/cobalt - 8893267b77c2725b3c458f0691744fbd7854e4f5 authored 12 months ago
Simplify test.yml

github.com/Hexworks/cobalt - 9b9ac8db5c432f133f83d98c5fe580f00f1bb995 authored 12 months ago
Delete .circleci

github.com/Hexworks/cobalt - 1b2f74da2fa9dbefc25492ef0b03a7f6caa76c0f authored 12 months ago
Create test.yml

github.com/Hexworks/cobalt - 80ce905cbe24404ae84acf1579484759f4399f35 authored 12 months ago
fix everything

github.com/Hexworks/cobalt - faf1e61449cdfe95adfe125bc893a4826ee3e35d authored almost 1 year ago
Initialize gradle

github.com/Hexworks/zircon - 2d46acab86f8aa4422aa69e615488bb15d8d534a authored about 1 year ago
Also test JS target

github.com/Hexworks/zircon - 6ac0deff1da02143dff84a3ccdcb0feb7ff1a72b authored about 1 year ago
Disable CircleCI

github.com/Hexworks/zircon - a5539516a68913276c23989e788b66359daf07bb authored about 1 year ago
Only run CI for the master branch on push (still on any branch for pull_request)

github.com/Hexworks/zircon - bb05204f23688b3e5027da18d2e2d92893fcecd2 authored about 1 year ago
Fixes small compilation error

github.com/Hexworks/zircon - 0d524cadf95c1b05891c678502b4f20fa9b9f790 authored about 1 year ago
Fixes errors like `> Inconsistent JVM-target compatibility detected for tasks 'compileJava' (17) and 'compileKotlinJvm' (11).`

github.com/Hexworks/zircon - 508242748502f73a750b90b43bca8e96fbe0867b authored about 1 year ago
Add simple github workflow for testing

github.com/Hexworks/zircon - d9f7f2ab4cccd02b2f8d2cb6ac3ebfeb7a4cfc08 authored about 1 year ago
Fix Korge version and compiler errors

github.com/Hexworks/zircon - 893f26e7927153ce5a538dd8f821945f40fed978 authored about 1 year ago
Bump Kotlin and Kor versions

github.com/Hexworks/zircon - 3bb51c8a128067d0c77b43e1d7630a508a78f3ca authored about 1 year ago
Re-add commonjs

github.com/Hexworks/cobalt-ts - 320d6aefe0d10b6e70d4721a029048a73fe1a8ee authored over 1 year ago
Improve state repository

github.com/Hexworks/cobalt-ts - a9b545a1570c9adff73783ef323f110efa573ccc authored over 1 year ago
uAdd enter / create to state machine

github.com/Hexworks/cobalt-ts - 89312da6e992eacad3c4278b5a6be2d2278d2d56 authored over 1 year ago
change esnext to commonjs in module

github.com/Hexworks/cobalt-ts - 1573cdfc5f72cbc99a92b1d5f8d4ee07e9fe9726 authored over 1 year ago
Support TTF tilesets

github.com/Hexworks/zircon - 73a66f4dfa5fa957cc09a86d6cea96e186c600a3 authored over 1 year ago
Support ImageDictionaryTilesetResources

github.com/Hexworks/zircon - 03df50747725e462028db9af3dd750f3450f21e1 authored over 1 year ago
Support afterRender + beforeRender + refactor benchmarking to happen in a zircon main entrypoint

github.com/Hexworks/zircon - 1e4ddda510bb57435ca3fa9353df627c3baa290f authored over 1 year ago
Update dispatcher

github.com/Hexworks/cobalt-ts - c0679f00dcc2a2df2caa7c7b7ef16702bacb3e2a authored over 1 year ago
Add benchmark

github.com/Hexworks/zircon - 213d0b060ac97f8d681cff70d6519495280b9a90 authored over 1 year ago
Support GraphicalTileset

github.com/Hexworks/zircon - 11494f51d93ac55771aab79c8f088d4c4dbbb432 authored over 1 year ago
Load tilesets on demand

github.com/Hexworks/zircon - a473e4a01140fdf261a31130e4ffe295c1ca45d7 authored over 1 year ago
Small cleanup

github.com/Hexworks/zircon - 97bb04f847590d9648095fc2003b1cfaf75ad461 authored over 1 year ago
Pixelate tiles

github.com/Hexworks/zircon - 1933ce5f2612180dc80bd598f84270af862b19cb authored over 1 year ago
Implemented modifiers: CrossedOut, Underline, HorizontalFlip & VerticalFlip

github.com/Hexworks/zircon - f17d206f48f843f3e61af4697b347be7f117003a authored over 1 year ago
Calls tileGrid.updateAnimations

github.com/Hexworks/zircon - 3070c7bba5cb3b192152c6e129642a677fde8fd5 authored over 1 year ago
Supports blinking

github.com/Hexworks/zircon - fdccf523956beb190889a0f3f6d10862cb8ce8fe authored over 1 year ago
Small refactor

github.com/Hexworks/zircon - b43ba69cbc8e093aa724b9822b0eb919e9894ff1 authored over 1 year ago
Handle mouse events

github.com/Hexworks/zircon - 2d362f17774ffbea62d6d04178a13c3afe4b9533 authored over 1 year ago
Handle key events

github.com/Hexworks/zircon - 98fb820ffe4c591f5f2dfc27ed2d246991143317 authored over 1 year ago
Add tileGrid.renderAllTiles method that does the logic of resolving all the tiles + positions with a callback to call batch.drawQuad to render all the tiles

github.com/Hexworks/zircon - c4178eb907b2fb5615bdefb045a908fefdc0d79c authored over 1 year ago
Use KorGE 4.0.3 and use KorGEREnderer

github.com/Hexworks/zircon - 1b494c56a888195b38226b1c658407b69ee45fe2 authored over 1 year ago
Use KorGE 4.0.3 and add an entrypoint

github.com/Hexworks/zircon - 8060cb3e896f4dd554187378ee438b373c39ba4b authored over 1 year ago
Get compiling with the latest version of KorGE

github.com/Hexworks/zircon - a92fb1e61b87e297b3167bff654bf3a23dd50551 authored over 1 year ago
Fix esbuild retardness

github.com/Hexworks/cobalt-ts - 8a0e4db1ee92db8b6a7961486af510eb1861d0c9 authored over 1 year ago
Harmonize dependencies

github.com/Hexworks/cobalt-ts - 51e23ad81e90b871363e67209ade991b451cb28f authored over 1 year ago
Add tests for auto-dispatcher

github.com/Hexworks/cobalt-ts - d8138a48e91d689cadf2cbe63da8be2b0f2096b6 authored over 1 year ago
Add auto-dispatcher

github.com/Hexworks/cobalt-ts - f6dc38fe815d8daac1c7c37a0c4f6b8d52946c14 authored over 1 year ago
Move all files to their respective folder (api or internal)

github.com/Hexworks/cobalt-ts - cd90ce96ff9ae6f66e80a890a938e57fecb2b6b3 authored over 1 year ago
Harmonize api/internal packages

github.com/Hexworks/cobalt-ts - 368023baa8516af89de6df789082c93c9fcc892b authored over 1 year ago
Add event bus

github.com/Hexworks/cobalt-ts - 3f9e84a41205f93b38c067a65e9c5165a3af985b authored almost 2 years ago
Add scheduler implementation

github.com/Hexworks/cobalt-ts - 31481a00c973d860cab0258715d36c0bcf9cafde authored almost 2 years ago
harmonize build config

github.com/Hexworks/cobalt-ts - ec37395ee107edda0a2fa9ba369a5f55f4ffeb23 authored almost 2 years ago