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

Remove TreeMap

github.com/Hexworks/zircon - 08af107ae8d601a82e05d80a57e9e6b004e04add authored about 5 years ago
Add depreciations and the theme property for components

github.com/Hexworks/zircon - 05eb139df72882f1db6c07490b0d00e7543d0110 authored about 5 years ago
Merge pull request #250 from EnderL2000/libgdx-startapplication-compatibility

Modified LibGDX game system to fix compatibility with swing

github.com/Hexworks/zircon - e879d57c368a0d2a2092393573b36a68d51e1ce7 authored about 5 years ago
changed api path

github.com/Hexworks/zircon - fbefdd1fe497436a3132bc645b46a7765d9df6cb authored about 5 years ago
Perf: Remove internal co-ord checking

No need to confirm a co-ord is legal if it came from the storage

github.com/Hexworks/mixite - 45daa8591bcf0d6bfbf9dee1389940466fae8e25 authored about 5 years ago
Perf: Remove redundant processing from getHexagonsByCubeRange

github.com/Hexworks/mixite - dbf5d0a933a67d486421d6483a2f919292a51c0e authored about 5 years ago
Perf: Use pre-sized ArrayList

Avoid arraycopy when resizing items when we can compute the exact/upper limit in advance

github.com/Hexworks/mixite - e994f1291a89d1036f3d42975f46ee96fed719d0 authored about 5 years ago
Perf: Store center Point

This is a commonly-used feature for UI rendering

github.com/Hexworks/mixite - a060253cce4acb530fc7590cf93103752239539a authored about 5 years ago
Perf: optimise getByPixelCoordinate

100% reduction in Maybes, 60% Hexagon

github.com/Hexworks/mixite - 0c843c6cfb6564bad8799ccc4cc88383a326f992 authored about 5 years ago
Perf: Avoid creating Hexagon where we don't use it

github.com/Hexworks/mixite - b8ad91f07ffda3136f65bafbf976a7bb50cdc415 authored about 5 years ago
Merge pull request #48 from drekbour/tidy_readme

Shorten readme slightly

github.com/Hexworks/mixite - de487a6605ac3e72d7b727731b83dafe57715bab authored about 5 years ago
Update readme

Less is more. Use relative URLs where possible.

github.com/Hexworks/mixite - 670a5efa67d51c291c80366850df56575573a3a0 authored about 5 years ago
Merge pull request #46 from drekbour/boolean_getters

Rename Boolean fields to provide standard isXXX getter

github.com/Hexworks/mixite - 67dc7e8bdca9ff9f72c800efe9ff52d73311c8c2 authored about 5 years ago
Rename Boolean fields to provide standard isXXX getter

github.com/Hexworks/mixite - 3494dfddd9d3861c791c390b970959bcd15da01a authored about 5 years ago
Add implementation for top-down oblique renderer

github.com/Hexworks/zircon - 557a678780a66ba2f35a9d2bb033ace9c9f5a915 authored about 5 years ago
Add top down renderer implementation

github.com/Hexworks/zircon - 973162bf0d6a2b2b4797d1afebc048155602cbf0 authored about 5 years ago
LibgdxApplication is instantiated upon the instantiation of LibgdxGame. This makes sure that libgdxApplication is always built for a built LibgdxGame. The zircon application is started at the same time as the libgdx application.

github.com/Hexworks/zircon - 1a10f5af0677101d55b36f06a08b4bc1d91b0f3c authored over 5 years ago
Modified LibGDX game system to fix compatibility with swing counterparts startApplication() and buildApplication()

github.com/Hexworks/zircon - 27210d7474a82aa93ece736f047102b1913ced8d authored over 5 years ago
Simplify GameArea and make it contain ProjectionStrategy. Decouple projection modes from the GameComponent. Clean up the API of the GameArea and remove obsolete code.

github.com/Hexworks/zircon - fd3857d42c0d03f73b720876250be70ae6b9d788 authored over 5 years ago
Remove obsolete persistent data structure wrappers, refactor GameArea / Block API

