Game
Ninja
12 years ago

ALL YOU'R FRAME ARE BELONG TO US!


Yes, I noticed that there was a small frame rate issue, where in the worst case the FPS would drop below 15 and stay around 4~5 (on the title screen).

#### Technical Stuff ####

They way around this promblem was to replace all of the ‘for’ loops with iterator loops instead, so from : for(int i =0; i < entitys.size(); i++) .

to :

ien = entitys.iterator();

while (ien.hasNext()) {

this has resulted in a 25% boost in frame rate, there was also an issue with the lighting that was fixed by remoceing the scaling and actually making the images bigger, instead of hard coding for every light value.



0 comments

Loading...

Next up

Just as Pecaminosa's musicians #improvise this rendition of #LittleSunflower 🌻, so do we improvise with this post you're reading. 😂

What's coming out of your own improvs? 🤔

#Pecaminosa | #IndieDev | #OST | #Jazz

Been working lately on lots of 'behind-the-scenes' boring stuff that no one really cares about, so here’s a guy playing the sax for some reason.

#screenshotsaturday

Runestones: from concept to in-game model🗿

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

"Our work is never over" they said.

One of the most critical update for Sunblaze demo. Now you are able to pet a cat! Finally!

Shuiro Haname. #Commission

Commission for @ShuHaname

Alone Together....

I mostly build 3D First Person Shooter game mechanics in Unity, and in this I'm just showing C4 mechanics I made for a little side project I am working on! :)

Coming Soon...