-
Hi,
Hope you are all well !
Is it possible to provide a snippet/gist for using mosaic like library in go program ?
For eg, like, https://github.com/deiwin/picasso
Thanks for any insights or …
ghost updated
4 years ago
-
Hi there, so anyways I have a few questions about the ti constructor library. 1. How do I add backgrounds to my project? 2. Is the link cable supported for multiplayer games? 3. How do I add 2 or more…
-
Hello,
I'm currently developing an Android application for a client that requires a certain chart mechanism.
While drawing charts within the application is a quite simple task, the problem is that we…
-
In the aiogram library, it is possible to send a location and attach an inline keyboard to it.
Example:
```python
builder.row(types.InlineKeyboardButton(
text="👉 СМОТРЕТЬ 👈", url="https:…
-
I have 64x32 LED matrix driven by TC5020 chip. This is not really working at the moment for me. Huge latency, I am opening this ticket for a record so anyone else having TC5020 based matrix can find …
-
Right now `draw_line` does not work in `record` blocks, and there are subtle differences between machines/GPUs when it comes to coordinates. `GL_LINE` needs to leave the library.
`draw_line` seems to…
-
```
…
-
I thought to create an issue to collect some of the ideas that have been floating around, that could potentially be implemented with SFML.Net 3. Feel free to add your comments on any topic below. If s…
-
Hello,
Once upon a time I used to be a software developer who loved Silverlight and WPF. Then I decided to learn why they say JavaScript is going to kill Silverlight. I did not return to .NET world e…
-
```
Now that we don't use OpenGL instant drawing anymore, we can't have multiple
viewports without deal with multiple contexts.
This is something I have to do in the future: Separate shared contexts…