github.com/Hexworks/zircon - 81e071352eb5f1f601a692d8dc9e013c98a17a02 authored over 5 years ago
Remove overlays from GameArea

github.com/Hexworks/zircon - 58d70e8d79a1a995282a9f8750b376b85b39dc44 authored over 5 years ago
Merge pull request #249 from Hexworks/fix-scrollbar

Fix scrollbar and slider

github.com/Hexworks/zircon - d7ab146df814e1145ea6fc7bcd0aee0b49e4afd8 authored over 5 years ago
Clean examples

github.com/Hexworks/zircon - df98ce26bc55a7a74b66d403df45cfec08cdaac6 authored over 5 years ago
Fix the same bug in sliders

github.com/Hexworks/zircon - 7f86ebda90d7ee2350de7d0d1e32ce2e22ddad5f authored over 5 years ago
Fix scrollbar

github.com/Hexworks/zircon - 5a67bdad56be28e716eb02dc93ba984a4e9da04f authored over 5 years ago
Clean up TileGraphics

github.com/Hexworks/zircon - 4f9214a92e0d3e9d165d77e75d49b8d039d81d48 authored over 5 years ago
Use default MPP folder structure

github.com/Hexworks/zircon - efa5b6f317eda9c22834140588dcbdd47fb4a3ab authored over 5 years ago
Merge pull request #248 from Hexworks/add-transactional-rendering

Add transactional rendering

github.com/Hexworks/zircon - 68e554e7395806a82501bb5bbac232d5d5f4fde8 authored over 5 years ago
finalize changes

github.com/Hexworks/zircon - e669a03f879b01fa320b14eba0217848d6bb8533 authored over 5 years ago
Add persistent data structures

github.com/Hexworks/zircon - baab4bde4d05059d097be826ba9a595e5c2a5bd9 authored over 5 years ago
remove unnecessary SAMs

github.com/Hexworks/zircon - 5b7d9040492408fd2977360ccae21039a889fb9d authored over 5 years ago
Fix the border decoration rendering: issue #232.

github.com/Hexworks/zircon - 6b17d930ca3590adbea02b14bbfda065e898aeda authored over 5 years ago
fix benchmark problem and add BaseApplication

github.com/Hexworks/zircon - 8def96730d00cbfd71f56a7f5a97dd94c6559731 authored over 5 years ago
Merge pull request #244 from MrBergin/gradle-enhancements

Converted gradle files to use kts.

github.com/Hexworks/zircon - ac4ffc70b1bb0bd8999d4bcb46add982bfc5188b authored over 5 years ago
Converted gradle files to use kts.

Upgraded gradle wrapper version to 5.6.2.

Added buildSrc directory to include helper object tha...

github.com/Hexworks/zircon - f0fecff35bf24f6adb0cc76f76b20ccc4fa58ee4 authored over 5 years ago
Merge pull request #240 from Hexworks/add-scrollbar

Add scrollbar

github.com/Hexworks/zircon - d308a6a8c322e3345219116e0cc8771b23aa53b7 authored over 5 years ago
Optimize imports

github.com/Hexworks/zircon - 4aa6bf784659573a903a388c142a7eec0450f070 authored over 5 years ago
Fix builders semantics

github.com/Hexworks/zircon - 9d59813a754982206bedc0841e1281bd13d51d23 authored over 5 years ago
Add scrollbar component and example app

github.com/Hexworks/zircon - b3a27c44d633ac8b1293b78fea5b54162d5ab63f authored over 5 years ago
Merge pull request #7 from Hexworks/move_file_selector

Revamped UI

github.com/Hexworks/microcline - dc77712e8c9dad76f71c0e80d461254349fab7cf authored over 5 years ago
Rename TOOLBELT_HEIGHT to TOOLBAR_HEIGHT

github.com/Hexworks/microcline - 847e8d63584800bb08e0a623c6bf61fa67270455 authored over 5 years ago
Rename toolbars

UpperToolBelt --> SystemToolbar: this contains the file selector and the
application settings bu...

