-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, Chippy draws to the screen by directly mapping the framebuffer (a 2D boolean array) to Raylib's DrawRectangle() method. This is inefficient compared to using textures and can be improved upon.
Some of the steps:
- Create an intermediate store (array) between the framebuffer and Render() method.
- Convert the array to a texture every frame.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request