Skip to content

Commit

Permalink
CRYO: EDEN: Move graphics into a separate class
Browse files Browse the repository at this point in the history
Eden game object now contains a graphics object with which to
delegate graphics operations and store states of the graphics.

Much of the video playing is done in the graphics class
so I have moved a lot of the video state into there.

Some graphics related variables were moved out of eden and into
graphics, but many are still in eden.

Since they are still coupled there are lots of getters and setters.
For example both eden_graphics and eden share a handle to the same
video object.

I have made a few more things public than desirable.

I changed graphics to eden_graphics since it is specialized to eden
and not just cryo.
  • Loading branch information
dafioram authored and Lothar Serra Mari committed Oct 5, 2019
1 parent 38ab506 commit 21e929c
Show file tree
Hide file tree
Showing 5 changed files with 1,157 additions and 671 deletions.
Loading

0 comments on commit 21e929c

Please sign in to comment.