https://github.com/lnd3/ltools
C++ tool box for random purposes like graphics, physics, gui and network coding
https://github.com/lnd3/ltools
concurrency cpp physics rendering threading tool-box
Last synced: 5 months ago
JSON representation
C++ tool box for random purposes like graphics, physics, gui and network coding
- Host: GitHub
- URL: https://github.com/lnd3/ltools
- Owner: lnd3
- License: mit
- Created: 2024-07-30T07:07:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T22:35:01.000Z (11 months ago)
- Last Synced: 2025-01-20T23:26:01.158Z (11 months ago)
- Topics: concurrency, cpp, physics, rendering, threading, tool-box
- Language: C++
- Homepage:
- Size: 9.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ltools
This repo consist of a collection of utilities and general purpose c++ tools useful for various applications related to opengl rendering, physics simulation, network tools, multithreading and a variety of general purpose functions for string manipulation and logging. It comes with a custom test suite and cmake build system (`bs`).
The repo utilizes dependencies from `ldeps`.
## Platform support
Built regurlarly with msvc 19 (VS2022) and gnu 11.4 (ubuntu & wsl). Targets only c++20 in `packages` but `ldeps` has both c and other version of c++.