github.com/Hexworks/microcline - 10a200b01206f90b7582efd246c9af4070484121 authored over 5 years ago
Fix mouse position display

Mouse event listener for the position display is now attached to the
draw surface instead of the...

github.com/Hexworks/microcline - 81258911ccf5c919dc0012c4ed00b9c6c2c92756 authored over 5 years ago
Move file selector to the top of the screen

ToolBelt is split into an upper and a lower part where the upper one
consists of the file select...

github.com/Hexworks/microcline - 3f2372733b456e07d6b1915f4a9f18838a81791c authored over 5 years ago
Merge pull request #239 from Seveen/add-composite-slider

Add slider and numberInput components

github.com/Hexworks/zircon - 89092174d82cba710b2faca19bd906e28c087319 authored over 5 years ago
Add minValue to slider

github.com/Hexworks/zircon - 7e0b5fc4328cfba9b82e0f2a099853e774562bf1 authored over 5 years ago
Add minValue to numberInput

github.com/Hexworks/zircon - a79b218c7fc8e7922793e986e7d71656fd411429 authored over 5 years ago
Modifs from comments

github.com/Hexworks/zircon - 189b82c5f0ee908a4dd4802618dc4be914ae0715 authored over 5 years ago
Rework slider and numberInput interfaces

github.com/Hexworks/zircon - 25a02cc22dda9f1cd88701cc1bf5851c9bad5ffc authored over 5 years ago
Rework slider and numberInput interfaces

github.com/Hexworks/zircon - ffb4e93a8ff482c2555b35ae0152416cd8b250ec authored over 5 years ago
Remove composite components

github.com/Hexworks/zircon - 2577f870eecb722954c42c76b410281cfc980a9e authored over 5 years ago
Fix gutter cursor styleset

github.com/Hexworks/zircon - 2c92281ab70a6bec65c0a5000e6e3011f0f84fea authored over 5 years ago
Refactor defaultNumberInput classes

github.com/Hexworks/zircon - 863ccf81c672387b3028fc9c4c87c757bf4a594e authored over 5 years ago
Add vertical numberInput

github.com/Hexworks/zircon - 52d00cd0adcac7f1a830a5daa36553058c1cdc3d authored over 5 years ago
Rename numberInput and start adding it to sliders

github.com/Hexworks/zircon - edc2563d99a5ce6145aaeee458a2da02b32abb61 authored over 5 years ago
Add max number to NumberTextArea and binding

github.com/Hexworks/zircon - e669bb3a08a26bd52279054d4a89bfde0a831a5c authored over 5 years ago
Add number-only text area

github.com/Hexworks/zircon - 95e4cc14867ef81728f3cd6e2337723819e2af08 authored over 5 years ago
Add a sliderGutter Component

github.com/Hexworks/zircon - c9fa7c8eb639ef83b31a6001fea72caa8cd17ca0 authored over 5 years ago
Fixed rounding error

github.com/Hexworks/zircon - f205cfa95482dafe15048c60ab14ddb10e6f9b0a authored over 5 years ago
Refactorize slider component

github.com/Hexworks/zircon - 9d5f003e3f75c44d2f3e8064ca75e7fd764e5185 authored over 5 years ago
Rework horizontal slider

github.com/Hexworks/zircon - b4199e464b794534a710e5b2a85bb7748f04f515 authored over 5 years ago
Vertical slider

github.com/Hexworks/zircon - 31074dc8b649bbd8b9331ac27d4fbb0dcc1d5b25 authored over 5 years ago
Fix rounding problem

github.com/Hexworks/zircon - 06b13b69c22b6859b997065433ce984ed9771a0f authored over 5 years ago
Small cleanup

github.com/Hexworks/zircon - 8776dc3532b548776c6b895bd5f9c01483341fea authored over 5 years ago
Rework slider

github.com/Hexworks/zircon - 2f4c041a63f02dedb9705753f90c8c307af781f8 authored over 5 years ago
Merge ProgressBarBuilder fix to SliderBuilder

