Skip to content

Instantly share code, notes, and snippets.

View adrian-gierakowski's full-sized avatar

Adrian adrian-gierakowski

View GitHub Profile
@adrian-gierakowski
adrian-gierakowski / sfml_skia.cpp
Last active August 12, 2024 16:26 — forked from zester/gist:2593564
using SFML with Skia
#include <SFML/Graphics.hpp>
// include skia
#include "SkCanvas.h"
#include "SkGraphics.h"
#include "SkImageEncoder.h"
#include "SkString.h"
#include "SkTemplates.h"
#include "SkTypeface.h"