Skip to content

Batch rendering, sprite sheets, refactoring#12

Draft
Falconerd wants to merge 3 commits intorecfrom
11
Draft

Batch rendering, sprite sheets, refactoring#12
Falconerd wants to merge 3 commits intorecfrom
11

Conversation

@Falconerd
Copy link
Copy Markdown
Owner

Moving the render state out of global state as it's not required to be
there.

Added batch rendering using the glBufferSubData method.

Added sprite sheet calculation - currently each sheet must be of one
sprite size, rather than packing everything into one image.

Currently only supports one sheet, but will add the ability to load
several textures at once in the next episode.

Moving the render state out of global state as it's not required to be
there.

Added batch rendering using the glBufferSubData method.

Added sprite sheet calculation - currently each sheet must be of one
sprite size, rather than packing everything into one image.

Currently only supports one sheet, but will add the ability to load
several textures at once in the next episode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant