Skip to content

Commit 1894793

Browse files
New package: GaussianSplatting v1.0.0
UUID: 991e6b22-92f0-46ac-8b70-8a93e7beee5d Repo: https://github.com/JuliaNeuralGraphics/GaussianSplatting.jl.git Tree: 7a753e5b5c5429f724a1f94cb940e606f482465e Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
1 parent 94d3deb commit 1894793

File tree

7 files changed

+81
-0
lines changed

7 files changed

+81
-0
lines changed

G/GaussianSplatting/Compat.toml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[1]
2+
Adapt = "4"
3+
BSON = "0.3"
4+
BenchmarkTools = "1"
5+
CImGui = "2"
6+
ChainRulesCore = "1"
7+
Distributions = "0.25"
8+
FileIO = "1.16.0-1"
9+
Flux = "0.16.2-0.16"
10+
GLFW = "3.4.0-3"
11+
GPUArrays = "11.2.1-11"
12+
GPUArraysCore = "0.2"
13+
ImageCore = "0.10"
14+
ImageFiltering = "0.7"
15+
ImageIO = "0.6"
16+
ImageMagick = "1.3.0-1"
17+
ImageTransformations = "0.10"
18+
KernelAbstractions = "0.9"
19+
ModernGL = "1.1.0-1"
20+
NNlib = "0.9"
21+
NearestNeighbors = "0.4"
22+
NerfUtils = "0.2"
23+
NeuralGraphicsGL = "0.4"
24+
PlyIO = "1.2.0-1"
25+
Preferences = "1.4.0-1"
26+
Quaternions = "0.7"
27+
Rotations = "1.7.0-1"
28+
SIMD = "3.6.0-3"
29+
StaticArrays = "1.9.0-1"
30+
VideoIO = "1.1.0-1"
31+
Zygote = "0.7.3-0.7"
32+
julia = "1.10.0-1"

G/GaussianSplatting/Deps.toml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[1]
2+
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
3+
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
4+
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
5+
CImGui = "5d785b6c-b76f-510e-a07c-3070796c7e87"
6+
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
7+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
8+
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
9+
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
10+
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
11+
GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98"
12+
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
13+
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
14+
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
15+
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
16+
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
17+
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
18+
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
19+
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
20+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
21+
ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301"
22+
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
23+
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
24+
NerfUtils = "99c1d5ce-7c61-4a25-a107-a5ade2e2a8e4"
25+
NeuralGraphicsGL = "263f7e6d-e369-49af-a86e-c85638573b76"
26+
PlyIO = "42171d58-473b-503a-8d5f-782019eb09ec"
27+
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
28+
Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
29+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
30+
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
31+
SIMD = "fdea26ae-647d-5447-a871-4b548cad5224"
32+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
33+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
34+
VideoIO = "d6d074c3-1acf-5d4c-9a43-ef38773959a2"
35+
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

G/GaussianSplatting/Package.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = "GaussianSplatting"
2+
uuid = "991e6b22-92f0-46ac-8b70-8a93e7beee5d"
3+
repo = "https://github.com/JuliaNeuralGraphics/GaussianSplatting.jl.git"

G/GaussianSplatting/Versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
["1.0.0"]
2+
git-tree-sha1 = "7a753e5b5c5429f724a1f94cb940e606f482465e"

G/GaussianSplatting/WeakCompat.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[1]
2+
AMDGPU = "1.2.2-1"
3+
CUDA = "5"
4+
cuDNN = "1.3.0-1"

G/GaussianSplatting/WeakDeps.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[1]
2+
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
3+
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
4+
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"

Registry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7131,6 +7131,7 @@ some amount of consideration when choosing package names.
71317131
9916bc9e-ef43-57a6-9be0-2f3f923f8145 = { name = "PRIMME_jll", path = "jll/P/PRIMME_jll" }
71327132
9919d111-45a3-4056-8d55-3f6c887b9b09 = { name = "IDSGraphs", path = "I/IDSGraphs" }
71337133
991a0c71-be35-46d8-9952-fa18ace04789 = { name = "SmoothLocalProjections", path = "S/SmoothLocalProjections" }
7134+
991e6b22-92f0-46ac-8b70-8a93e7beee5d = { name = "GaussianSplatting", path = "G/GaussianSplatting" }
71347135
9920abf5-d2d3-40c3-98dc-d6c533a1aad6 = { name = "BumpFuncs", path = "B/BumpFuncs" }
71357136
9920b226-0b2a-5f5f-9153-9aa70a013f8b = { name = "MLDataPattern", path = "M/MLDataPattern" }
71367137
9927f19a-46ce-5bdd-a20a-f46a78b61e3d = { name = "LaTeX_Entities", path = "L/LaTeX_Entities" }

0 commit comments

Comments
 (0)