A Library to create desktop apps in a beautfull way.
With pamella you can create desktop apps rendered using OpenGL in GPU with Radiance library. Pamella simplify your work using Blindness library.
Coming soon...
dotnet new console # Create project
dotnet add package pamella # Install Pamella
- Recreate Pamella to use Blindness Framework and Radiance Framework.
- Stop using Stately lib.
- Remove many structures used of old pamella version.
- The implementation of provider for other plataforms is more easyer now.
- Image drawing in screen.
- Add Subview-system.
- Add view protected methods to make works more easyer.
- Add a container object that a collection of views to create screens more faster.
- Improve objects initialization alot.
- Sprite abstratction added for games.
- OnRender it is no longer abstract, it is now virtual.
- Update version of Stately for version 1.3.
- Bugs correction.
- Solve bug of renderization of sub views of sub views.