GEM 2
CommercialGEM 2 is the latest middleware from the Ukrainian game developers Best Way. Their engine is already well known in Eastern Europe and multiple titles were...
totally free for commercial use (with the permissive zlib license), and powerful as hell!
Ness-Engine is an open source game/rendering engine written in CPP.
Official site:
Ness-engine.com
Ness-Engine is super flexible and can be the foundation of any type of awesome 2D game! whether its an RPG game, a side scroller, spaceship game, top-down, isometric or point-and-click adventure, Ness-Engine is 100% fit to do the dirty rendering job!
What kind of games can I develop with Ness-Engine?
Key features
ness-engine can be summed up to these 5 key features:
And more specifically...
Rendering
Optimizers
Utilities
SDL2 integrated
Ness-engine uses SDL2 and deeply integrated with it, so besides the rendering you are also covered with input, sounds and more.
It's super-easy to integrate Ness-Engine with box2D to get awesome physics running!
an example:
Using Ness-Engine is as easy as:
#include <nessengine.h>
int _tmain(int argc, _TCHAR* argv[])
{
Ness::init();
Ness::Renderer renderer("new project", Ness::Sizei(800,600));
Ness::ScenePtr scene = renderer.create_scene();
Ness::SpritePtr sprite = scene->create_sprite("ness-engine/resources/gfx/hello_world.png");
Ness::Utils::EventsPoller EventsPoller;
Ness::Utils::ApplicationEvents app;
EventsPoller.add_handler(app);
while( !app.got_quit() )
{
EventsPoller.poll_events();
renderer.start_frame();
scene->render();
renderer.end_frame();
}
}
more info at the tutorial pages:
Ness-engine.com
No articles were found matching the criteria specified. We suggest you try the article list with no filter applied, to browse all available. Post article and help us achieve our mission of showcasing the best content from all developers. Join now to share your own content, we welcome creators and consumers alike and look forward to your comments.
Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.
GEM 2 is the latest middleware from the Ukrainian game developers Best Way. Their engine is already well known in Eastern Europe and multiple titles were...
Previously referred to as the 'Doom 3 Engine', Tech 4 is id Software's current licensing platform. Powering games such as Doom 3, Quake 4 and Enemy Territory...
Unity is a multiplatform game development tool, designed from the start to ease creation. A fully integrated professional application, Unity just happens...
BRender (abbreviation of Blazing Renderer) is a development toolkit and a real-time 3D graphics engine for computer games, simulators and graphic tools...
The most world-class game engine to date, Unreal Engine 4 gives you the power to do more than ever before. Bring your creative visions to life directly...
Unreal Engine 3 is a complete game development framework for next-generation consoles and DirectX9-equipped PCs, providing the vast array of core technologies...