Skip to content

Centurion 7.0.0

Compare
Choose a tag to compare
@albin-johansson albin-johansson released this 25 Apr 17:00

Notes

This release brings the same changes outlined in the release notes for the v7.0.0 beta, with the following differences.

  • Add fwd.hpp header with forward declarations of most Centurion types
  • Put font_bundle in cen::experimental namespace
  • Functions with create_ prefix now use make_
    • basic_window::create_renderer() -> basic_window::make_renderer()
    • basic_renderer::create_texture() -> basic_renderer::make_texture()
    • vk::create_surface() -> vk::make_surface()