KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
UnityGalaxy
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
checkroom_core_js
:
A JavaScript wrapper around the CHEQROOM API
gospf
:
SPF (Sender Policy Framework) for Go
SimpleMail
:
Simple Sponge Mail Plugin for educational use
varnish
:
Dockerized Varnish server image
ppx_basic_demo
:
Basic demo of OCaml's PPX feature.
// 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
UnityGalaxy
?
Download (.md)
# A simple procedural galaxy generator # This is a simple procedural galaxy generator using Unity and C#. The code is adapted from [Itinerant Games tumblr post](http://itinerantgames.tumblr.com/post/78592276402/a-2d-procedural-galaxy-with-c). ## Usage ## Load project as usual in Unity. When playing hit `Space` to create a random galaxy. Values can be changed in the Inspector of the `GalaxyGenerator` GameObject ## Remarks ## Although I use Unity Pro it should work in Unity Basic as well. I don't think any Pro only features are used. The performance is not the best (`SetPixel()` and `Apply()` are expensive). ## Todo ## - Additional random stars