Source vs Goo Create
When comparing Source vs Goo Create, the Slant community recommends Source for most people. In the question“What are the best 3D game engines?” Source is ranked 29th while Goo Create is ranked 54th. The most important reason people chose Source is:
Valve's official documentation website is great for newbies. It demonstrates the pros and cons of the engine (and since the website isn't maintained by Valve, but instead the community, the pros and cons are largely unbiased). There are also a number of pages dedicated to entities used within official Valve games and also community-made mods that were turned into full-fledged games by Valve. These pages explain the ins and outs of how most source programming works. There are also guides for Valve's tools which are both included in Source SDK and in any Valve-developed game.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Great documentation
Valve's official documentation website is great for newbies. It demonstrates the pros and cons of the engine (and since the website isn't maintained by Valve, but instead the community, the pros and cons are largely unbiased). There are also a number of pages dedicated to entities used within official Valve games and also community-made mods that were turned into full-fledged games by Valve. These pages explain the ins and outs of how most source programming works. There are also guides for Valve's tools which are both included in Source SDK and in any Valve-developed game.
Pro Runs on every potato pc
Since it has precalculated lighting, this engine is great for low end PCs too.
Pro Many basic entities
You don't need to code your own door or ladder etc. You can pretty much use every entity used in Half-Life 2 yourself easily.
Pro Visual logic, no programming
Of course you can program stuff into source but for level design only, source has a really easy input/output system for your level logic (e.g. doors, trigger when player walks into room...).
Pro Has a built-in video capture and editing application
Source includes Source Filmmaker, a video capture and editing application.
Pro Easy way to export or load source models to unity and maps
Pro Really small project/game download sizes
Since GooCreate is native to the Web and uses WebGL directly, finished projects usually have a much smaller (sometimes orders of magnitude) download sizes compared to tools like Unity.
Pro Visual State Machine Editor
The visual state machine editor in GooCreate enables the addition of advanced interactivity without having to directly code it in JavaScript. Artists can add movement to objects, react to clicks and other events or even trigger changes in other state machines via events.
Pro Scripting via the JavaScript programming language
Pro Integrated physics engine (Cannon.js)
GooCreate is tightly integrated with the Cannon.js physics engine making it super simple to add advanced physics simulations to any project. Cannon.js is available at http://www.cannonjs.org/.
Pro Web based scene editor, no installation or plugin needed
Pro Particle systems
Pro Open game engine and physics engine
The Goo.js engine is fully open source and available at https://github.com/GooTechnologies/goojs
Pro FBX model importer supporting embedded textures and skin based animation
Pro Real-time WYSIWYG Hierarchical scene graph editor
Pro Advanced Code/Text Editor with auto completion for Engine APIs
Pro Custom publishing template CSS and JavaScript
Usually when publishing you are forced to use a template provided by the service (with a logo, social buttons, etc) or you have to download the project to customize it. In GooCreate you can pick from a few different configurable templates and then, if that is not enough, you can add custom CSS and JavaScript that gets added to the page header (i.e. JS and CSS will be run/applied before the scene even starts to load) letting you style the loading screen and any other aspects of the page without having to download anything and still being able to make use of the hosting service GooCreate provides.
Pro Good material editor
Material editor supports diffuse color, normal maps, specularity, emissiveness, opacity, reflectivity and refractivity.
Pro Timeline editor to animate entities
Pro Projects can be distributed via a web link or packaged for Android and iOS
Pro Good variety of post effects
Post effects including bloom, motion blur, anti aliasing, levels, contrast, vignette and edge detection.
Cons
Con Only for mods
Normally, you can only use the Source Engine to develop "source-mods" (as Steam calls them), however the developer wiki is correct in saying Valve have a proven track-record for finding source-mods and turning them into fully-fledged games, Black Mesa Source is a good example of this, as it began life as a source-mod available for free, however Valve turned it into a fully-fledged and paid game.
Con SDK is outdated and difficult to use
Source SDK has not been updated in ages, and has instead been "re-released" under different names, e.g "Source SDK 2013 Singleplayer".
It's honestly easier to use the version of SDK included with any Source game, namely Portal 2 or DOTA 2, since both have a variant of Source SDK that is more updated than anything you can find in the tools section of Steam.
Con Going out of business
Goo create is facing bankruptcy.