98d687dc91
Some links have accidental > symbols in the end.
58 lines
2.4 KiB
Markdown
58 lines
2.4 KiB
Markdown
<!--
|
|
Keep this document short & concise,
|
|
linking to external resources instead of including content in-line.
|
|
See 'release/text/readme.html' for the end user read-me.
|
|
-->
|
|
|
|
Goo Engine
|
|
==========
|
|
|
|
Goo Engine is a version of Blender by [DillonGoo Studios](https://www.youtube.com/dillongoo) with some key modifications
|
|
to the source code that allow us to focus on NPR and Anime style rendering. Key features include the four custom Shader
|
|
nodes we added to Eevee and Light Groups. You can learn about them on the
|
|
[Professor Goo YouTube channel](https://www.youtube.com/@professorGoo).
|
|
|
|
Some have asked why we haven't pushed these changes to Blender's master branch:
|
|
this is because many of these features would not be accepted as they are and may destablize other features like Cycles.
|
|
We only use Eevee for NPR so we prioritize specific features which the Blender Institute understandably can't afford to
|
|
make compromises for. This allows us to develop and test quickly. However, we do actively update Goo Engine to keep up
|
|
with the native Blender branch so they can evolve side by side. We also regularly add and improve custom features as we
|
|
use Goo Engine on projects at the studio. [Stay tuned](https://twitter.com/dillongoostudio) for updates.
|
|
|
|
Get the pre-built download on the [Patreon page](https://www.patreon.com/dillongoo) to support continued development of
|
|
Goo Engine.
|
|
|
|
|
|
Blender
|
|
=======
|
|
|
|
Blender is the free and open source 3D creation suite.
|
|
It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing,
|
|
motion tracking and video editing.
|
|
|
|

|
|
|
|
Project Pages
|
|
-------------
|
|
|
|
- [Main Website](http://www.blender.org)
|
|
- [Reference Manual](https://docs.blender.org/manual/en/latest/index.html)
|
|
- [User Community](https://www.blender.org/community/)
|
|
|
|
Development
|
|
-----------
|
|
|
|
- [Build Instructions](https://developer.blender.org/docs/handbook/building_blender/)
|
|
- [Code Review & Bug Tracker](https://projects.blender.org)
|
|
- [Developer Forum](https://devtalk.blender.org)
|
|
- [Developer Documentation](https://developer.blender.org/docs/)
|
|
|
|
|
|
License
|
|
-------
|
|
|
|
Blender as a whole is licensed under the GNU General Public License, Version 3.
|
|
Individual files may have a different, but compatible license.
|
|
|
|
See [blender.org/about/license](https://www.blender.org/about/license) for details.
|