github.com/Hexworks/zircon - 332c88a48d1f9bdbe45e0d40e0c197bb4fa9c720 authored over 5 years ago
Merge branch 'add-slider-component' of https://github.com/Seveen/zircon into add-slider-component

github.com/Hexworks/zircon - 0f658e91d79f0366a7c0571ef13abe671baaed2d authored over 5 years ago
Add a slider component

github.com/Hexworks/zircon - a36998baa59ac16feb1b1b9e31c241dc4ad54c12 authored over 5 years ago
Merge remote-tracking branch 'origin/master' into add-slider-component

github.com/Hexworks/zircon - b274e099e0d057845f48ab3d78c78314f6b5679b authored over 5 years ago
Add cleaner onValueChanged fct on slider

github.com/Hexworks/zircon - b43dce4252c04bc4356196c6b19a7a404b7c2e38 authored over 5 years ago
restore newValue / oldValue in ChangeEvent

github.com/Hexworks/cobalt - dd61127c01911ec3164c0450f67bc678166686fa authored over 5 years ago
fix group and version

github.com/Hexworks/cobalt - 7f173d72b26b7dcae45b4f3002beb05fdfdb49a9 authored over 5 years ago
bump version

github.com/Hexworks/cobalt - 7f5d24c9712293a33af1f00816d7fcb8ec334fc8 authored over 5 years ago
Add HAMT and remove unnecessary SAM interfaces

github.com/Hexworks/cobalt - 16b8541b1c733bbeee22aa584dfef4aafdef29a5 authored over 5 years ago
Merge pull request #234 from Seveen/fix-is-printable-character

Fix isControlCharacter in TextUtils

github.com/Hexworks/zircon - fd6cf0bf88d501bb4a1fe007f0f6879a1a023f86 authored over 5 years ago
Merge pull request #237 from coldwarrl/master

Fix issues with progress bar #235

github.com/Hexworks/zircon - f8c5d399efb15c400d7324d20e90333e0c101cf5 authored over 5 years ago
Fixes issues with Progress Bar #235

github.com/Hexworks/zircon - 81785349a9e88ba0a811019959fbbedadeaad71a authored over 5 years ago
Fixes issues with Progress Bar #235

github.com/Hexworks/zircon - 68a180eabbc600b1dd8d9b0bb4d1aee4eafcdcc4 authored over 5 years ago
Add a slider component

github.com/Hexworks/zircon - 7da3bc0f1836b484cbea63806d1a1df172cfc531 authored over 5 years ago
Fix isControlCharacter check

github.com/Hexworks/zircon - 37fb5385b2337cafa2a12b17cc88b484206c49ba authored over 5 years ago
Merge pull request #2 from Hexworks/master

Updating fork

github.com/Hexworks/zircon - 72e18b35bc915e1e2e19e6d80fffbbf38576e493 authored over 5 years ago
Merge pull request #4 from MaTriXy/patch-1

Update README.md

github.com/Hexworks/amethyst - f4b88d60083f4e4f6e03afa8f6ef6c7d871a402c authored over 5 years ago
Update README.md

fix typo

github.com/Hexworks/amethyst - 761f7693fcc5d39e862337d3bb83b40a2a4ca930 authored over 5 years ago
Update gradle version

github.com/Hexworks/cobalt - e979cfcaa3dc945716e158d41878861f2f4dfce7 authored over 5 years ago
Refactor to default directory structure

github.com/Hexworks/cobalt - ce328a38a959bc9a583d93e53d25531501e22e55 authored over 5 years ago
add new darawing implementation with undo/redo and fix ui

github.com/Hexworks/microcline - 48f533892f0bd984a55da9adef2be34fb133d118 authored over 5 years ago
Add toc and final polish

github.com/Hexworks/hexworks-site - 157851aa9ba21fca6886e5bf828f972234a754d2 authored over 5 years ago
Update README.md

github.com/Hexworks/zircon - c6da29396249b66ec042414f693addb6a547fe0c authored over 5 years ago
Update README.md

github.com/Hexworks/mixite - e13eb700f3ca60e98e88680018fad7874848cd32 authored over 5 years ago