https://github.com/infinityintegral/sgextn
C++ application development framework
https://github.com/infinityintegral/sgextn
cpp cpp20 data-structures filesystem gpu-programming gui-application library qt qt-gui qt6 qtcreator utility-library
Last synced: 1 day ago
JSON representation
C++ application development framework
- Host: GitHub
- URL: https://github.com/infinityintegral/sgextn
- Owner: InfinityIntegral
- License: other
- Created: 2025-05-19T15:29:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-04-08T12:43:41.000Z (3 days ago)
- Last Synced: 2026-04-08T14:33:51.126Z (3 days ago)
- Topics: cpp, cpp20, data-structures, filesystem, gpu-programming, gui-application, library, qt, qt-gui, qt6, qtcreator, utility-library
- Language: C++
- Homepage: https://infinityintegral.github.io/SGEXTN/readme/readme
- Size: 4.35 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SGEXTN README
The [HTML version](https://infinityintegral.github.io/SGEXTN/readme/readme) of this README offers a significantly better user experience than this Markdown version.
SGEXTN is 05524F's own C++ framework for application development with an emphasis on pure C++ code.
This version of SGEXTN is designed to work with Qt version 6.10.1 and prebuilt SGEXTN are built using Qt 6.10.1
Current version of SGEXTN: v6.4.0
published on: 16 January, SG61
[list of features](https://infinityintegral.github.io/SGEXTN/readme/readme#featurelist)
[setting up SGEXTN](https://infinityintegral.github.io/SGEXTN/readme/readme#setup)
[credits and legal info](https://infinityintegral.github.io/SGEXTN/readme/readme#legal)
## List of modules
SGEXTN contains 6 modules. Each module is described in detail in their own documentation pages linked below.
[Containers](https://infinityintegral.github.io/SGEXTN/modules/sg_containers) - template based container data structures
[Math](https://infinityintegral.github.io/SGEXTN/modules/sg_math) - mathematical operations
[Core](https://infinityintegral.github.io/SGEXTN/modules/sg_core) - core SGEXTN functionality
[FileSystem](https://infinityintegral.github.io/SGEXTN/modules/sg_filesystem) - access to file system
[SGWidget](https://infinityintegral.github.io/SGEXTN/modules/sg_widgets) - graphical user interface
[SG - RI](https://infinityintegral.github.io/SGEXTN/modules/sg_ri) - custom rendering