-
Will there be support for text as well ?
-
- Added gitpod badge to trac tickets:
Image `https://img.shields.io/badge/-Gitpod-908a85?logo=gitpod`
Link `https://gitpod.io/#https://github.com/sagemath/sagetrac-mirror/tree/`
- #33450 Improve…
-
Hey guys. This bindings won't build anymore on Debian Jessie since there is no MagickCore-config in $PATH:
```
% apt-file search MagickCore-config
libmagickcore-6.q16-dev: /usr/lib/x86_64-linux-gnu/I…
-
在CentOS上A100,安装出错,能不能不用OpenXR-SDK?
(base) [root@ecs-aitest instant-ngp]# cmake . -B build
-- Obtained CUDA architectures automatically from installed GPUs
-- Targeting CUDA architectures: 80
-- …
-
```
What steps will reproduce the problem?
1. batch.add(4, GL_TRIANGLE_FAN, None, *data)
2. batch.add(12, GL_TRIANGLE_FAN, None, *other_data)
3. batch.draw()
pyglet 1.1.4
batch.draw() will draw the …
-
**Describe the feature**
A kind of pseudo generic for primitive classes. So, one can write a Vec3 class, and then use this notation to make variants of it for bytes, shorts, ints, longs, floats, doub…
-
```
What steps will reproduce the problem?
1. create an application that allocates a lot of vertices and primitives
2. open the html file
3. Get the message: "ERROR: You can not allocate more then 655…
-
Hi all, just wanted to get some feedback on an idea and possible implementation. It is sometimes useful to have a gridded / checkerboard background (e.g. like Photoshop). Since we have `ofBackground…
-
It would be awesome to have an Graphics API, with fills, strokes, lines and curves. I think it would could be possible since both flash and html canvas supports them.
-
Include a **RenderMode** property.
`RenderMode = "Native|Skia"`
This way we allow to choose if render the control using the native drawing APIs or SkiaSharp.
Use native drawing APIs
Pros …