starkos / premake-nextLinks
An experimental, exploratory take on new ideas and approaches for Premake
☆15Updated 4 years ago
Alternatives and similar repositories for premake-next
Users that are interested in premake-next are comparing it to the libraries listed below
Sorting:
- Make your C/C++ console apps prettier!☆38Updated 6 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 2 months ago
- ☆49Updated 8 years ago
- Clang from the Future: A C++17 to C++11 source-to-source compiler☆122Updated 7 years ago
- Virtual memory based containers☆43Updated 3 years ago
- C++20 for flag enums☆27Updated 5 years ago
- An attempt to introduce a new scripting language for CMake☆60Updated 5 years ago
- ccpp, a general purpose single-header preprocessor library.☆50Updated 4 years ago
- "Longeron++" C++17 library for simple memory-efficient or 'data-oriented' structures☆32Updated 3 months ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 3 years ago
- An Simplified JSON (SJSON) C++ reader and writer☆23Updated last week
- C++ library for type introspection, reflection, and scripting interface☆28Updated last year
- C++20 compile-time reflection library.☆35Updated 11 months ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- Fast dynamic cast in C++ for MSVC, outperforming the regular dynamic cast by up to 25 times