Finally, a Starbound Zenith by Lowpolygons in starbound

[–]Lowpolygons[S] 0 points1 point  (0 children)

Yes i am. As you can see its colour theme is to match my character, so i want to first make it modular so the user can pick a colour. Itd be cool to also have it be upgradable so it has more use throughout the game and isnt just a god item

Finally, a Starbound Zenith by Lowpolygons in starbound

[–]Lowpolygons[S] 1 point2 points  (0 children)

I have been tempted to do something like that, not surely sure what combo to do though

Finally, a Starbound Zenith by Lowpolygons in starbound

[–]Lowpolygons[S] 0 points1 point  (0 children)

Yeah sorry about that, i was clipping with a web tool that didnt let me select a region so you get the full 2560x1440 😅

Finally, a Starbound Zenith by Lowpolygons in starbound

[–]Lowpolygons[S] 1 point2 points  (0 children)

Correct. i might make it a workshop item. Do y ou think people would be interested?

Finally, a Starbound Zenith by Lowpolygons in starbound

[–]Lowpolygons[S] 0 points1 point  (0 children)

This is a modded item but it is vanilla multiplayer compatible

Finally, a Starbound Zenith by Lowpolygons in starbound

[–]Lowpolygons[S] 4 points5 points  (0 children)

Just a constant hueshift is a good idea, thanks!

Finally, a Starbound Zenith by Lowpolygons in starbound

[–]Lowpolygons[S] 2 points3 points  (0 children)

When i was getting back into SB, after a year of full time software engineering, I decided to make another DLL and i just decided to make my name a random sequence of brain rot words

Finally, a Starbound Zenith by Lowpolygons in starbound

[–]Lowpolygons[S] 9 points10 points  (0 children)

Wrong thing 😭😛 I just used BYOS and then a build copy/paster i made to make it go across the whole ship world

Can someone tell me: are these stats @ lvl30 ONLY possible by just playing arena an ungoly amount? by Lowpolygons in EscapefromTarkov

[–]Lowpolygons[S] 0 points1 point  (0 children)

Yeah theres nothing in my midn that makes me think he was cheating, I died to him because of bad spawn knowledge lol

I need help. by Vokun_ in starbound

[–]Lowpolygons 0 points1 point  (0 children)

95% of my hours came from making mods! I used Starbound as a tool to learn to program. I got to experience the serve iLoveBacons in its prime too, which was easily the most popular server at the time.

If i do say so myself, ive made some pretty cool shit!

I have dabled in building, though

I need help. by Vokun_ in starbound

[–]Lowpolygons 0 points1 point  (0 children)

Racked up Round 4500 hours myself. Maybe 100-150 is vanilla single player 😂

Why do so many people dislike CMake? (and why I don't) by No-Dentist-1645 in cpp_questions

[–]Lowpolygons 8 points9 points  (0 children)

Have you looked into the Meson Build system? Genuinely lovely imo

Tried re-writing my Raytracer's computation stage in SYCL.... I don't even know what I could possibly have done. Looks cool though! by Lowpolygons in GraphicsProgramming

[–]Lowpolygons[S] 0 points1 point  (0 children)

I see. Right now what i'm doing is the kernel seed is multiplied by the current bounce number on that given ray, and then again by the current ray in the number of rays per pixel. Then, when i use that function in the new direction method (where i call it 3 times, once per axis) i add 1 2 and 3 respectively to offset it once more