animan123 kangled commited on
Commit
0ad9c17
·
verified ·
1 Parent(s): c7c09c1

Update the layout of the badges (#1)

Browse files

- Update the layout of the badges (703800cd76197a4184e8b59bc52744dad32f26e5)


Co-authored-by: Kangle Deng <[email protected]>

Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -8,11 +8,12 @@ license: openrail
8
  <img src="./assets/images/greyscale_512.gif">
9
  </p>
10
 
11
- <p align="center">
12
- <a href=https://corp.roblox.com/newsroom/2025/03/introducing-roblox-cube target="_blank"><img src=https://img.shields.io/badge/Roblox-Blog-000000.svg?logo=Roblox height=22px></a>
13
- <a href=https://github.com/Roblox/cube target="_blank"><img src=https://img.shields.io/badge/Github-Source-blue.svg?logo=github height=22px></a>
14
- <a href=https://arxiv.org/abs/2503.15475 target="_blank"><img src=https://img.shields.io/badge/ArXiv-Report-b5212f.svg?logo=arxiv height=22px></a>
15
- </p>
 
16
 
17
  Cube 3D is our first step towards 3D intelligence, which involves a shape tokenizer and a text-to-shape generation model. We are unlocking the power of generating 3D assets and enhancing creativity for all artists. Our latest version of Cube 3D is now accessible to individuals, creators, researchers and businesses of all sizes so that they can experiment, innovate and scale their ideas responsibly. This release includes model weights and starting code for using our text-to-shape model to create 3D assets.
18
 
 
8
  <img src="./assets/images/greyscale_512.gif">
9
  </p>
10
 
11
+
12
+ <div align="center">
13
+ <a href=https://corp.roblox.com/newsroom/2025/03/introducing-roblox-cube target="_blank"><img src=https://img.shields.io/badge/Roblox-Blog-000000.svg?logo=Roblox height=22px style="display: inline-block; vertical-align: middle;"></a>
14
+ <a href=https://github.com/Roblox/cube target="_blank"><img src=https://img.shields.io/badge/Github-Source-blue.svg?logo=github height=22px style="display: inline-block; vertical-align: middle;"></a>
15
+ <a href=https://arxiv.org/abs/2503.15475 target="_blank"><img src=https://img.shields.io/badge/ArXiv-Report-b5212f.svg?logo=arxiv height=22px style="display: inline-block; vertical-align: middle;"></a>
16
+ </div>
17
 
18
  Cube 3D is our first step towards 3D intelligence, which involves a shape tokenizer and a text-to-shape generation model. We are unlocking the power of generating 3D assets and enhancing creativity for all artists. Our latest version of Cube 3D is now accessible to individuals, creators, researchers and businesses of all sizes so that they can experiment, innovate and scale their ideas responsibly. This release includes model weights and starting code for using our text-to-shape model to create 3D assets.
19