galaxy 2d

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • OMG, cant believe how much time has passed when i first thought of doing a 2d galaxy, finally finnished it, and now creating a 3d version via three.js for galaxy, and buildings.

      any suggestions appreciated
      Images
      • 2dd.png

        1.38 MB, 1,366×768, viewed 761 times
    • sorry mistake ...i'm using xterium but i used the coding from 2moons 1.7.0

      Source Code

      1. }
      2. .formG { position:absolute;right:4vw; top:15%;text-align:center;z-index:5; text-size: .8vw }
      3. .Gala_Page {width:100%;height: 100%;position:absolute;left: -41px;top: 171px;}
      4. .planet1{position: absolute;left: 12vw;top: 21%;transform: translate(50%, 50%);width:3vw;}
      5. .planet2{Aposition: absolute;left: 25vw;top: 25%;transform: translate(50%, 50%);width:3vw;}
      6. .planet3{position: absolute;left: 27vw;top: 48%;transform: translate(50%, 50%);width:3vw;}
      7. .planet4{position: absolute;left: 20vw;top: 7%;transform: translate(50%, 50%);width:3vw;}
      8. .planet5{position: absolute;left: 18vw;top: 70%;transform: translate(50%, 50%);width:3vw;}
      9. .planet6{position: absolute;left: 2vw;top: 12%;transform: translate(50%, 50%);width:3vw;}
      10. .planet7{position: absolute;left: 2vw;top: 45%;transform: translate(50%, 50%);width:3vw;}
      11. .planet8{position: absolute;left: 30vw;top:73%;transform: translate(50%, 50%);width:3vw;}
      12. .planet9{position: absolute;left: 5vw;top: 75%;transform: translate(50%, 50%);width:3vw;}
      13. .img_p {background-image: url(/styles/theme/gow/planet2d/s_mond.png);width: 3vw;height: 3vw;background-size: 100%;}
      14. .img_l {width: 1.2vw;height: 1.2vw;background-size: 100%;}
      15. .tex_p {position: absolute;width: 100%;text-align: center;}
      16. .tex_div {position:relative;width: 100%;text-align: center; top: .1vw;}
      17. .block_div {width: 5vw;text-align: center;position: relative;}
      18. .p_title {font-size: 0.9vw;width: 100%;height: 2.0vw;text-align: center;top:0vw;left: 0;line-height: 1.8vw;position:absolute;background: linear-gradient(to right, rgba(115, 205, 250, 0) 0%, rgb(0, 0, 0) 50%, rgba(125, 185, 232, 0) 100%);}
      19. .plan_bg{position: absolute; right:20vw; top:25%; width: 25vw; height: 18vw; border: 1px solid rgba(13, 60, 32, 0.36); padding: 1vw; background: rgb(22, 41, 40) none repeat scroll 0% 0%; z-index: 2000;opacity: 1;background: url(/styles/theme/gow/images/pix.png) center top repeat rgb(8, 27, 27);}
      20. .clos_plan{position: absolute;padding: .2vw;border-radius: .2vw;font-size: .9vw;right: 1vw;z-index:3000;top: .2vw;}
      21. .g_info {
      22. position: fixed;
      23. bottom: 0vw;
      24. left: 32%;
      25. display: flex;
      26. font-size: .8vw;
      27. border-radius: 5.2vw 5.2vw 0px 0px;
      28. padding: .5vw 1.5vw;
      29. background-color: rgba(3, 14, 13, 0.65);
      30. box-shadow: 0 0px 1px 0px rgba(0,0,0,0.50);
      31. }
      32. ?@charset "utf-8";
      33. * {
      34. margin: auto;
      35. padding: auto;
      36. }
      37. .qtip *{
      38. padding:0;
      39. margin:0;
      40. }
      41. html{
      42. width:auto;
      43. padding:0;
      44. margin:0;
      45. }
      46. body{
      47. font-family: Tahoma, Geneva, sans-serif;
      48. font-size:12px;
      49. background:#000111;
      50. color:#fff;
      51. position:relative;
      52. background: #000111 url(../images/bg.jpg)repeat;
      53. }
      54. body.full{
      55. min-width:1000px;
      56. }
      57. img{
      58. border:none;
      59. }
      60. a{
      61. font-weight:normal;
      62. color: #fff;
      63. text-decoration:none;
      64. }
      65. a:hover{
      66. color:#5ca6aa;
      67. }
      68. a span.active_page{
      69. color:#066;
      70. cursor:default;
      71. }
      Display All

      The post was edited 1 time, last by Russoll ().

    • heres the final/// let me know what you think and if you want it...thanks
      Images
      • overview1.png

        541.5 kB, 1,366×768, viewed 310 times
      • gal.png

        1.63 MB, 1,366×768, viewed 318 times
      • overview2.png

        639.82 kB, 1,366×768, viewed 324 times

      The post was edited 1 time, last by Russoll ().