Releases: gilmar-sales/Freya
Releases · gilmar-sales/Freya
v0.11.1
Full Changelog: v0.8.6...v0.11.1
v0.8.6
chore: updating SDL
v0.8.5
fix: msvc build error expression not evaluated as constant
v0.8.4
fix: updating main include
v0.8.2
chore: updating skirnir
v0.8.1
chore(deps): updating SDL and Skirnir
v0.8.0
feat: updating Skirnit and implementing FreyaExtension to easily add …
v0.7.4
Full Changelog: v0.7.3...v0.7.4
v0.5.0-alpha
First release
- Create and application inheriting from
fra::AbstractApplicationand usefra::ApplicationBuilderto set options like window title, size, vsync and more! - Full dependency injection support throught Skirnir
- TexturePool for loading textures
- MeshPool for loading meshes
- MaterialPool for binding multiples textures to the shaders
- Basic renderer with global light, normal and roughness mapping.