Showing 17 open source projects for "opengl component delphi"

View related business solutions
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • BoldTrail Real Estate CRM Icon
    BoldTrail Real Estate CRM

    A first-of-its-kind homeownership solution that puts YOU at the center of the coveted lifetime consumer relationship.

    BoldTrail, the #1 rated real estate platform, is built to power your entire brokerage with next-generation technology your agents will use and love. Showcase your unique brand with customizable websites for your company, offices, and every agent. Maximize lead capture with a modern, portal-like consumer search experience and intelligent behavior tracking. Hyper-local area pages, home valuation pages and options for rich lifestyle data keep customers searching with your brokerage as the local experts. The most robust lead gen tools on the market help your brokerage, teams & agents effectively drive new business - no matter their budget. Empower your agents to generate free leads instantly with our simple to use landing pages & IDX squeeze pages. Drive more leads with higher quality and lower cost through in-house tools built within the platform. Diversify lead sources with our automated social media posting, integrated Google and Facebook advertising, custom text codes and more.
    Learn More
  • 1
    GLScene

    GLScene

    GLScene Engine for Delphi & C++Builder VCL Windows 32/64

    GLScene is an OpenGL based 3D library for Delphi, C++Builder and Lazarus. It provides visual components and objects allowing description and rendering 3D scenes in graphic applications. Update of newer versions of the trunk has been moved to https://github.com/glscene
    Leader badge
    Downloads: 83 This Week
    Last Update:
    See Project
  • 2
    Vivid 3D

    Vivid 3D

    Vivid is a modern C++ 3D engine using OpenGL4+

    Vivid is a modern C++ 3D engine using OpenGL4+. It is written using Visual C++ 2022, and relies on several open source projects to achieve it's goal of making it easy and run to make modern games with it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DelphiDoom Procedural Modeler

    DelphiDoom Procedural Modeler

    A tool for creating models for the DelphiDoom Engine

    A tool for creating models for the DelphiDoom Engine. Source code repository: https://github.com/jval1972/DD_MODEL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    x3drenderlibrary

    x3drenderlibrary

    A 3d rendering framework

    x3d render library is a 3d graphics framework with implementation of several useful rendering algorithms: a rasterization renderer(with implementation of both builtin software rendering & opengl hardware rendering); a path tracing renderer(cpu based) x3d demoscene is a framework and tool chains dedicated in animation production. x3d render library is used for the rendering component
    Downloads: 0 This Week
    Last Update:
    See Project
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
    Learn More
  • 5
    HTML GL

    HTML GL

    Get as many FPS as you need and amazing effects by rendering HTML/CSS

    60 FPS and amazing effects by rendering HTML/CSS in WebGL, framework agnostic. HTML GL solves "the slow DOM problem" by creating WebGL representations of DOM elements and hiding actual DOM after. This speeds up HTML/CSS animations and transformations by using 3D hardware acceleration and allows to apply OpenGL effects as modern 3D games have. Using HTML GL you still work with HTML/CSS as you are common to, but DOM elements are just facades to their WebGL representations. These GPU...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    FireBlade is an OpenGL+Delphi/FPC based crossplatform particle engine. Infinite possibilities through many variable factors and the ability to be connected to anything you want through miscellaneous events.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GLScene for Delphi 2009,with almost all bugs removed. 1.GLScene-OpenGL 3d Library (wich is GLSCENE2009). 2.GLScene-Bass manager 3.GLScene-Fmod Manager 4.GLScene-ODE Manager 5.GLScene-SDL Driver 6.GLSCene-CG Shaders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Flying Cow is a three-dimensional user interface for quickly seeking an item. It provides an interface similar to that of iTunes Cover Flow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Sky 3D (OpenGL) Engine - Engine for 3D Games and for other 3D Programs or Renderers.
    Downloads: 2 This Week
    Last Update:
    See Project
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • 10
    OpenGL Prospective Image Retouch, Viewer using new graphic hardware technology to show simple image world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A 3D kitchen design program. Developed with Deplhi and looks like it. It uses OpenGL as the rendering engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    FxPascal is a high level shading language for OpenGL Fragment and Vertex Programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SETH is a fully integrated Shader-IDE for prototyping Vertex- and Pixelshaders for OpenGL written in the fxPascal-High Level Shader Language (with Pascal-like Syntax).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a project made using Delphi Open Edition. It's an OpenGL 3D engine above the Windows desktop. Instead of using the Windows conventional desktop, you browse through the desktop in a 3D world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SceneEditor: Made in Delphi 4. Editor on creation demos, 3D spaces and objects. Scene is creation from triangle, at which give change their position, rotation, size, design, textures, transparency textures. Option loading files on the DXF format (A
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Pascal binding for the Irrlicht Engine. The Irrlicht Engine is an open source high performance realtime 3D engine written in C++ and now available for Pascal. It is completely cross-platform, using D3D, OpenGL and its own software renderer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Lfant

    A small Game Engine project.

    Lfant is a small (so far) 3D game engine, rendered using OpenGL. It will be primarily aimed toward action games, but able to conform to other genres. The code uses an Entity-Component model, a bit like Unity3D, where Entities have a list of Components that they can access at any given time. These components "add" functionality to the owner Entity (albeit not directly). Examples of Components are Rigidbody, HeatTransfer, Inventory, MeshRenderer, ParticleSystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next