check it out

This commit is contained in:
L-Nafaryus 2023-03-13 22:31:11 +05:00
parent 9599029c3d
commit 1d208c73e3
137 changed files with 0 additions and 0 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
CMakeLists.txt Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
cmake/external/glad.cmake vendored Normal file → Executable file
View File

0
cmake/external/glfw.cmake vendored Normal file → Executable file
View File

0
cmake/external/glm.cmake vendored Normal file → Executable file
View File

0
cmake/external/googletest.cmake vendored Normal file → Executable file
View File

0
cmake/external/imgui.cmake vendored Normal file → Executable file
View File

0
cmake/external/implot.cmake vendored Normal file → Executable file
View File

0
cmake/external/occt.cmake vendored Normal file → Executable file
View File

0
cmake/external/onetbb.cmake vendored Normal file → Executable file
View File

0
cmake/external/openxlsx.cmake vendored Normal file → Executable file
View File

0
cmake/external/stb.cmake vendored Normal file → Executable file
View File

0
cmake/hpr-macros.cmake Normal file → Executable file
View File

0
cmake/templates/Config.cmake.in Normal file → Executable file
View File

0
cmake/templates/cmake_uninstall.cmake.in Normal file → Executable file
View File

0
cmake/toolchains/linux-gcc.cmake Normal file → Executable file
View File

0
cmake/toolchains/mingw-gcc.cmake Normal file → Executable file
View File

0
cmake/tools/CPM.cmake Normal file → Executable file
View File

0
docs/CMakeLists.txt Normal file → Executable file
View File

0
docs/api/Doxyfile.in Normal file → Executable file
View File

0
source/applications/CMakeLists.txt Normal file → Executable file
View File

0
source/applications/fes/CMakeLists.txt Normal file → Executable file
View File

0
source/applications/fes/fes.cpp Normal file → Executable file
View File

0
source/applications/fes/fes.xlsx Normal file → Executable file
View File

0
source/applications/periodic/CMakeLists.txt Normal file → Executable file
View File

0
source/applications/periodic/lattice.hpp Normal file → Executable file
View File

0
source/applications/periodic/periodic.cpp Normal file → Executable file
View File

0
source/creator/CMakeLists.txt Normal file → Executable file
View File

0
source/creator/camera.hpp Normal file → Executable file
View File

0
source/creator/cmake/mingw-pre-pack.cmake.in Normal file → Executable file
View File

0
source/creator/creator.cpp Normal file → Executable file
View File

0
source/creator/drawable.hpp Normal file → Executable file
View File

0
source/creator/entity.hpp Normal file → Executable file
View File

0
source/creator/grid.hpp Normal file → Executable file
View File

0
source/creator/ray.hpp Normal file → Executable file
View File

0
source/creator/scene.hpp Normal file → Executable file
View File

0
source/creator/shaders.hpp Normal file → Executable file
View File

0
source/creator/test.cpp Normal file → Executable file
View File

0
source/creator/test2-back.cpp Normal file → Executable file
View File

0
source/creator/test2.cpp Normal file → Executable file
View File

0
source/creator/transform.hpp Normal file → Executable file
View File

0
source/creator/ui.hpp Normal file → Executable file
View File

0
source/creator/visual.hpp Normal file → Executable file
View File

0
source/hpr/CMakeLists.txt Normal file → Executable file
View File

0
source/hpr/containers.hpp Normal file → Executable file
View File

0
source/hpr/containers/CMakeLists.txt Normal file → Executable file
View File

0
source/hpr/containers/array.hpp Normal file → Executable file
View File

0
source/hpr/containers/array/dynamic_array.hpp Normal file → Executable file
View File

0
source/hpr/containers/array/iterator.hpp Normal file → Executable file
View File

0
source/hpr/containers/array/sequence.hpp Normal file → Executable file
View File

0
source/hpr/containers/array/static_array.hpp Normal file → Executable file
View File

