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 November 11, 2018 07:56 — 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"