Graphite/node-graph/gcore/src
Ezbaze 5c08248681
Additional Input and Math Nodes (#1369)
* Add Input Nodes and additional Math Nodes

* Add add node to node registry

* Update node-graph/gcore/src/ops.rs

Co-authored-by: Dennis Kobert <dennis@kobert.dev>

* Fix Color Input Node

Wrong input type

* Remove non Parameter variants

* Remove non Parameter variants

* Remove non Parameter variants

* Apply suggestions from code review

* mod to modulo

---------

Co-authored-by: Dennis Kobert <dennis@kobert.dev>
2023-08-08 17:31:50 +02:00
..
graphic_element Artboard nodes (#1328) 2023-07-27 07:35:17 +01:00
raster Fix BrushCache serailization (#1358) 2023-08-04 11:34:54 -07:00
text Remove warnings from build and satisfied clippy (#1288) 2023-06-07 14:46:47 +05:30
vector Add Vector Repeat Node (#1371) 2023-08-07 14:59:58 +02:00
application_io.rs Fix clippy lints (#1327) 2023-07-19 16:38:23 +01:00
consts.rs Refactor vector data type from document-legacy into node graph (#1057) 2023-02-25 16:55:05 +00:00
generic.rs Graphene CLI + quantization research (#1320) 2023-07-04 17:04:09 +02:00
gpu.rs Implement the Brush without relying on a stamp texture 2023-04-29 01:31:14 +02:00
graphic_element.rs Artboard nodes (#1328) 2023-07-27 07:35:17 +01:00
lib.rs Graphene CLI + quantization research (#1320) 2023-07-04 17:04:09 +02:00
memo.rs Graphene CLI + quantization research (#1320) 2023-07-04 17:04:09 +02:00
ops.rs Additional Input and Math Nodes (#1369) 2023-08-08 17:31:50 +02:00
quantization.rs Fix clippy lints (#1327) 2023-07-19 16:38:23 +01:00
raster.rs Graphene CLI + quantization research (#1320) 2023-07-04 17:04:09 +02:00
storage.rs Remove unsafe code and clean up the code base in general (#1263) 2023-06-02 11:05:32 +02:00
structural.rs Graphene CLI + quantization research (#1320) 2023-07-04 17:04:09 +02:00
text.rs Fix Text Tool Overwriting Existing Text on Editing Text Layer (#1356) 2023-08-03 17:08:49 +01:00
transform.rs Graphene CLI + quantization research (#1320) 2023-07-04 17:04:09 +02:00
types.rs Lay groundwork for directly rendering to the canvas without a cpu roundrip (#1291) 2023-06-07 17:13:21 +02:00
uuid.rs Remove warnings from build and satisfied clippy (#1288) 2023-06-07 14:46:47 +05:30
value.rs Remove warnings from build and satisfied clippy (#1288) 2023-06-07 14:46:47 +05:30