Branch: refs/heads/feature/gpu
Home: https://github.com/cytoscape/cytoscape.js
Commit: 3e0d3d3c55120a5977b60a9547639460430fbb19
https://github.com/cytoscape/cytoscape.js/commit/3e0d3d3c55120a5977b60a9547639460430fbb19
Author: Mike Kucera <[email protected]>
Date: 2024-05-14 (Tue, 14 May 2024)
Changed paths:
M package-lock.json
M package.json
A src/extensions/renderer/gpu/.eslintrc.json
A src/extensions/renderer/gpu/index.js
M src/extensions/renderer/index.js
Log Message:
-----------
Start of gpu renderer
Commit: 894c4701b75363331528cd3041e13ef6d43be36a
https://github.com/cytoscape/cytoscape.js/commit/894c4701b75363331528cd3041e13ef6d43be36a
Author: Mike Kucera <[email protected]>
Date: 2024-05-20 (Mon, 20 May 2024)
Changed paths:
M documentation/demos/node-types/code.js
M documentation/demos/node-types/index.html
M src/extensions/renderer/gpu/index.js
Log Message:
-----------
Basics of drawing, no transform yet
Commit: 35295484739c78c0c8d1528b8e91d5ab98fb116c
https://github.com/cytoscape/cytoscape.js/commit/35295484739c78c0c8d1528b8e91d5ab98fb116c
Author: Mike Kucera <[email protected]>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M src/extensions/renderer/gpu/index.js
Log Message:
-----------
Node bounding boxes are visible
Commit: 28b59b3874581f279b20bf976852b39f4a806d99
https://github.com/cytoscape/cytoscape.js/commit/28b59b3874581f279b20bf976852b39f4a806d99
Author: Mike Kucera <[email protected]>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M src/extensions/renderer/gpu/index.js
Log Message:
-----------
Straight edges
Commit: 0af517751ffdad768c5b1e3ed8008d70db788065
https://github.com/cytoscape/cytoscape.js/commit/0af517751ffdad768c5b1e3ed8008d70db788065
Author: Mike Kucera <[email protected]>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
A documentation/demos/gpu/code.js
A documentation/demos/gpu/data.json
A documentation/demos/gpu/index.html
A documentation/demos/gpu/style.css
M documentation/demos/node-types/code.js
M documentation/demos/node-types/index.html
Log Message:
-----------
gpu demo
Commit: 69bba7832a936454af8704d049cfc826cec3fd6f
https://github.com/cytoscape/cytoscape.js/commit/69bba7832a936454af8704d049cfc826cec3fd6f
Author: Mike Kucera <[email protected]>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M documentation/demos/gpu/code.js
M src/extensions/renderer/index.js
A src/extensions/renderer/webgl/.eslintrc.json
A src/extensions/renderer/webgl/index.js
Log Message:
-----------
webgl renderer
Commit: d7a229b42fa6f991738037b8588e472b4ebe34d5
https://github.com/cytoscape/cytoscape.js/commit/d7a229b42fa6f991738037b8588e472b4ebe34d5
Author: Mike Kucera <[email protected]>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M src/extensions/renderer/webgl/index.js
Log Message:
-----------
pixelratio
Commit: 70cca5daa4a3ea35a5bec7b20ce42e828bbe8284
https://github.com/cytoscape/cytoscape.js/commit/70cca5daa4a3ea35a5bec7b20ce42e828bbe8284
Author: Mike Kucera <[email protected]>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M documentation/demos/gpu/code.js
A documentation/demos/gpu/enrichment-map.networks.json
M documentation/demos/gpu/index.html
M src/extensions/renderer/base/index.js
M src/extensions/renderer/webgl/index.js
Log Message:
-----------
node background color
Commit: 081ee7f3f3f418d59a5e117ae98663acbaf1f1af
https://github.com/cytoscape/cytoscape.js/commit/081ee7f3f3f418d59a5e117ae98663acbaf1f1af
Author: Mike Kucera <[email protected]>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M documentation/demos/gpu/code.js
M src/core/renderer.js
M src/extensions/renderer/base/index.js
M src/extensions/renderer/canvas/drawing-redraw.js
M src/extensions/renderer/canvas/index.js
A src/extensions/renderer/canvas/webgl/drawing-redraw-webgl.js
R src/extensions/renderer/gpu/.eslintrc.json
R src/extensions/renderer/gpu/index.js
M src/extensions/renderer/index.js
R src/extensions/renderer/webgl/.eslintrc.json
R src/extensions/renderer/webgl/index.js
Log Message:
-----------
attempt to integrate webgl into the canvas renderer
Commit: 58d5882baf83b48b7e395c2c1c6c3718998714f4
https://github.com/cytoscape/cytoscape.js/commit/58d5882baf83b48b7e395c2c1c6c3718998714f4
Author: Mike Kucera <[email protected]>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M src/extensions/renderer/canvas/webgl/drawing-redraw-webgl.js
Log Message:
-----------
use 2D coords
Commit: 5d1536f505ab88dc4747f247892df418304377ca
https://github.com/cytoscape/cytoscape.js/commit/5d1536f505ab88dc4747f247892df418304377ca
Author: Mike Kucera <[email protected]>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M src/extensions/renderer/canvas/webgl/drawing-redraw-webgl.js
A src/extensions/renderer/canvas/webgl/matrix.js
Log Message:
-----------
single matrix uniform
Commit: 8a9ae7c6979419a0643529021142be8ec4aaef0b
https://github.com/cytoscape/cytoscape.js/commit/8a9ae7c6979419a0643529021142be8ec4aaef0b
Author: Mike Kucera <[email protected]>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M src/extensions/renderer/canvas/webgl/drawing-redraw-webgl.js
Log Message:
-----------
experimenting with textures
Compare:
https://github.com/cytoscape/cytoscape.js/compare/3e0d3d3c5512%5E...8a9ae7c69794
To unsubscribe from these emails, change your notification settings at
https://github.com/cytoscape/cytoscape.js/settings/notifications
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape.js/push/refs/heads/feature/gpu/000000-8a9ae7%40github.com.