Ecosyste.ms: OpenCollective

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

Arsenal

A high-performance Blender game engine written in Rust.
Collective - Host: opensource - https://opencollective.com/arsenal - Website: https://katharostech.com - Code: https://github.com/katharostech

Add More to the Design Doc

github.com/katharostech/lucky - 04f6cbf5eecb782dc5fcb1fa1678ae2c525d71b4 authored about 5 years ago
Extend Design and Overview Docs

github.com/katharostech/lucky - 1eaf92a82c349120c3d578d5b69d1dbe750dce67 authored about 5 years ago
Add Overview and Start Design Document

github.com/katharostech/lucky - a90babc2b80a1cded54d92e778bc9cc2a9e50cf7 authored about 5 years ago
Add Drone Builds For The Book

github.com/katharostech/lucky - 7a106c7253b88a57bf5b2206a0f80a6faee3125e authored about 5 years ago
Create Book and Mark Tool Name Pending

github.com/katharostech/lucky - cb1bebd25fc8d9aa9b38bfc20bc558c6aea5f1d7 authored about 5 years ago
Lower log level, add missing import

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - e10da2ed4e553baf93b521611fd2d027b31878df authored about 5 years ago
Fix doc example, remove block from patch notes because of tests

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 38aa068f6c6ba9c6b2eac307b050738efad33d7f authored about 5 years ago
Fix tests, add logging, fix shutdown for good, add Reactor names for

diagnostics

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 638d6fc28ab3ee9f9b19dcae5a21359900da3baf authored about 5 years ago
Add Description to README

github.com/katharostech/lucky - 550e642a80dd6538a49bb61f01e0de25ed46c8f8 authored about 5 years ago
Update License

github.com/katharostech/lucky - 13d65eade60455b3db23e8c5ea56b07c17c802d6 authored about 5 years ago
Initial commit

github.com/katharostech/lucky - c100eec2260baca5e1b1b1d242104411722b6469 authored about 5 years ago
Changing library docs

github.com/katharostech/maxim - 170b5d68d9bb30f8eb359166a7322e7f6963262f authored about 5 years ago
Restoring use order

github.com/katharostech/maxim - 5d0fe8b98481490368fc64342d9309656c14440b authored about 5 years ago
Commenting and so on

github.com/katharostech/maxim - bd0d0388b38f25f41663fc5eee7428d6ba2f5593 authored about 5 years ago
Release notes adjustment

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - d2f4e83678a0fe7b6a0501a2d08d8e974b0e7f2a authored about 5 years ago
Optimize thread logic:

- Move get_work into own function
- Use delay on empty run_queue before running again
- Fix shutd...

github.com/katharostech/maxim - c7498060bdd4d636d485270bbf8f7a326f08d94e authored about 5 years ago
Ensure thread is running at correct point

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 74215a0bb9edb284bbe7166c9ee93b097824024a authored about 5 years ago
Touchups to Philosophers example

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 3ad01eb37cd25610a5dfec4671cdee1cb77598e1 authored about 5 years ago
Add self to Cargo.toml Authors

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - b03fb82a5d43cf387caa8accb5486187746002b8 authored about 5 years ago
Don't create a thread every time we ensure the thread is running.

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - cbe34fb14fb0b05cc1fedf409fa91ad1682bb255 authored over 5 years ago
Chanign run time on philosophers example

github.com/katharostech/maxim - c70a78c109d94a8783b1fb47fe6fb82d0ace1644 authored over 5 years ago
All tests pass! ... Uh oh! :)

github.com/katharostech/maxim - b9ccbd61358ad0e68ef69942b66b01c947a3116c authored over 5 years ago
Adding test demonstrating closure with capture

github.com/katharostech/maxim - 0e5dcd1c6e8866ba19fb8bce073fbc694f9ee992 authored over 5 years ago
Small docs fixes, make threadnames more specific

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 4a77db6b3e352d9b0d6b9e4227a06114b06fe846 authored over 5 years ago
Use `Into<String>` for maximum ergonomics

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 9b780b9f86092e562c425e6fd6c23c69c51c9d5d authored over 5 years ago
Experimenting with closure test fixes

