Commit Graph

12 Commits

Author SHA1 Message Date
Jean Sirmai 111f6b57af
WIP: Des chercheurs qui cherchent, on en trouve; mais des chercheurs qui trouvent,... 2023-10-26 23:56:28 +02:00
Jean Sirmai faa7ecdc86
WIP: arrows are drawn OK in particular cases (line 594). Now, let's write the general function() 2023-10-24 00:02:10 +02:00
Jean Sirmai 6bbc3a3aa8
WIP: nettoyage Il y a une erreur dans set_arrow() ou dans son affichage 2023-10-21 21:51:33 +02:00
Jean Sirmai fc271cf2ef
WIP: optimisation: les vertex d'abord, les lignes ensuite. (1èr essai) 2023-10-16 22:22:13 +02:00
Jean Sirmai 8f7ee02cdd
OK (space & arrows) pour de petits nombres. Nettoyage en cours. 2023-10-16 11:17:46 +02:00
Jean Sirmai 98c22b4fb6
Dessin 'économe' (espace et flèches) OK pour de petits nombres (avant nettoyage) 2023-10-16 09:48:12 +02:00
Jean Sirmai d1ff06f217
WIP: essai grilles entrecroisées 2023-10-12 20:43:34 +02:00
Jean Sirmai 0587219bd3
Fixed segfault/abort/double free with realloc in *_arrow() 2023-10-04 18:43:51 +02:00
Jean Sirmai d7fb58872b
WIP: Correction erreur variable globale/locale 2023-09-22 14:01:35 +02:00
Jean Sirmai 2d9526fb08
WIP: Relecture + mise en forme (rien de nouveau) 2023-09-22 08:29:46 +02:00
Adrien Bourmault 8130b663d8
src/graphics/*: full refactoring of source code
src/graphics.c : contains all primitives on buffers and control
src/arrows.c : contains all complex writing for arrows constructions
src/grid.c : contains all complexe writing for grid construction

Co-developed-by: Jean Sirmai <jean@a-lec.org>
Signed-off-by: Adrien Bourmault <neox@a-lec.org>
2023-09-07 22:47:58 +02:00
Jean Sirmai 7f010b87c7
src/graphics/*: Reworked modularity, buffer allocation and reallocation of lines buffer
Acked-by: Adrien 'neox' Bourmault <neox@a-lec.org>
2023-09-06 15:05:21 +02:00