id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
910	move soy.Window to soy.windows	ArcRiley		"'''Feedback Requested'''

The idea is to empty the root soy. namespace except for documentation.  This makes it easier to see the extensions in a dir() and the hierarchy cleaner.

We originally put these classes in _core in order to group all platform-specific code in one location.  That is no longer an issue with Pyrex 0.9.6

Also, the idea of a single additional ""CoreLoop"" thread has proven to be disadvantageous, especially with Pyrex's new GIL support.  We could attain a much higher fps, in addition to smaller compiled size and less code complexity, by splitting CoreLoop into TransportLoop, WindowLoop, SceneLoop, etc which are run by their respective extensions (soy.transports, soy.windows, soy.scenes, etc).

Since everyone who has commented on this idea has agreed, including earlier talk of splitting physics and rendering for multi-core optimization, it's time to implement.

Thinking into the future, we should be trying to resolve these API choices now to stabilize for Beta-3+."	task	closed	High	beta3	soy.widgets	Trunk	fixed		
