Jump to content

Recommended Posts

Posted

I started developing a first person shooter game from the scratch using java.

 

I would like to let you know that if you are interested in helping the project you are free to, just send me a message or post below.

 

Here is a photo:

 

2s83hbs.png

Posted

Cool, but i still dont see u using jme3 XD

 

It turns out I am enjoying creating things from scratch, and have a better overall control at my engine.

Posted

It turns out I am enjoying creating things from scratch, and have a better overall control at my engine.

Happy for you, that's the way to do it actually. Learn that is.

  • 2 months later...
Posted (edited)

Cool, but i still dont see u using jme3 XD

+1 Can't agree more. Making a game from scratch is way too difficult. It includes many concepts you will find trouble programming at, fragment shaders, vertex shaders, complex math for many effects and physics.

 

JME3 provides all those out of the box. You don't need to know how to render with lwjgl, nor manage lower level aspects as buffers. 

 

Back when I was working with lwjgl, I tried to implement Space Screen Ambient Oclusion myself. The thing was really tough and challenging. Then I took a look at jme3 and it was already implemented there :P

 

Also, don't use raw sockets, use netty. The world progresses because people keep building things on top of each other, not by reinventing the wheel. There's only one group of programmers I've met that are stupid enough to reinvent the wheel all the time. They are the l2jserver developers :P

Edited by Leluche

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...