Skip to content

Commit 9752324

Browse files
committed
add more frameworks:
- [island](https://github.com/tgfrerer/island) - Project Island is an experimental, hot-reloading Vulkan Renderer for Linux and Windows, written in C/C++. - [NAP](https://github.com/napframework/nap) - NAP Framework: real-time control & visualization platform. - [final_game_tech](https://github.com/f1nalspace/final_game_tech) - Game related libraries written in C/C++ written by T. Spaete
1 parent 594ecb5 commit 9752324

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,11 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
108108
* [EASTL](https://github.com/electronicarts/EASTL) - Electronic Arts Standard Template Library. [BSD]
109109
* [ETL](https://github.com/ETLCPP/etl) - Embedded Template Library. [MIT]
110110
* [ffead-cpp](https://github.com/sumeetchhetri/ffead-cpp) - Framework for Enterprise Application Development. [Apache2]
111+
* [final_game_tech](https://github.com/f1nalspace/final_game_tech) - Game related libraries written in C/C++ written by T. Spaete
111112
* [Folly](https://github.com/facebook/folly) - An open-source C++ library developed and used at Facebook. [Apache2]
112113
* [FunctionalPlus](https://github.com/Dobiasd/FunctionalPlus) - Functional Programming Library for C++. Write concise and readable C++ code. [MIT]
113114
* [GLib](https://wiki.gnome.org/Projects/GLib) - GLib provides the core application building blocks for libraries and applications written in C. [LGPL]
115+
* [island](https://github.com/tgfrerer/island) - Project Island is an experimental, hot-reloading Vulkan Renderer for Linux and Windows, written in C/C++.
114116
* [itlib](https://github.com/iboB/itlib) - A collection of std-like single-header C++ libraries [MIT]
115117
* [JUCE](https://github.com/julianstorer/JUCE) - An all-encompassing C++ class library for developing cross-platform software. [Core-Module: ISC, Rest: GPL2/GPL3/Proprietary] [website](http://www.juce.com/)
116118
* [Kigs framework](https://github.com/Kigs-framework/kigs) - A free and open source C++ modular multi-purpose cross platform RAD framework. [MIT] [website](https://kigs-framework.org/)
@@ -120,6 +122,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
120122
* [libxutils](https://github.com/kala13x/libxutils) - Simple and yet powerful cross-platform C library providing data structures, algorithms and much more. [MIT]
121123
* [Loki](http://loki-lib.sourceforge.net/) - A C++ library of designs, containing flexible implementations of common design patterns and idioms. [MIT]
122124
* [MiLi](https://github.com/MariadeAnton/MiLi) - Minimal headers-only C++ Library. [Boost]
125+
* [NAP](https://github.com/napframework/nap) - NAP Framework: real-time control & visualization platform
123126
* [OpenFrameworks](https://github.com/openframeworks/openFrameworks) - A cross platform open source toolkit for creative coding in C++. [MIT] [website](http://www.openframeworks.cc/)
124127
* [PhotonLibOS](https://github.com/alibaba/PhotonLibOS) - A comprehensive C++ framework featuring efficient user-space threading (coroutine with work-stealing), I/O, networking, RPC, HTTP, etc., and used extensively in Alibaba. It is compatible with C++ 14/17/20/23, Linux, MacOS, x86-64, ARM64, gcc and clang. [Apache2] [website](https://photonlibos.github.io/)
125128
* [Qt](https://github.com/qt) :zap: - A cross-platform application and UI framework. [GPL/LGPL/Proprietary] [website](https://www.qt.io)

0 commit comments

Comments
 (0)