-
### Describe the issue
![image](https://user-images.githubusercontent.com/41840611/200808407-c4026a36-88b5-4e11-b254-0c9c750d40c2.png)
Testing BlueJay using an intertial dynomometer I notice qui…
-
```
I am working on creating a 3d graphics engine and using the concepts behind
sprite.Sprite and the graphics.py demo to create a 3d set of primitive objects
(using pyglet 1.1.4 btw).
Now to imp…
-
Some grafter projects compose multiple pipelines together into a `-main` function that calls multiple pipelines, associating each with pipeline with an input file and output file.
This boilerplate co…
-
Latest version involves dumping ATP input mesh to H5 format, instead of legacy txt. Update calling scripts in /meshs and add documentation.
-
Hi all,
I would like to use Gridap with a mesh consisting of regions of unstructured triangles and structured quads.
The mesh is generated in Gmsh, so I would like to load it using GridapGmsh.
Do…
-
Currently, on F1 menu we have "Back" button:
![image](https://cloud.githubusercontent.com/assets/5173273/22846169/47dae0dc-eff7-11e6-825d-d47c27b168ac.png)
1. When F1 menu is opened there is alway…
-
This could be done with `skia.Path.ConvertConicToQuads()` but that's currently not working for me: https://github.com/kyamagu/skia-python/issues/115
-
Add the ability to easily define 2D sprites from textures, and add support for pixel perfect rendering (requires enhancement of the scene object system). (Sprites are also required by the particle sys…
-
Hello,
As from the SPARQL 1.1 specification, DELETE/INSERT DATA queries only allow ground triples. However, the following (incorrect) query does not return any parsing error :
`DELETE DATA { ?s …
-
I didn't get it to run here, but what you do there to rotate your sprites seems a bit strange to me. Is there any reason you don't use OpenGL's capabilities for rotation/matrix manipulation? would be …