Compare commits

..

11 Commits

Author SHA1 Message Date
1cb6d7fc72 Rework Pixel and Color to implement alpha blending 2024-03-02 14:45:22 +00:00
d10ce2552d Add new Center enum for center config 2024-03-02 14:45:22 +00:00
e921ea74d9 Update example 2024-03-02 14:45:22 +00:00
765f7ea9e6 Minor visual code's cleanup 2024-03-02 14:45:22 +00:00
1d4de23391 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-03-02 14:45:22 +00:00
f6e0619be0 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
2024-03-02 14:45:22 +00:00
3a630fefaf Fix matrix transformation issues 2024-03-02 14:45:22 +00:00
32bfe01a1e Implement text sprite main functions 2024-03-02 14:45:22 +00:00
fabe090307 Update .gitignore 2024-03-02 14:45:22 +00:00
d334ee8f98 Implement cpu-generated text sprite 2024-03-02 14:45:22 +00:00
5aa0a70f5f Add editorconfig file 2024-03-02 15:00:48 +01:00

5
.editorconfig Normal file
View File

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