0
source/hpr/containers/graph.hpp Normal file → Executable file
View File

0
source/hpr/containers/graph/tree_node.hpp Normal file → Executable file
View File

0
source/hpr/containers/tests/containers-test.cpp Normal file → Executable file
View File

0
source/hpr/csg.hpp Normal file → Executable file
View File

0
source/hpr/csg/CMakeLists.txt Normal file → Executable file
View File

0
source/hpr/csg/compound.hpp Normal file → Executable file
View File

0
source/hpr/csg/edge.hpp Normal file → Executable file
View File

0
source/hpr/csg/face.hpp Normal file → Executable file
View File

0
source/hpr/csg/geometry.hpp Normal file → Executable file
View File

0
source/hpr/csg/shape.cpp Normal file → Executable file
View File

0
source/hpr/csg/shape.hpp Normal file → Executable file
View File

0
source/hpr/csg/shell.hpp Normal file → Executable file
View File

0
source/hpr/csg/solid.hpp Normal file → Executable file
View File

0
source/hpr/csg/surface.hpp Normal file → Executable file
View File

0
source/hpr/csg/tests/csg-test.cpp Normal file → Executable file
View File

0
source/hpr/csg/vertex.hpp Normal file → Executable file
View File

0
source/hpr/csg/wire.hpp Normal file → Executable file
View File

0
source/hpr/exception.hpp Normal file → Executable file
View File

0
source/hpr/geometry.hpp Normal file → Executable file
View File

0
source/hpr/geometry/CMakeLists.txt Normal file → Executable file
View File

0
source/hpr/geometry/polytope.hpp Normal file → Executable file
View File

0
source/hpr/geometry/tetrahedron.hpp Normal file → Executable file
View File

0
source/hpr/geometry/triangle.hpp Normal file → Executable file
View File

0
source/hpr/gpu.hpp Normal file → Executable file
View File

0
source/hpr/gpu/CMakeLists.txt Normal file → Executable file
View File

0
source/hpr/gpu/array_object.hpp Normal file → Executable file
View File

0
source/hpr/gpu/buffer_object.hpp Normal file → Executable file
View File

0
source/hpr/gpu/camera.hpp Normal file → Executable file
View File

0
source/hpr/gpu/color_buffer.hpp Normal file → Executable file
View File

0
source/hpr/gpu/common.hpp Normal file → Executable file
View File

0
source/hpr/gpu/context.hpp Normal file → Executable file
View File

0
source/hpr/gpu/cull_face.hpp Normal file → Executable file
View File

0
source/hpr/gpu/depth_buffer.hpp Normal file → Executable file
View File

0
source/hpr/gpu/framebuffer.hpp Normal file → Executable file
View File

0
source/hpr/gpu/gpu.cpp Normal file → Executable file
View File

0
source/hpr/gpu/monitor.hpp Normal file → Executable file
View File

0
source/hpr/gpu/renderbuffer.hpp Normal file → Executable file
View File

0
source/hpr/gpu/scene.hpp Normal file → Executable file
View File

0
source/hpr/gpu/shader.hpp Normal file → Executable file
View File

0
source/hpr/gpu/shader_program.hpp Normal file → Executable file
View File

0
source/hpr/gpu/shaders/base.frag.glsl Normal file → Executable file
View File

0
source/hpr/gpu/shaders/base.vert.glsl Normal file → Executable file
View File

0
source/hpr/gpu/shaders/test.frag.glsl Normal file → Executable file
View File

0
source/hpr/gpu/shaders/test.vert.glsl Normal file → Executable file
View File

0
source/hpr/gpu/stencil_buffer.hpp Normal file → Executable file
View File

0
source/hpr/gpu/texture.hpp Normal file → Executable file
View File

0
source/hpr/gpu/viewer.hpp Normal file → Executable file
View File

0
source/hpr/gpu/viewport.hpp Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More