dux

Discord Server

dux is a free, open-source, and semi-portable general-purpose library for the C and C++ programming languages.

The main purpose of dux is to implement a clean, morden and featureful library.

Our primary goal is to implement this almost completely ourselves and with as few dependencies as possible. Therefore, dux may not be (and is currently not) as portable as many other libraries, with the currently supported platforms being:

Compiling

This project uses CMake as it's build system. The option DUX_ENABLE_DEMO (FALSE|TRUE) enables compilation of the demo program (dux-demo).

Contributing

You may submit bug reports or suggestions on our Discord Server in the #bug-reports and #suggestions channels respectively..

dux does currently not accept any merge requests.

Copyright & License

Copyright 2021, 2022 Gabriel Jensen.

This file is part of dux.

dux is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

dux is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with dux. If not, see https://www.gnu.org/licenses.