Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T13:45:01.000Z (about 2 months ago)
- Last Synced: 2024-12-12T14:34:14.469Z (about 2 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++.