-
An additional and possibly welcomed addition would be enabling the user to buffer multiple remote tasks. Unlike a normal `on` statement where the invoking task must await the completion of the remote …
-
**The problem:** Magnum was originally designed with OpenGL support _only_. That means the root namespace is full of GL-related classes and there is currently no clean way to introduce Vulkan to it. T…
mosra updated
6 years ago
-
### TL;DR: create a Signals library besides xstream, use it as the expected sink in some drivers
- - -
### Problem
Over the weekend in CycleConf 17 we started discussing how to better accommo…
-
*This would probably be a better fit for a forum, but this place seems to be a better fit to reach other contributors*
After seeing cae2342f08a368d15bed2d8d923f4f79f903d6f1 and fighting with simila…
-
Activity on all channels related to this repo ( Slack, Gitter, and here ) seem to have dropped off a while ago, picked up for a brief moment a few months ago, then dropped off again. There are many p…
-
Hi everyone, I'm planning to use descartes in a robotic spatial 3D printing project. We already have a path planning algorithm that can find printing sequence and feasible orientaions for each element…
-
- Are you using the equivalent of a virtual-dom?
- Where is implemented the diff+patch / reconciliation algorithm?
TIA
-
With game state management mostly stable, the next step is to implement an entity-component-system framework in the engine. This framework must follow the [pure ECS model](http://shaneenishry.com/blog…
-
# Dense Prediction API Design, Including Segmentation and Fully Convolutional Networks
This issue is to develop an API design for dense prediction tasks such as Segmentation, which includes Fully C…
-
# DI / Service Locator as Language Feature
The use of dependency injection frameworks has increased over the years; and for good reason. DI frameworks help to enforce good design patterns & principle…