-
Create a 2D rasterizer, rich drawing primitives, and 2D graphics library
suitable for resource constrained embedded systems (e.g. ARM Cortex-M)
to be used in industrial controls, home appliances, me…
-
We're trying to install instant-ngp on a Windows 10 machine with an NVIDIA GeForce 2080Ti graphics card. We followed this github repo and this tutorial: https://www.youtube.com/watch?v=8pfPUN8NyZE
…
-
## Describe the problem
I'm trying to implement a custom shader (adds elevation contour lines) that also leverages the clipping primitive, and it seems harder than it should be. The Uber shader is …
-
```
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…
-
In the process of the 0.1 release, I've written an ARCHITECTURE.md document. However, while that document lists files and resources, it only skims the *conceptual* architecture of Vello.
Right now,…
-
```
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 …
-
```
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 …
-
While I'm in the midst of working out the fundamentals of core-plot and possibly adding functionality, I was wondering if there might be a method for exposing some drawing primitives, such as drawing …
-
I spent some time tonight to start implementing the drawPath() and drawGraphicsData() APIs from flash.display.Graphics
I got some rudimentary things running, allowing for code like:
```
var …
-
```
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 …