https://github.com/jcelerier/libssynth
Structure Synth's parser and generator as a library
https://github.com/jcelerier/libssynth
Last synced: over 1 year ago
JSON representation
Structure Synth's parser and generator as a library
- Host: GitHub
- URL: https://github.com/jcelerier/libssynth
- Owner: jcelerier
- License: other
- Created: 2022-08-06T13:50:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T01:13:27.000Z (about 2 years ago)
- Last Synced: 2024-05-01T22:08:06.982Z (about 2 years ago)
- Language: C++
- Size: 81.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.GPL3
Awesome Lists containing this project
README
# libssynth
The mesh generation abilities of Structure Synth (http://structuresynth.sourceforge.net, created by Mikael Hvidtfeldt Christensen)
put in a convenient library with fewer Qt dependencies.
- Improved performance a bit and modernized code with clang-tidy, fixed a few memory leaks as well
- Ensured that it passes clean through ASAN & UBSAN.
- Quick CLI to test. First argument is the .es file, second argument is the .rendertemplate file. If not provided,
the model is exported to .obj instead.
License follows the original Structure Synth license.