A pseudo-3D engine for Flutter.
This is an alpha version and it might change before release.
To read the docs and see examples visit z.flutter.gallery
First we would like to give the mertits to Zdog, the pseudo-3D JavaScript engine that has been the base inspiration for this project.
We encourage to take a look to Zdog and enjoy their awesome examples and documentation.
I would love to get the feedback from people on how they would approach it and what they think it could be improved. Feel free to message me on twitter @JamesBlasco or telegram @JamesBlasco
Also I would like to encourage to submit issues and PR to improve this package.
- Polish the code and add documentation
- Add testing
- Implement hitTest in ZWidgets
- Scale in web is pixelated: Flutter #34878
- Touch input inside ZWidgets is not detected yet