Showing 43 open source projects for "render engine"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Discover Multiview ERP: The Financial Management Revolution Icon
    Discover Multiview ERP: The Financial Management Revolution

    Reclaim precious moments with loved ones while our robust cloud accounting software streamlines your financial processes.

    Built for growing businesses and well-established enterprises alike, Multiview is a highly scalable and robust ERP.
  • 1
    OGRE

    OGRE

    scene-oriented, flexible 3D engine (C++, Python, C#, Java)

    OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce games and demos utilizing 3D hardware. The class library abstracts all the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world objects and other intuitive classes. We consider the results of our GL3Plus RenderSystem as the gold standard. The respective shaders...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    LittleJS

    LittleJS

    The Tiny JavaScript Game Engine That Can!

    LittleJS is a super lightweight 2D JavaScript game engine with fast WebGL rendering. It is designed to be small, simple, and easy to use for various applications, from game jams to commercial releases. This engine has everything necessary to make high-quality games, including fast rendering, physics, particles, sound effects, music, keyboard/mouse/gamepad input handling, update/render loop, and debug tools. It is recommended that you start by copying the LittleJS Starter Project This file...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Bevy

    Bevy

    A refreshingly simple data-driven game engine built in Rust

    A refreshingly simple data-driven game engine built in Rust. All engine and game logic uses Bevy ECS, a custom Entity Component System. Massively Parallel and Cache-Friendly. The fastest ECS according to some benchmarks. Components are Rust structs, Systems are Rust functions. Queries, Global Resources, Local Resources, Change Detection, Lock-Free Parallel Scheduler. Bevy is still in the very early stages of development. APIs can and will change (now is the time to make suggestions!). Important...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    QuakeIIxp is a multi-platform (windows, linux and freeBSD (experemental)) graphics port of the game Quake II developed by Id Software. Completely updated rendering takes full advantage of the latest graphics cards to get the perfect picture, preserving the original style of the game.
    Downloads: 5 This Week
    Last Update:
    See Project
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • 5

    AI for Games

    Game framework with AI

    Provides a framework / game engine for building 2D games and includes sophisticated AI routines to manage state-driven entities and autonomous agents. Although this library makes several very powerful AI techniques available and take care of all the calculations needed to update and render the game entities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Amethyst Game Engine

    Amethyst Game Engine

    Data-oriented and data-driven game engine written in Rust

    Data-driven game engine written in Rust. Amethyst uses a rigorous Entity Component System (ECS) architecture to organize game logic. This abstracts away some of the parallelism work, allowing easier exploitation of multi-threading in games. The ECS is rich in features and very efficient, as it never does any memory locking while remaining entirely thread-safe. Amethyst uses gfx-rs to render graphics with Vulkan or Metal. It is meant to be used for 2D and 3D, with various utilities for both...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Vivid3D-Sharp

    Vivid3D-Sharp

    Modern 3D engine and IDE written using C# and C++.

    Modern 3D engine and IDE written using C# and C++. Vivid features all the required functionality to write modern apps ang games. Including a fully working custom GL UI called "ResonanceUI". It features lighting and shadows(Unified) and can even embed and playback videos via FFMPEG, in the UI or full screen, with fully synced audio+picture. It offers two scripting solutions: C# and a custom language called VividScript, which is an OOP style language. The Editor is based on other modern...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Imagine Engine

    Imagine Engine

    A project to create a blazingly fast Swift game engine

    Welcome to Imagine Engine, an ongoing project that aims to create a fast, high-performance Swift 2D game engine for Apple's platforms that is also a joy to use. You are hereby invited to participate in this new community to build a tool with an ambitious but clear goal - to enable you to easily build any game that you can imagine. Imagine Engine uses Core Animation as its rendering backend - just like Apple's UI frameworks like UIKit and AppKit do. By leveraging the power of Core Animation's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    geeny

    scriptable game engine with built-in support for 2D graphics and sound

    Geeny is a scriptable game engine with built-in support for 2D graphics and sound. The scripting language is object oriented, high performance is attainable by using vector and array operations. Win32 C++, full portability planned in the future.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pimberly PIM - the leading enterprise Product Information Management platform. Icon
    Pimberly PIM - the leading enterprise Product Information Management platform.

    Pimberly enables businesses to create amazing online experiences with richer, differentiated product descriptions.

    Drive amazing product experiences with quality product data.
  • 10
    Android Game Engine

    Android Game Engine

    Multi-threaded game engine for Android

    AGE is a multi-threaded game engine for Android with OpenGL ES2 shader-based rendering. In-depth GL knowledge isn't necessary to start; use the OBJ loader to import models from Blender and elsewhere, attach textures, and start rendering! Threads run different activities, e.g. initialization, framerate, timer, game cycle. Apartment model with message passing. The drawing cycle is inverted from typical game loops. Framerate has a dedicated timer, and SurfaceView is in on-demand rendering mode...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ALRDR 2.0 demo

    ALRDR 2.0 demo

    The second demo of my game engine.

    Started when I was 16, still not ended, here is a demo of the game engine on which I work for more than 1 year. It's my first game project, so I decided to make it easy, by creating my own game workbench (a friend is making the MapEditor, I'm doing the rest), including the game engine, render engine, graphics, programmation, syntax ect. Don't wanted especially to share it, but friends wanted to play on it, so I will just share the .exe here. The source will come maybe later :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Native3DAnimation

    Native3DAnimation

    3D render software animation

    Drawing animated objects We chose MDL animated object (Half-Life 3DStudio models). Typically, it is rendered by OpenGL or DirectX. But now it will use our software render technique. Project This project made in C++. Classes: CTexture It is used to load images into the engine SoftwareRender Since MDL uses the regular OpenGl functions, this file contains functions that look like openGL ones, but uses our functions to draw the animated object. mainapp It is main from where...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    VB .NET PHYSX (PHYSICS) DX9 - Engine

    .NET - VISUAL BASIC NVIDIA +ATI PHYSX SLIMDX DIRECTX 9 -ENGINE/WRAPPER

    Visual Basic .Net , Nvidia Physx (PHYSICS - ATI INTEL ETC. COMPATIBLE) , DirectX 9 (using SlimDX) 3D ENGINE/HELPER/WRAPPER This project incorporates these technology into a simple Open Source Engine, allowing simple access to Nvidia PhysX library using DirectX 9 (VIA - SLIMDX) to render "Simulations/Games" ALL IN VB.NET -with- C# and other .NET language compatibility. Visuals now include .X model loading with Animations and Skeletons (shaders) Level loading and AUTOMATIC object (mesh...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Seta Engine

    Seta Engine

    Engines for Batch Games

    WARNING 1: project abandoned! (I'll come back some day) WARNING 2: project website is abandoned. Seta Engine Is a set of engines for batch games. Now you can program with notepad your own games in batch scripts with sound and colours! Please use the web page of proyect to get a complete list of launched sample games. Get help and usage guide: https://sourceforge.net/p/seta-engine/wiki/Home/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Java Train Simulator

    Java Train Simulator

    A train simulator wroten in Java.

    This a train simulator developped in Java language. This software works with the JRE6. It uses Java Monkey Engine to get the 3D render.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    TR Game Engine

    TR Game Engine

    TR Game Engine allows you to develop your game quickly and easily.

    This library providing a simple 2D real-time render system, a collision management system and a real-time game management system. It has also a sound management, network and many other things that games need. This library can read and write compatible images for BlueBox: A-Life project. You can use this handy Java-based library to easily manipulate sprites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Kochol Game Engine
    Kochol Game Engine(KGE) is an object-orianted hardware accelerated 3D Game engine. Easy to use and powerful engine for cutting edge games.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    VoxRend is an OpenSource voxel graphic engine. It can be used to create games or simulations, but you can use it to get other graphic representations. Uses tile-maps and can load and render Ken's VOX files. Today it's inactive but I have plans for the
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    RenderTools

    RenderTools

    A cross-platform OpenGL based lightweight scenegraph library

    ... such as RelationalNode, RenderNode, and TransformNode can be used to create a complex hierarchy for rendering. Both update and render calls can selectively include or exclude specific components such as geometric details or lighting or texturing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    demo3d

    small cross platform 3d game engine

    Small cross platform and cross API (directx and opengl) 3d game engine. Forward rendering, obj loader, math library, DirectX and OpenGL render with simple shaders
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Phenomenon engine - NG software render
    3D engine with NextGen-enhanced graphic software render programmed in Free Pascal. See the secret graphic power of Multicore-CPU's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Radial 3D engine is a new engine based on my OK 3D engine. It has a compiler, bump/spec, lights, anims, particles etc. Hidden is virtual render path based on code of Brad Blanchard. For latest source or questions mail me (willemsenfrank@yahoo.com)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    FGGE
    FGGE is an HTML 5 + Javascript Game Engine allowing users to make games without worrying about render, but only on code and game logics, this means faster production and cleaner code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Travail de maturité Gymnase de Burier 2012, jeu de tir subjectif en C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A C++ object orientated 2D game engine for Windows, Mac OS, Linux and iPhone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next