Hiring. Need a simple game created with OGRE

A place for employers, project leaders etc to post if they are looking for people to assist with an Ogre-based project. Please only post in this area if you have a _serious_ project proposition for which you already have something to show for.
Post Reply
eeelnio
Gnoblar
Posts: 1
Joined: Tue Aug 20, 2019 5:34 pm

Hiring. Need a simple game created with OGRE

Post by eeelnio »

Hi,

this a new account I made in hopes to find someone here who could help me as I am finding it difficult to find people with experience using OGRE3D on other parts of the internet.

I need to make a simple game and if you are interested then please send me a PM and we can discuss.

Thank you.
hyyou
Gremlin
Posts: 173
Joined: Wed Feb 03, 2016 2:24 am
x 17
Contact:

Re: Hiring. Need a simple game created with OGRE

Post by hyyou »

Which part you have difficulty with? Render, physics, basic C++, or connection between them?

Render:
If Ogre 2.1 is too hard, you can try Ogre 1.9 which is easier for prototyping a game.
If Ogre 1.9 is still too hard, you can learn vanilla Opengl from https://learnopengl.com/.

Physics:
You can use a great free library named Bullet Physics: https://pybullet.org/wordpress/
or write it yourself by reading some great books like "Game Physics Engine Development" (Ian Millington)

I am curious - what is the scope of your "simple game"?
Post Reply