tsoding / olive.c

Simple 2D Graphics Library for C
https://tsoding.github.io/olive.c/
MIT License
1.86k stars 105 forks source link

The example code of Japan flag #10

Open ChrisKeyber opened 2 years ago

ChrisKeyber commented 2 years ago

I am not really sure about the mechanism of this project, but I can definitely tell that there is a parameter called Stride is missing (I don't know if it is suppose to be a variable that require us to define the value, since the result of the same stride value is varies in different computers, if it is not, then there should be a problem, for me I set the number of stride to 900)

markusbkk commented 1 year ago

I am not really sure about the mechanism of this project, but I can definitely tell that there is a parameter called Stride is missing (I don't know if it is suppose to be a variable that require us to define the value, since the result of the same stride value is varies in different computers, if it is not, then there should be a problem, for me I set the number of stride to 900)

He mentioned it here in the video.