KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
CloudGen
★ 15
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
coke-nof1
:
nof1.ai 官网复刻
rvlib
:
a weird data structures library with type descriptors.
tool-agent
:
A demo CLI LLM agent
zeussd2
:
EOSIO & EVM smart contract unit testing suite and API provider
castle-code-examples
:
Code used in selected articles from the Castle blog
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
CloudGen
?
Download (.md)
# CloudGen This is a project made with learning purposes by Narcis Calin. The whole idea was to learn how to make a tool that could output useful data for 3D artists to use in some way. So that why I made CloudGen. ## What Is CloudGen? - CloudGen is a tool to create clouds for artists to use in 3D softwares like Blender. ## How Does It Work? - It works by scattering points on points, each with a radius attribute. This is then imported into Blender, where it gets turned into a volume. The exported output from CloudGen is a .ply point cloud. ## Why Open-Source? - I intended to make CloudGen for learning purposes and I was already happy enough with the results. I wanted to move on and start new projects, so I decided to make CloudGen open-source. ## Can I Use CloudGen For My 3D Projects? - Yes. CloudGen is free and open-source. # ### CloudGen Viewport  ### Results In Blender <img width="1920" height="1080" alt="Cloud_05" src="https://github.com/user-attachments/assets/252c4917-4ac1-4d8a-a251-ff1282fed3a1" /> <img width="1920" height="1080" alt="Cloud_06" src="https://github.com/user-attachments/assets/ed4cd7f2-ce36-46ee-9c67-8e1e452874fa" /> <img width="1920" height="1080" alt="Cloud_07" src="https://github.com/user-attachments/assets/c4486dc7-9d06-4d89-9ebc-e65c78245869" />