-
Could you post which library versions should be currently used in a LibGDX project to support all platforms? It seems that `squidlib` is in `3.0.0-b3` version, while `squidlib-gdx` latest published ve…
-
We may want to replace `ImageData` and `DepthMap` with `ImageBitmap` to make use of the [mediacapture-worker](https://w3c.github.io/mediacapture-worker/) and [imagebitmap-extensions](https://w3c.githu…
-
See individual comments below (these were produced by @lgarron, @KitClement, @Sa967St during a Skype conversation).
TODO: Edit the posts below to reference the relevant GitHub issues.
List of the po…
-
After drawing a spline through points, the controls points can be selected and moved. But once the drawing is saved, they are no longer available for selection, at least not at the same locations. The…
-
Zipkin is not a foundation, it isn't even a single GitHub org. Zipkin spans across several orgs in github, with the most central one being here. It has stakeholders including those making zipkin emula…
-
Azul3D will need a model loader to load animated/static 3D models and scenes. Ideally the file format would be targeted towards specifically Azul3D and would have two components, a JSON format for rea…
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item) by [Persons Name](link/to/person)
```
skial updated
9 years ago
-
# User story
```
As a student
I need 'a personal dynamic medium' to express my thoughts
so I gain immediate and intuitive understanding of complex ideas
```
```
As a person communicating through ric…
-
Dear Dave, the STEP import function is planned in the roadmap. I just wonder how it is going. I'd like to help a little bit for this.
With this function, maybe we don't need do the reverse engineerin…
-
``` c++
#include "ofMain.h"
void drawWithBoundingBox(ofTrueTypeFont& font, string text, float x, float y) {
ofNoFill();
ofDrawRectangle(font.getStringBoundingBox(text, x, y));
font.drawSt…