xparq / Out_of_Nothing

Versatile entity-based simulation & visualization/gamification framework PROTOTYPE
0 stars 0 forks source link

Decouple ScreenView from Camera even more #593

Open xparq opened 2 months ago

xparq commented 2 months ago

ScreenView.hpp could just fw-decl. Camera to spare its inclusion -- mostly because a camera is actually a model(led) object, so it depends on Model/Physics, while ScreenView doesn't.

There already is a ScreenView.cpp, so... all set.