-
I have code like this:
``` php
$graph = new \Fhaculty\Graph\Graph();
$v1 = $graph->createVertex(1);
$v2 = $graph->createVertex(2);
$v5 = $graph->createVertex(5);
$v6 = $graph->createVertex(6);
$v1->…
-
I can't find any place to set viewport offset.
-
In KLayout 0.25.4, MacOS:
* I created a layout in GDS
* ran a script to do an inversion
* Saved the GDS, and received the above error
* Saved the file as a DXF, and that works
* Closed and opened…
-
Hello!
First of all, thank you very much for undertaking this project. C++ kinda pisses me off these day, so I just decided to give rust a chance for my vulkan engine :p
Now, on to the matter:
…
-
Hi Erich!
Wonderful work and an inspiration for what can be done using webgl! If you don't mind I'd like to pick your brain a bit regarding your BVH implementation.
For the last couple of mont…
-
While you draw a polygon, the shapes are updated super-fast. But when you finish the shape and then edit it, dragging points is super-slow and laggy for some reason. I'm sure this can be fixed. cc @ke…
-
I am working with sparse integer matrices to perform graph analytics with my Master's student @missvarhegyi.
We have been trying to find a Java library supporting quick matrix-matrix (MM) and eleme…
-
Hi Alex!
Thanks for trying this out. One of the reasons why we have a first point network in our model instead of using any first point in the RNN (using a start token) is because a polygon is cir…
-
Hii...
I have .log and .chk files optimized from Gaussian 09. Plz, tell me how can
I make GIMIC input file from this. In addition plz, also tell me whether
the only optimization is required or some…
-
The extractedges usage around line 200 of SBGATPolyhedronGravityModel.cpp doesn't preserve the vertex IDs compared to the facet table from the OBJ file, so this breaks if the OBJ file wasn't ordered i…