github.com/katharostech/maxim - 794373aa4d3dbd86db5dd113ee5289193ef7e81a authored over 5 years ago
Merge branch 'features/async' of github.com:rsimmonsjr/axiom into features/async

github.com/katharostech/maxim - 186cc36d9eaf7277d8e1b32aec116811cb712ae7 authored over 5 years ago
No more Arc<RwLock<Pin<Box<Mutex<Cell<Pin<Pin<Actor>>>>>>>>

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - c1145a362c34ee0d068c8525a2f7c0b02eff4da0 authored over 5 years ago
Fixing compile errors in tests

github.com/katharostech/maxim - fefdc8d2fde645b0fcf79cf10622c6f02c4fc5a9 authored over 5 years ago
Merge branch 'features/async' of github.com:rsimmonsjr/axiom into features/async

github.com/katharostech/maxim - c79b000064620c858f3983af92ea39bde54909ad authored over 5 years ago
More test fixes

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 678ffa49f66eab303c7b68d57e7f7c5f550a072c authored over 5 years ago
- Updated examples, in docs and folder.

- Moar documentation improvements
- Switched from using MaybeUninit to using UnsafeCell (for stat...

github.com/katharostech/maxim - c0b1325fee058a1a3d020a9d2385d4af7c8feb9a authored over 5 years ago
- Finished removing work channel artifacts

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 0a5521c58d992ed563507ae768a5937c7f6aa122 authored over 5 years ago
- Removed Scheduler/Schedule

- Made Executor own scheduling responsibility
- Started removal of artifact work channel
- Moar c...

github.com/katharostech/maxim - 45bcbae3c89e9d4ff28878949b187e9c360533a6 authored over 5 years ago
Merge branch 'master' into features/async

github.com/katharostech/maxim - e012150870fc6f4e2894c9ba24a11e6c5ee0dd6d authored over 5 years ago
Add discord server badge to the README (#109)

github.com/katharostech/maxim - ce431e1576cf562d77eea0d0d475750d3ae57982 authored over 5 years ago
Cont Phase 2

- Progress towards compilation
- Changed Processor Signature for State Return
- Wrapped Actor as ...

github.com/katharostech/maxim - 1b36bd6606da1d3d6810fafcbba42822d59266a4 authored over 5 years ago
Reorganized imports

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 7661a48355f74912fa220a5c3b8a0614b598fe30 authored over 5 years ago
WIP Async refactor Phase 2

- Finish infrastructure changes
- Pin Actors
- TODO: fix final Lifetime error

Signed-off-by: Khi...

github.com/katharostech/maxim - a09ec5669b03c672fb3592e495236e103bbd387e authored over 5 years ago
WIP Phase 2 of Async Refactor

- Separated Reactor and Executor
- Introduced Scheduler trait + Legacy impl
- Started work on con...

github.com/katharostech/maxim - ebdf430a16e0d1e9d572b8567b5e351a4b2cdeae authored over 5 years ago
Cont. Async Refactor

- Removed Handler trait artifacts
- Finished refactoring Processor Traits
- Fix usage of `futures...

github.com/katharostech/maxim - 895b4dd1a413f3a72b6c3a3e67818553838dbad0 authored over 5 years ago
Merge branch 'master' into features/async

github.com/katharostech/maxim - a47910c2d5c0eb198b9b7a86d2cdf076eedb7103 authored over 5 years ago
Update docs for the Monte-Carlo example (#105)

github.com/katharostech/maxim - c5d77ebfff9517378359e7251b4e0a471eb9ab8e authored over 5 years ago
WIP Async refactor

- Added Reactor
- Started refactoring Handle/Processor Traits

Signed-off-by: Khionu Sybiern <dev...

github.com/katharostech/maxim - 2f678b734c9a10a2bbcd54dac93582f262f4ec79 authored over 5 years ago
Forgot to bump version (#104)

github.com/katharostech/maxim - 941972c2b2878a92da2f462b0747fea568c2bd20 authored over 5 years ago
Set release date (#102)

github.com/katharostech/maxim - 80f1a2356fe83e743d35743e52e9704e009923a7 authored over 5 years ago
Issue #98: TCP Cluster Manager integration (#100)

github.com/katharostech/maxim - d52a5f89b77b1ad4b13990dfcd69fb4a95d5753d authored over 5 years ago
Issue #70 & Issue #67: Improvements to AID serialization (#96)

github.com/katharostech/maxim - f52c9be669f9fc88655733dfeb887087a0d4a394 authored over 5 years ago
Issue #94: Add builder methods to ActorSystemConfig and minimize threads in test cases. (#95)

github.com/katharostech/maxim - dc8c65abcaa71999186e03c530dd7ce7554e1070 authored over 5 years ago
Issue #64: Implement send methods specially designed for Arcs. (#93)

github.com/katharostech/maxim - 0b5c92f139c1ca09f2d68abf138d71c1bcf7c3b0 authored over 5 years ago
Renaming ActorId to Aid (#92)

github.com/katharostech/maxim - 0e9ec3ccf3eb2c10a7bb696254bc0ec56a6188f6 authored over 5 years ago
Issue #78: Rename Status values to be consistent and simple. (#90)

github.com/katharostech/maxim - 0f5aca3ff18f681fd3c846339259703fb87fd22c authored over 5 years ago
Implement builder mechanism for spawning actors (#88)

* Implement builder mechanism for spawning actors

* Changing naming to be better

* Documen...

github.com/katharostech/maxim - 30a52a9adb9f187ab8df612e713b8cc9546d823e authored over 5 years ago
Issue #81: Fixed the example, and fixed or improved related Axiom features. (#86)

* Debugging the example

* Fixing issues that would happen when actor stops

* Removing trac...

github.com/katharostech/maxim - af621ba7c379011a32ad541b21038668dc68f084 authored over 5 years ago
Use HashSet to keep unique lists of monitored ActorIds (#82)

github.com/katharostech/maxim - 8f9632d318f7213cca3403581bb6c3c547068849 authored over 5 years ago
Added a lot of error handling and quality of life changes. (#85)

* Tracing problem in work queue

* Tracing problem

* Adding timeout errors reporting to Axi...

github.com/katharostech/maxim - 10abc2de69fc792f1eb063fa3b05d4d10bdbe0e9 authored over 5 years ago
Add a monte carlo simulation under examples (#84)

* wip

* Mostly-working example, but lots of race conditions

* Spawn Game actors from the G...

github.com/katharostech/maxim - df3696731dbd601ce3224361dd3f6a4ffe4b22fc authored over 5 years ago
Updating to SECC 0.0.10 (#83)

github.com/katharostech/maxim - 80186abcaa175e8fc8bacd5e200d2dbf8923bc5d authored over 5 years ago
Updated Mac Build instructions

github.com/katharostech/arsenal - 68ab538e9904521aef34fa6bd0008075441cab63 authored over 5 years ago
Fix Rust Stable Version in Docs

The docs had previously instructed you to install a non-existant
version of Rust with rustup.

github.com/katharostech/arsenal - 4ab8ddecec3860da2638e0ff77b86c761a6c871a authored over 5 years ago
Issues/46 dining philosophers (#80)

github.com/katharostech/maxim - 53a82c601b3df1aae95b83fc9950536f4811af61 authored over 5 years ago
Update Docs to Reflect The Switch to Taiga

github.com/katharostech/arsenal - 7f7f60319d31956a443ad07d0a2429a33914ecb5 authored over 5 years ago
Add README Link to Taiga Wiki

github.com/katharostech/arsenal - e9f2c27e7bb896dd506c9a1edd768efe6730c1f3 authored over 5 years ago
Update README with Taiga Info

github.com/katharostech/arsenal - 95dd3603b635b2e0653010a5b1c68a6fd8d38f01 authored over 5 years ago
Change `MessageContent`'s visibility to private (#65)

github.com/katharostech/maxim - 852734bcad40b9a6421a37856475f022c0b10794 authored over 5 years ago
Converting FIXME lines into issues (#77)

github.com/katharostech/maxim - ea1c6184a57e1028e0ffffc7cfd0dee2f99ea92f authored over 5 years ago
Implementation of Remote Actors (#62)

github.com/katharostech/maxim - fff3ac481b8d22e90c84672b07b86fd78f8255d1 authored over 5 years ago
Fix a Linker Error When Cross Compiling for Windows

github.com/katharostech/arsenal - 93473b35226d59b2756a78f93e26dbdf78e72f54 authored over 5 years ago
Refactor ActorId Semantics to Allow SystemActor. (#61)

* Working on ActorIds
* Restructuring to require ActorSystem::current only on deserialize.
* C...

github.com/katharostech/maxim - 856201b1418c4cb36ff52bb73a0470eb64fa0736 authored over 5 years ago
Use `ccl::DashMap` instead of `RwLock<HashMap>` (#60)

* Use DashMap instead of RwLock<HashMap>
* Get a lock on the underlying map when adding monitors

github.com/katharostech/maxim - 546746911ab0e8281d1b2b84d362ad6db9976441 authored over 5 years ago
Fix Docker Tag in Drone Build

The Drone builds were tagging the build as `stable_[version]` instead of
`[dokuwiki_version]_[ve...

github.com/katharostech/docker_dokuwiki - 3b4488bf7c5893ca05ac24775ea6c3cb9ec41140 authored over 5 years ago
Add Drone Builds and Version Build Argument

Automate builds with drone and add a Docker build argument for
specifying the Dokuwiki version t...

github.com/katharostech/docker_dokuwiki - 98ba4b8855721430938879aabde540e6ac16c4b1 authored over 5 years ago
Add LDAP and Zip Packages

LDAP is required for LDAP integration. I think that zip was required for
certain Dokuwiki plugins.

github.com/katharostech/docker_dokuwiki - 6f18d4a38419dc7af195e51e5fc39120a1049846 authored over 5 years ago
Update README

README previously was copied from the Dokuwiki Docker image.

github.com/katharostech/docker_self-service-password - eec7f5071fe137793ade396b6accc5eefd2a99c2 authored over 5 years ago
Changes Resulting from SECC SEGFAULT fixes. (#56)

github.com/katharostech/maxim - 9cac1f1f59800d13c406aef478d85518cd57ecf6 authored over 5 years ago
Implement PartialOrd and Ord for ActorId (#55)

* Implement PartialOrd and Ord for ActorId

...and re-implement PartialEq and Eq, a little acc...

github.com/katharostech/maxim - b6f2de49bae8bbedcd7714f7aff7e00f2ce02e7b authored over 5 years ago
Impl Default trait (#52)

I was just trying to do this pattern:

```rust
let system = ActorSystem::create(
ActorSy...

github.com/katharostech/maxim - 73c999ffae89bef19840b0d13fd9d4a31c65b372 authored over 5 years ago
Fix Typo in coreaudio-sys Dependency

Use `rev` instead of `ref` for the git commit specifier for the replaced
coreaudio-sys dependenc...

github.com/katharostech/arsenal - 1a57c592a09d9e2182993072c5e352a6f7723064 authored over 5 years ago
Always Pull Rust Nightly

Add the "pull always" flag to the Rust nightly images to make sure that
we are always using the ...

github.com/katharostech/arsenal - 2f27f83e1d3440e5cb95c93513e4c4f49c9dfde1 authored over 5 years ago