Search found 730 matches

by bobbyjones
Fri May 11, 2018 3:24 pm
Forum: Support and Development
Topic: Creating levels for my game easier.
Replies: 2
Views: 2262

Re: Creating levels for my game easier.

Yeah tiled should work great for that. You can use it in conjunction with STI to load the levels.
by bobbyjones
Wed May 09, 2018 10:51 pm
Forum: Games and Creations
Topic: Cube Renderer
Replies: 12
Views: 15784

Re: Cube Renderer

So the third edition to the this series is simple lighting. It uses only one light emitter(not sure if the shader can be made to work with more). There are two magic "numbers" in the shader that I didn't feel like making a variable for. They effect the self emittance of the model.
by bobbyjones
Wed May 09, 2018 3:22 pm
Forum: Games and Creations
Topic: Cube Renderer
Replies: 12
Views: 15784

Re: Cube Renderer

Davidobot I like your camera(which is what I wanted to do but i didn't get to it) but some how it cuts the fps in half. I looked at the code and there seems to be no major edit but the fps is cut in half. Unless I'm missing something of course. edit: I think its the egg. I believe it has more polys ...
by bobbyjones
Wed May 09, 2018 6:38 am
Forum: Games and Creations
Topic: Cube Renderer
Replies: 12
Views: 15784

Re: Cube Renderer

It's the depth buffer. It has a bug.
by bobbyjones
Wed May 09, 2018 4:19 am
Forum: Games and Creations
Topic: Cube Renderer
Replies: 12
Views: 15784

Re: Cube Renderer

Following the tutorial some more I was able to get model loading working. Its not the best and my image for the cube is horrible but I think it works. I plan to implement basic lighting next. If you guys see anything in the code that should be changed let me know. I'm not familiar with most of the n...
by bobbyjones
Tue May 08, 2018 9:28 am
Forum: Games and Creations
Topic: Cube Renderer
Replies: 12
Views: 15784

Cube Renderer

After discovering that it is now possible to make Minecraft in Love I went ahead and learned how to render cubes. I ultilized this tutorial and this repo to do it. It took me approximately 6 hours to do this. I commented the code for people who would like to build off of what I have. Next thing for ...
by bobbyjones
Thu Jul 06, 2017 9:50 am
Forum: Support and Development
Topic: [solved] sti/gamera woes
Replies: 2
Views: 3132

Re: sti/gamera woes

I believe you want to draw your player in the cameras draw function.
by bobbyjones
Sat Feb 11, 2017 8:53 pm
Forum: General
Topic: Necroposting!
Replies: 21
Views: 14650

Re: Necroposting!

We'll see the issue is, once you do that you will have people making a bunch of new threads and people complaining about the OP not searching first. But when they do search they find old threads. Then when they comment on those old threads they are told to make a new one. I just think it's all point...
by bobbyjones
Sat Feb 11, 2017 7:51 pm
Forum: General
Topic: Necroposting!
Replies: 21
Views: 14650

Re: Necroposting!

Yes, but why go through the effort? It's pointless and I honestly don't understand why people get upset when it happens. It's like getting upset when the kids down the street are having fun.
by bobbyjones
Fri Feb 10, 2017 4:33 pm
Forum: General
Topic: Android game development
Replies: 8
Views: 5643

Re: Android game development

What version of ndk are you using? also those instructions worked for me when i originally set up my build server.