-
## Description
When running the following code:
```
A = ProjectionOperator(ig, ag, device="GPU")
initial = ig.allocate(0)
cgls_simple = CGLS(initial=initial, operator=A, data=centred_data)
```
The…
-
Is there a way to render a PNG/JPG image of a LigNetwork ?
#### Context
- I am running ProLIF in a docker container and I would like to render an interaction map without installing ipython/jupyt…
nezix updated
9 months ago
-
There are many many use cases for text input and currently each framework or site is creating its own virtual keyboard implementation. Browsers have their own for 2D websites and URL input, it would b…
-
Hi NodeGui team, I was searching for an alternative to electron and was lucky to found nodegui which is Node + Qt. So I jumped in and searched the API but didn't found neither [QGraphicsView](https://…
-
There are several GUI frameworks out there like Qt, GTK, etc. Pixel is a great library for 2D game developments and I want it to integrate with them. Is there a way to embed Pixel canvases into other …
-
### Version
1.0.1
### Link to Minimal Reproduction
https://visactor.io/vtable/demo/theme/extend
### Steps to Reproduce
CSS `background: linear-gradient(180deg,#d2e6ff,#f5faff)`
将示例中的…
-
### Version
echarts 5.3.3 & echarts-gl 2.0.9
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
echartRef.dispatchAction({
type: 'showTip',
seriesIndex…
-
[Related to #12]
At the moment, only structured grids are implemented as `SpaceDomain`, so effectively they are stored as 2D arrays. This means that a science `Component` knows the rank of the arra…
-
Before iOS 11, we used to use `CIDetector` and `CIDetectorTypeQRCode` to detect QR code
[CIDetector](https://developer.apple.com/documentation/coreimage/cidetector)
> An image processor that ide…
-
Build tree data structure in easifem.
- [ ] Binary tree
- [ ] Quad tree
- [ ] Oct tree
- [ ] K tree
References
- [ ] https://github.com/trixi-framework/HOHQMesh/tree/main/Source/QuadTreeGr…