This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //====================================================================== | |
| // select-rectangle.cpp | |
| // | |
| // This program should demonstrate how to select multiple objects | |
| // by drawing a rectangle with the mouse. | |
| // | |
| // This snippet is licensed under the MIT license. | |
| // | |
| // Dov Grobgeld <dov.grobgeld@gmail.com> | |
| // 2024-10-11 Fri |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //====================================================================== | |
| // select-rectangle.cpp | |
| // | |
| // This program should demonstrate how to select multiple objects | |
| // by drawing a rectangle with the mouse. | |
| // | |
| // This snippet is licensed under the MIT license. | |
| // | |
| // Dov Grobgeld <dov.grobgeld@gmail.com> | |
| // 2024-10-11 Fri |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //====================================================================== | |
| // hello-box.cpp - Show a box with vsg viewer | |
| // | |
| // Extended to add keyboard interaction | |
| // | |
| // Dov Grobgeld <dov.grobgeld@gmail.com> | |
| // Sat Mar 16 23:25:06 2024 | |
| //---------------------------------------------------------------------- | |
| #include <vsg/all.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; A mode for running mpremote in a comint buffer | |
| ;; | |
| ;; 2025-06-04 Wed | |
| ;; Author: Dov Grobgeld | |
| ;; License: MIT | |
| ;; | |
| ;; Usage: M-x run-mpremote | |
| (setq mp-port "a0") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //====================================================================== | |
| // load-stl-and-change-color.cpp - | |
| // | |
| // Based on vsghelloworld.cpp | |
| // | |
| // Dov Grobgeld <dov.grobgeld@gmail.com> | |
| // Sat Jul 12 04:38:30 2025 | |
| //---------------------------------------------------------------------- | |
| #include <stdio.h> |
OlderNewer