Compare commits

..

10 Commits

Author SHA1 Message Date
0ec78da7b5 Rework Pixel and Color to implement alpha blending 2024-02-29 22:11:58 +01:00
b327996d89 Add new Center enum for center config 2024-02-27 21:53:34 +01:00
dcb596806c Update example 2024-02-26 22:00:20 +01:00
0a637f22fc Minor visual code's cleanup 2024-02-25 23:15:48 +01:00
c90f4a3148 Fix matrix transformation issues
This time, the issues should be fixed for good. Everything behaves as expected.
The only issue remaining is that of the text sprite not having the right size
2024-02-25 23:13:41 +01:00
d28325f2ff Add sprite center configuration
For now, the center is juste defined by coordinates in a haphazard way,
this will need a proper implementation at some point
2023-01-23 21:48:23 +01:00
b524ad07e0 Fix matrix transformation issues 2023-01-03 22:32:44 +01:00
67f802dd77 Implement text sprite main functions 2022-12-29 16:55:47 +01:00
8a2d8bcda7 Update .gitignore 2022-12-29 13:35:56 +01:00
075e8e996f Implement cpu-generated text sprite 2022-12-29 13:34:20 +01:00

View File

@ -1,5 +0,0 @@
[*.rs]
indent_style = tab
indent_size = 4
max_line_length = 100