SFML community forums

General => SFML projects => Topic started by: ToyAuthor on July 31, 2020, 12:24:45 pm

Title: [General-purpose Library]ToyBox
Post by: ToyAuthor on July 31, 2020, 12:24:45 pm
Hello every one

It's a set of general-purpose libraries for C++11.
I have been working on it for a long time.
Hope it's helpful for you.

ToyBox
=============
 * Public Domain
 * Only support Linux, Mac, Windows
 * Support to extract file from 7zip, zip.
 * UTF-8 encoding every where.

Repository:
https://github.com/ToyAuthor/ToyBox

List of Third-party Libraries:
https://github.com/ToyAuthor/ToyBox/blob/master/extlibs/readme.txt

Main Page:
https://toyauthor.github.io/ToyBoxDoc/

A shortcut to show demos of ToyBox:
https://toyauthor.github.io/FileSharing/player/beta/win7x64_vc2015_win32/player_beta.zip

Some following features maybe useful to SFML fans.
1.Support a environment with SFML and glew.(see ToyBox/examples/HelloOpenGL/main.cpp)
2.Simple Lua binding.
3.More support to image format.(webp, 8bit gray scale  BMP)