From 9128749704cf6aed9d2bd3c868e5d5247e4455e0 Mon Sep 17 00:00:00 2001 From: Sheena Artrip Date: Thu, 14 Sep 2023 23:13:20 -0700 Subject: [PATCH] remove dead bsf framework that contains a malware'd domain --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3322bc6..5596207 100644 --- a/README.md +++ b/README.md @@ -550,7 +550,6 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [assimp](https://github.com/assimp/assimp) - Open Asset Import Library (assimp) is a cross-platform 3D model import library which aims to provide a common API for different 3D asset file formats. [BSD-3-Clause] [website](http://www.assimp.org) * [bgfx](https://github.com/bkaradzic/bgfx) - A cross-platform rendering library. [BSD] * [Blend2D](https://github.com/blend2d/blend2d) - 2D vector graphics engine powered by a JIT compiler. [Zlib] [website](https://blend2d.com/) -* [bs::framework](https://github.com/GameFoundry/bsf) - Modern C++14 library for the development of real-time graphical applications. [MIT] * [Cairo](http://www.cairographics.org/) - A 2D graphics library with support for multiple output devices. [LGPL2 or Mozilla MPL] * [C-Turtle](https://github.com/walkerje/C-Turtle) - A C++11 header-only turtle graphics library acting as a CImg wrapper. [MIT] * [Diligent Engine](https://github.com/DiligentGraphics/DiligentEngine) - A modern cross-platform low-level 3D graphics library. [Apache2]