Camden Adams

Results 1 issues of Camden Adams

On the pygame examples in this repository the following method is used to convert from a pygame surface to a modernGL texture: ``` texture_data = self.pg_screen.get_view('1') ``` with this the...