Bas Wijnen
Bas Wijnen
As noticed in #208 I would like to allow projects using this Makefile to be platform independent. This requires some support from this code, but most work needs to be...
The arduino core files support INPUT_PULLUP as an argument to pinMode(). Mighty-1284p didn't. This pull request adds support for it. It also explicitly disables the pullup if INPUT is used,...
When parenting a mesh to a single bone of an armature, exporting works fine. When parenting to the entire object instead, it crashes: ``` Traceback (most recent call last): File...
In Blender, animated values are interpolated between two keyframes for that value, without regard for keyframes for other values. In contrast, M.GRL uses a shared timeline with events for all...
In order to assign a new value to a texture, an element (in particular, a 2-D canvas) can be inserted into the media storage and used: ``` please.media.assets['id'] = canvas;...
In my Python module for making multiplayer games that use m.grl, I have a few functions that might be useful in other applications as well. So here's a list, and...
For Debian, we want to use the packaged font instead of the bundled one. I made a patch to allow this change using compile flags. Please consider including it. [font.txt](https://github.com/user-attachments/files/19152578/font.txt)