Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kode80/PixelRenderUnity3D
PixelRender is a complete system for realtime rendering of 3D scenes as 2D pixel art in Unity3D.
https://github.com/kode80/PixelRenderUnity3D
Last synced: 3 months ago
JSON representation
PixelRender is a complete system for realtime rendering of 3D scenes as 2D pixel art in Unity3D.
- Host: GitHub
- URL: https://github.com/kode80/PixelRenderUnity3D
- Owner: kode80
- Created: 2016-02-22T15:43:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-12T17:59:15.000Z (over 8 years ago)
- Last Synced: 2024-07-30T21:47:35.723Z (3 months ago)
- Language: C#
- Size: 1.6 MB
- Stars: 212
- Watchers: 27
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - PixelRenderUnity3D - PixelRender is a complete system for realtime rendering of 3D scenes as 2D pixel art (Camera)
README
# PixelRenderUnity3D (Ver 1.1)
PixelRender is a complete system of shaders, effects, scripts & tools for rendering 3D scenes as 2D pixel art. The key components are the PixelArt shader for rendering meshs using palette based shading, the PixelOutline image effect for drawing pixel-perfect outlines & the Palette Editor which provides several features for creating, generating & manipulating palettes used by the PixelArt shader directly within Unity3D. PixelRender also includes components for quantizing animation, tools for rendering & exporting Unity3D sprite sheet animations, several examples & full documentation (in both pdf & epub format). PixelRender also works on mobile!## License
PixelRender is free to use for strictly non-commercial purposes, read PixelRenderNonCommercialLicense.html in project root for full details.If you'd like to use PixelRender for commercial purposes, or support this & future kode80 development, commercial licenses are available for purchase from my online store at: [http://kode80.com/](http://kode80.com/)
## Download Latest unitypackage
The latest packaged version can be downloaded here: [PixelRender.unitypackage](http://kode80.com/downloads/assets/PixelRender.unitypackage)## ChangeLog
### PixelRender 1.2.0 (April 15th 2016):
* Updated included UnityTools
* PixelRender can now be updated directly from the editor (Windows/kode80/Check for Asset Updates)### PixelRender 1.1.0 (March 9th 2016):
* Palettize Texture tool:
* Displays a progress bar and can be canceled
* Optimized to convert significantly faster
* Includes an automatic palette reduction pass (see documentation for details)
* Added MinimumSceneTemplate to examples, useful for creating new PixelRender scenes
* Added Sprite Sheet Maker tool for rendering & exporting Unity3D sprite animations (see documentation for details)
* Minor UI fixes for all editor tools