Click here to Skip to main content
15,889,992 members
Articles / Programming Languages / C++

Kigs Framework Introduction (5/8) - CoreItem

Rate me:
Please Sign up or sign in to vote.
2.09/5 (3 votes)
1 Mar 2023MIT7 min read 9.4K   4  
A multi purpose, cross-platform, free and Open Source C++ framework. This article will focus on CoreItem.
In previous articles from this series, we have discovered the CoreModifiable class and its features (attributes, methods...). Let's see another totally different class family and the new possibilities it offers: CoreItem. CoreItem can be used in the Kigs framework to manipulate JSON style objects, but also to animate values or to evaluate expressions.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior) LVCim
France France
Senior software developer.
Kigs framework is an educational/experimental/RAD open source C++ framework.

Comments and Discussions