Releases: Porem5002/quartz
Releases · Porem5002/quartz
alpha-3
alpha-3
- Added FreeType to the library
- Implemented text rendering using Signed Distance Fields
- Improved the way asserts work in the library (quartz_assert and quartz_fail)
- Added quartz_load_shader, quartz_render2D_get_viewport and quartz_quit
- Allowed changing the filter mode of the textures using quartz_texture_set_filter and quartz_texture_get_filter
- Allowed changing the active shader of the renderer using quartz_render2D_set_shader and quartz_render2D_get_shader
- Improved the abstraction of the functionality regarding the window and it's functions to make it easier to support different OSs in the future
- Fixed quartz_texture::get and quartz_shader::get when using the DLL version of the library