5 Commits

Author SHA1 Message Date
Lukas Matena
f7d8e20beb Fixup of previous commit (4ae7a7c): actually add the files into the repository 2024-07-08 16:06:13 +02:00
Martin Šach
21116995d7 Refactor CMake and improve #includes.
* 1. Remove all global include_directories.
* 2. Move 3d party dependencies from src to budled deps if possible.
* Unify and enforce one way of including headers:
    e.g. #include "libslic3r/GCode.hpp" vs #include "GCode.hpp"
    (always use the "libslic3r/GCode.hpp" option).
* Make all dependencies (also header only) a cmake target.
2024-07-08 15:36:46 +02:00
enricoturri1966
c20d05b15e New gcode visualization library - Added statistic of used memory 2024-03-26 14:27:00 +01:00
enricoturri1966
4242ef20e9 New gcode visualization library - Added methods to release gpu resources on demand. 2024-03-26 14:15:39 +01:00
enricoturri1966
1e3fa49cae New gcode visualization - New code set as standalone library + embed glad library to load OpenGL functions 2024-03-26 14:15:38 +01:00