An open API service indexing awesome lists of open source software.

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

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