Game
Light Speed
11 years ago

I am quickly going insane.


Since this has been a project of my former spare time, I decided to pick-up where I left off, and then realized WHY I left off. Planets usually consist of a few components including an atmosphere, terrain (kill me), water, and scenic items.

It’s time to get somewhat technical:

The description of this project states that I am currently dabbling and debating what method I am going to use to complete this project, whether I stick with unity, try OpenTK, or OpenGL. Currently i’m still in unity which has its benefits with a scripting compiler, built in physics engine, and very, very, easy to use shaders. The downsides? Unity is in many sense VERY rigid. When working with OpenTK you can get into the code quite a bit and change things around, OpenTK also allows you to determine an objects scene position with a double, rather than a float. That’s an issue with Unity, the vector3 system is floats, no butts about it, this means that once you have an object cross about ±32,000,000 units from the origin, things get weird.

I’ll try not to drone!

The problem with being confined to ±64 Units is scale, when you want to give the player the ability to walk meter by meter through a world, but also fly light years away, you really can’t have your cake and eat it. If you make every unit a lightyear, you have tons of space, but lack details. If you make every unit a meter, you have tons of detail, but lack space.

Let’s not even get into properly scaling details… I think I’ll just give it a rest for tonight.



0 comments

Loading...

Next up

So

i may or may not make an full art of some person or i may just leave this like that-

We made a lot of improvements on the Freezing Plains visual. Things like pine trees, tiny bushes, some rocks, and others game props!

#IndieGame | #IndieDev | #GameDev | #PixelArt | #WaifuQuest | #WifeQuest | #screenshotsaturday

Shadow The Hedgehog X pixel art

Protege el conocimiento, salva la historia. Guardian of Lore es un platformer 2D en el que debes luchar para mantener viva la memoria de la mitología latinoamericana. El juego llegará a Steam el 18 de mayo: https://steam.pm/app/1211740 #ScreenshotSaturday

blender animation experimentation, getting the hang of things fast. arms, rig, & gun models by me ofc

I made a small jungle house.

Got some fun collectibles in our game, Path of Kami!

Super Sonic Pixel art.

What Are You Doing In My Swamp!?

Now spruce forest monsters can vomit forest shields, but Brutal Castle will not stop!

#gamedev #pixelart #indie

Added an exit portal to the maze SRP project. It has a simple effect using scrolling UV's and particles.