File tree Expand file tree Collapse file tree 7 files changed +28
-41
lines changed
Expand file tree Collapse file tree 7 files changed +28
-41
lines changed Original file line number Diff line number Diff line change 1- // --------------------------------------------------
1+ // SPDX-License-Identifier: MIT
2+ // SPDX-FileCopyrightText: 2024-2025 Breno Cunha Queiroz
3+
24// ImPlot3D Example
3- // main.cpp
4- // Date: 2024-11-17
5- // Author: Breno Cunha Queiroz (brenocq.com)
6- // --------------------------------------------------
5+
76#include " imgui.h"
87#include " imgui_impl_glfw.h"
98#include " imgui_impl_opengl3.h"
Original file line number Diff line number Diff line change 1- // --------------------------------------------------
1+ // SPDX-License-Identifier: MIT
2+ // SPDX-FileCopyrightText: 2024-2025 Breno Cunha Queiroz
3+
24// ImPlot3D v0.3 WIP
3- // implot3d.cpp
4- // Date: 2024-11-16
5- // Author: Breno Cunha Queiroz (brenocq.com)
6- //
5+
76// Acknowledgments:
87// ImPlot3D is heavily inspired by ImPlot
98// (https://github.com/epezent/implot) by Evan Pezent,
109// and follows a similar code style and structure to
1110// maintain consistency with ImPlot's API.
12- // --------------------------------------------------
1311
1412// Table of Contents:
1513// [SECTION] Includes
Original file line number Diff line number Diff line change 1- // --------------------------------------------------
1+ // SPDX-License-Identifier: MIT
2+ // SPDX-FileCopyrightText: 2024-2025 Breno Cunha Queiroz
3+
24// ImPlot3D v0.3 WIP
3- // implot3d.h
4- // Date: 2024-11-16
5- // Author: Breno Cunha Queiroz (brenocq.com)
6- //
5+
76// Acknowledgments:
87// ImPlot3D is heavily inspired by ImPlot
98// (https://github.com/epezent/implot) by Evan Pezent,
109// and follows a similar code style and structure to
1110// maintain consistency with ImPlot's API.
12- // --------------------------------------------------
1311
1412// Table of Contents:
1513// [SECTION] Macros and Defines
Original file line number Diff line number Diff line change 1- // --------------------------------------------------
1+ // SPDX-License-Identifier: MIT
2+ // SPDX-FileCopyrightText: 2024-2025 Breno Cunha Queiroz
3+
24// ImPlot3D v0.3 WIP
3- // implot3d_demo.cpp
4- // Date: 2024-11-17
5- // Author: Breno Cunha Queiroz (brenocq.com)
6- //
5+
76// Acknowledgments:
87// ImPlot3D is heavily inspired by ImPlot
98// (https://github.com/epezent/implot) by Evan Pezent,
109// and follows a similar code style and structure to
1110// maintain consistency with ImPlot's API.
12- // --------------------------------------------------
1311
1412// Table of Contents:
1513// [SECTION] User Namespace
Original file line number Diff line number Diff line change 1- // --------------------------------------------------
1+ // SPDX-License-Identifier: MIT
2+ // SPDX-FileCopyrightText: 2024-2025 Breno Cunha Queiroz
3+
24// ImPlot3D v0.3 WIP
3- // implot3d_internal.h
4- // Date: 2024-11-17
5- // Author: Breno Cunha Queiroz (brenocq.com)
6- //
5+
76// Acknowledgments:
87// ImPlot3D is heavily inspired by ImPlot
98// (https://github.com/epezent/implot) by Evan Pezent,
109// and follows a similar code style and structure to
1110// maintain consistency with ImPlot's API.
12- // --------------------------------------------------
1311
1412// Table of Contents:
1513// [SECTION] Constants
Original file line number Diff line number Diff line change 1- // --------------------------------------------------
1+ // SPDX-License-Identifier: MIT
2+ // SPDX-FileCopyrightText: 2024-2025 Breno Cunha Queiroz
3+
24// ImPlot3D v0.3 WIP
3- // implot3d_items.cpp
4- // Date: 2024-11-26
5- // Author: Breno Cunha Queiroz (brenocq.com)
6- //
5+
76// Acknowledgments:
87// ImPlot3D is heavily inspired by ImPlot
98// (https://github.com/epezent/implot) by Evan Pezent,
109// and follows a similar code style and structure to
1110// maintain consistency with ImPlot's API.
12- // --------------------------------------------------
1311
1412// Table of Contents:
1513// [SECTION] Includes
Original file line number Diff line number Diff line change 1- // --------------------------------------------------
1+ // SPDX-License-Identifier: MIT
2+ // SPDX-FileCopyrightText: 2024-2025 Breno Cunha Queiroz
3+
24// ImPlot3D v0.3 WIP
3- // implot3d_meshes.cpp
4- // Date: 2024-12-07
5- // Author: Breno Cunha Queiroz (brenocq.com)
6- //
5+
76// Acknowledgments:
87// ImPlot3D is heavily inspired by ImPlot
98// (https://github.com/epezent/implot) by Evan Pezent,
109// and follows a similar code style and structure to
1110// maintain consistency with ImPlot's API.
12- // --------------------------------------------------
1311
1412// Table of Contents:
1513// [SECTION] Includes
You can’t perform that action at this time.
0 commit comments