enricoturri1966
|
589f733dcc
libvgcode - Textures setup modified to work when building using emscripten
|
11 months ago |
enricoturri1966
|
c0ef0e52a1
libvgcode - small optimization
|
11 months ago |
enricoturri1966
|
c7f61a795f
libvgcode - fixed OpenGLWrapper::unload_opengl()
|
11 months ago |
enricoturri1966
|
673127aeed
libvgcode - CMakeLists.txt modified to work with emscripten
|
11 months ago |
enricoturri1966
|
e7b22a8d3b
libvgcode - Replace 'glVertexAttribIPointer()' with 'glVertexAttribPointer()' in SegmentTemplate::init() for OpenGL ES
|
11 months ago |
enricoturri1966
|
8b0142fcce
libvgcode - Replace 'xor' with '^' Bitset.hpp
|
11 months ago |
enricoturri1966
|
73deaf9075
libvgcode - Newer glad library for OpenGL 4.6 and OpenGL ES 3.0
|
11 months ago |
enricoturri1966
|
29cfe37de4
libvgcode - Alternate fix in method ViewerImpl::update_heights_widths() for OpenGL ES
|
11 months ago |
enricoturri1966
|
37359ead80
libvgcode - Fixes in glAssertRecentCallImpl()
|
11 months ago |
enricoturri1966
|
e3494b9538
libvgcode - Fixes in method ViewerImpl::update_heights_widths() for OpenGL ES
|
11 months ago |
Lukas Matena
|
c652c1e1f4
Fixed ES shaders so they work with OpenGL ES 3.0
|
11 months ago |
enricoturri1966
|
5669decd98
libvgcode - Use multiple plain textures in place of texture buffers for OpenGL ES
|
11 months ago |
enricoturri1966
|
461d30537f
libvgcode - Use plain textures in place of texture buffers for OpenGL ES (partial implementation using one texture per buffer)
|
11 months ago |
enricoturri1966
|
9579c9c212
libvgcode - refactoring of class OpenGLWrapper
|
11 months ago |
enricoturri1966
|
9217141b65
libvgcode - small refactoring in shaders
|
11 months ago |
enricoturri1966
|
591e83b52e
libvgcode - replacement of glMapBuffer() call for OpenGL ES
|
11 months ago |
enricoturri1966
|
793bc60ef4
Fixed warning
|
11 months ago |
enricoturri1966
|
0094ec8b09
libvgcode - Changes into CMakeLists.txt
|
11 months ago |
enricoturri1966
|
04d916a351
Fixed debug export of gcode data to be configuration indipendent
|
11 months ago |
enricoturri1966
|
2b825ce8a7
Disabled tech ENABLE_NEW_GCODE_VIEWER_DEBUG
|
11 months ago |
enricoturri1966
|
858e431f97
Removed obsolete tech ENABLE_GCODE_VIEWER_DATA_CHECKING
|
11 months ago |
enricoturri1966
|
539c155c59
Code cleanup and techs removal - completed
|
11 months ago |
enricoturri1966
|
7bd60043d8
Code cleanup and techs removal - step 1
|
11 months ago |
enricoturri1966
|
5c4c18661e
SPE-1872: Implemented G2/G3 lines discretization for gcfMarlinFirmware firmware flavour
|
11 months ago |
enricoturri1966
|
ebc7444a20
SPE-1872: Corrections into GCodeProcessor::process_G2_G3() to match firmware code
|
11 months ago |
enricoturri1966
|
07b653cb22
SPE-1872: Actual speed profile - Further enhancements of imgui debug window
|
11 months ago |
enricoturri1966
|
07d2fb32fa
SPE-1872: Actual speed profile - Rework in its calculation + enhanced imgui debug window
|
1 year ago |
enricoturri1966
|
96c139f62c
SPE-1872: New imgui widget to show actual speed profile
|
1 year ago |
enricoturri1966
|
e51647b5da
SPE-1872: Fixed actual speed for seam moves and at extrusion/travel/wipe start
|
1 year ago |
enricoturri1966
|
feacbc2933
SPE-1872: Fixed rendering of wipe moves when actual speed view is selected
|
1 year ago |
enricoturri1966
|
fbb7eb77b4
SPE-1872: Actual speed profile extended to travel and wipe moves
|
1 year ago |
enricoturri1966
|
42c9174567
SPE-1872: Fixes in function recalculate_trapezoids() and method GCodeProcessor::TimeMachine::calculate_time() to smooth actual speed profile
|
1 year ago |
enricoturri1966
|
c054e70dc6
SPE-1872: Added debug graphic to show move actual speed profile
|
1 year ago |
enricoturri1966
|
21ec3a4a5b
SPE-1872: libvgcode library: replace volumetric flow rate data with mm3_per_mm to reduce memory usage
|
1 year ago |
enricoturri1966
|
0ba4a67af2
SPE-1872: Added visualization of actual volumetric flow rate
|
1 year ago |
enricoturri1966
|
268b5860fd
SPE-1872: Fixes in calculating actual speed
|
1 year ago |
enricoturri1966
|
e4a3fb3b45
SPE-1872: Added visualization of actual speed in gcode preview
|
1 year ago |
enricoturri1966
|
82001626dd
SPE-2124: Added command line option 'opengl-aa' to allow the user to turn on the automatic selection of max number of supported samples for OpenGL antialising
|
1 year ago |
enricoturri1966
|
8c51fce5ed
#12117: Reduced moire patterns by using the highest number of samples available for multisampling
|
1 year ago |
enricoturri1966
|
a17d727b37
New gcode visualization integration - Partially enabled imgui debug window
|
1 year ago |
enricoturri1966
|
6785e4fefd
New gcode visualization integration - Fixed center of gravity calculation and rendering
|
1 year ago |
enricoturri1966
|
0da174908a
New gcode visualization library - Interface for estimated times
|
1 year ago |
enricoturri1966
|
344dfac25b
New gcode visualization library - Tool marker rendering
|
1 year ago |
enricoturri1966
|
9120c93e7b
New gcode visualization library - Axes aligned bounding boxes calculation
|
1 year ago |
enricoturri1966
|
4d61f1ced8
Removed obsolete debug code
|
1 year ago |
enricoturri1966
|
c20d05b15e
New gcode visualization library - Added statistic of used memory
|
1 year ago |
enricoturri1966
|
6529f28f26
New gcode visualization library - Separation of tool colors and color changes colors to simplify client code
|
1 year ago |
enricoturri1966
|
24f0c66886
Added missing include
|
1 year ago |
enricoturri1966
|
88ae637098
New gcode visualization library - Added print color changes detection
|
1 year ago |
enricoturri1966
|
30114c6677
New gcode visualization library - Modified OpenGL ES context detection
|
1 year ago |