CryENGINE 2
CommercialReal time editing, bump mapping, dynamic lights, network system, integrated physics system, shaders, shadows and a dynamic music system are just some...
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.
Real time editing, bump mapping, dynamic lights, network system, integrated physics system, shaders, shadows and a dynamic music system are just some...
Formerly the "QUAKE 2 Engine", with pioneering innovation in 3D environments, a few of id Tech 2's most notable features were out-of-the-box support for...
Highly evolved engine based on id Software technology, available under dual license (GPL, proprietary licensing for commercial use available).
The Doom engine is the game engine that powers the id Software games Doom and Doom II, as well as Raven Software's titles Heretic and Hexen, then finally...
Xash3D is the powerful independent open-sourced 3D-engine, aimed for high compatibility with GoldSource engine formats (maps, models, textures, sounds...
Originally developed for Europa Universalis III, it has been used in every game developed by Paradox Development Studio since. The engine provides a 3D...