AndreaRigoni
|
92a06f6274
|
activate grid button and widget size
|
2026-03-17 22:56:56 +00:00 |
|
AndreaRigoni
|
553bb7fd61
|
widget in viewport
|
2026-03-17 17:28:26 +00:00 |
|
AndreaRigoni
|
bc437a3913
|
fix segfault
|
2026-03-17 15:47:27 +00:00 |
|
AndreaRigoni
|
e6e0bccffb
|
split viewport for Qt and VtkViewer
|
2026-03-17 15:29:07 +00:00 |
|
AndreaRigoni
|
4569407d18
|
add vtkHandlerWidget
|
2026-03-17 11:13:35 +00:00 |
|
AndreaRigoni
|
d8ef413216
|
vtkGeantEvent
|
2026-03-16 17:51:53 +00:00 |
|
AndreaRigoni
|
c63a1ae047
|
geant events for multiple scattering
|
2026-03-14 23:33:31 +00:00 |
|
AndreaRigoni
|
692cdf7ae3
|
add Geant namespace
|
2026-03-14 14:01:44 +00:00 |
|
AndreaRigoni
|
e5dfb75262
|
add Normals to meshes
|
2026-03-14 13:23:28 +00:00 |
|
AndreaRigoni
|
35e4fb949d
|
fix tests
|
2026-03-14 12:28:40 +00:00 |
|
AndreaRigoni
|
20d4967356
|
add quadmesh
|
2026-03-14 10:28:16 +00:00 |
|
AndreaRigoni
|
6bf9eaf309
|
add Qt viewport
|
2026-03-13 22:36:52 +00:00 |
|
AndreaRigoni
|
a142c5d060
|
add units
|
2026-03-13 21:40:14 +00:00 |
|
AndreaRigoni
|
61052f80bc
|
add geant4 scene and gcompose app
|
2026-03-13 17:19:51 +00:00 |
|
AndreaRigoni
|
f2133c31d5
|
DetectorChamber vtk handler
|
2026-03-10 08:18:17 +00:00 |
|
AndreaRigoni
|
00275ac56d
|
vtk camera position widget on viewer
|
2026-03-08 16:51:39 +00:00 |
|
AndreaRigoni
|
1374821344
|
added gizmo but not yet working
|
2026-03-08 10:21:38 +00:00 |
|
AndreaRigoni
|
2548582036
|
attach a widget (not working well yet)
|
2026-03-08 09:42:28 +00:00 |
|
AndreaRigoni
|
32a1104769
|
detector chamber in vtk
|
2026-03-08 08:46:21 +00:00 |
|
AndreaRigoni
|
3be7ec2274
|
add stl test
|
2026-03-08 08:05:22 +00:00 |
|
AndreaRigoni
|
38dd416ced
|
vix raytracer representation
|
2026-03-07 09:07:07 +00:00 |
|
AndreaRigoni
|
e8f8e96521
|
reorganization of sources, moving cmt pertaining structures into HEP folder
|
2026-03-07 08:58:31 +00:00 |
|
AndreaRigoni
|
49cf0aeedd
|
feat: disable camera spin/inertia by introducing a custom interactor style.r
|
2026-03-06 17:31:29 +00:00 |
|
|
|
40846bba78
|
Update .gitea/workflows/publish-docs.yaml
MkDocs Subpath Deploy / build-and-deploy (push) Successful in 11s
|
2026-03-06 17:52:45 +01:00 |
|
|
|
4d681e3373
|
Update .gitea/workflows/publish-docs.yaml
MkDocs Subpath Deploy / build-and-deploy (push) Failing after 12s
|
2026-03-06 17:51:53 +01:00 |
|
|
|
3a9efd5598
|
Update .gitea/workflows/publish-docs.yaml
|
2026-03-06 17:50:13 +01:00 |
|
|
|
fa1930f9d7
|
Merge pull request 'andrea-dev' (#1) from andrea-dev into main
Reviewed-on: #1
added CUDA for images and raytracing, added python bindings via pybind11, removed LTK, added documentation
|
2026-03-06 17:17:52 +01:00 |
|
AndreaRigoni
|
b64afe8773
|
add documention workflow
|
2026-03-06 10:45:33 +00:00 |
|
AndreaRigoni
|
f3ebba4931
|
add thrust
|
2026-03-06 10:45:14 +00:00 |
|
AndreaRigoni
|
79e1abb2ff
|
add USE_CUDA env in python_build
|
2026-03-05 15:17:30 +00:00 |
|
AndreaRigoni
|
554eff9b55
|
add filters in python bindings
|
2026-03-05 15:03:19 +00:00 |
|
AndreaRigoni
|
42db99759f
|
fix py dense
|
2026-03-05 14:26:05 +00:00 |
|
AndreaRigoni
|
69920acd61
|
poetry python build
|
2026-03-05 12:42:14 +00:00 |
|
AndreaRigoni
|
647d0caa1c
|
feat: Add Python packaging infrastructure and comprehensive bindings for math and vector types.
|
2026-03-05 11:39:27 +00:00 |
|
AndreaRigoni
|
e69b29a259
|
add first python bindings
|
2026-03-05 09:16:15 +00:00 |
|
AndreaRigoni
|
9a59e031ed
|
feat: Implement a custom MetaAllocator for uLib::Vector to enable GPU memory management and integrate CUDA support into the build system.
|
2026-03-04 20:52:01 +00:00 |
|
AndreaRigoni
|
adedbcc37c
|
feat: add CUDA raytracing benchmark and refactor VoxRaytracer::RayData to use DataAllocator for host/device memory management.
|
2026-03-04 17:47:18 +00:00 |
|
AndreaRigoni
|
eb76521060
|
add clangd linting fix
|
2026-03-04 14:37:02 +00:00 |
|
AndreaRigoni
|
b1fb123026
|
feat: Implement CUDA support for VoxRaytracer, add CUDA tests for voxel image operations, and update CMake to enable CUDA compilation.
|
2026-03-04 13:59:45 +00:00 |
|
AndreaRigoni
|
52580d8cde
|
refactor: migrate voxel data storage to DataAllocator for CUDA
|
2026-02-28 10:05:39 +00:00 |
|
AndreaRigoni
|
07915295cb
|
feat: fix signaling and implement a ping-pong signal/slot test
|
2026-02-28 08:58:04 +00:00 |
|
AndreaRigoni
|
d56758d0b3
|
refactor: Update CMake build system and streamline Core object serialization and property handling.
|
2026-02-21 16:16:28 +00:00 |
|
AndreaRigoni
|
7ded15d596
|
chore: remove LTK, MOC, and QVTKViewport2 components.
|
2026-02-21 15:40:21 +00:00 |
|
AndreaRigoni
|
c04722c2bb
|
refactor: reformat type introspection code and remove ObjectProps system.
|
2026-02-21 10:45:25 +00:00 |
|
AndreaRigoni
|
8566ceb662
|
feat: add condaenv.yml for environment setup and update README.md with detailed build instructions.
|
2026-02-20 18:05:40 +00:00 |
|
AndreaRigoni
|
5ae2e106ab
|
added conanfile
|
2026-02-20 17:27:30 +00:00 |
|
|
|
c526f61f8c
|
Merge pull request #3 from OpenCMT/andrea-dev
fix mismatch Origin - Position
|
2025-09-25 17:38:45 +02:00 |
|
AndreaRigoni
|
54997fe0ac
|
fix mismatch Origin - Position
|
2025-09-25 17:34:23 +02:00 |
|
|
|
94bad596ed
|
Merge pull request #2 from OpenCMT/andrea-dev
fix export to Vti
|
2025-09-23 18:52:54 +02:00 |
|
AndreaRigoni
|
fc909da400
|
fix export to Vti
|
2025-09-23 18:21:11 +02:00 |
|