ajon542 / GameEngine

Experimenting with OpenTK inside WPF
0 stars 0 forks source link

Separate the engine from the project #35

Open ajon542 opened 8 years ago

ajon542 commented 8 years ago

It shouldn't be too hard but put the engine into a separate project so that it can be run independent of the WPF. We should be able to utilize the engine and render to any gl context.

ajon542 commented 8 years ago

This isn't high priority as long as the engine stays separate from the UI. Just need to keep this in mind when working on the UI stuff.