Showing 93 open source projects for "mysql-python"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 1
    Avogadro 2

    Avogadro 2

    Avogadro libraries provide 3D rendering, visualization, and analysis

    AvogadroLibs is the core C++ library behind Avogadro 2, an open-source molecular editor and visualization platform used in chemistry, materials science, and education. It provides the essential tools for constructing, analyzing, and visualizing molecular structures in 2D and 3D. Designed for extensibility, AvogadroLibs supports plugins for quantum chemistry computations, molecular mechanics, and surface rendering. It interfaces with multiple chemistry formats and data sources, making it a...
    Downloads: 33 This Week
    Last Update:
    See Project
  • 2
    Open3D

    Open3D

    A modern library for 3D data processing

    Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The backend is highly optimized and is set up for parallelization. Open3D was developed from a clean slate with a small and carefully considered set of dependencies. It can be set up on different platforms and compiled from source with minimal effort. The code is clean, consistently...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 3
    Open Asset Import Library

    Open Asset Import Library

    The open-asset-importer-library repository

    ... for use in game engines / realtime rendering systems of any kind, but it is not limited to this purpose. In the past, it has been used in a wide range of applications. Written in C++, it is available under a liberal BSD license. There is a C API as well as bindings to various other languages, including C#, Python and D. Assimp loads all input model formats into one straightforward data structure for further processing.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    Kokua viewer

    Kokua viewer

    Kokua is a V3 based open source metaverse viewer project.

    Kokua is an open source metaverse viewer project based on the Second Life Viewer source. Disclaimer: This software is not provided or supported by Linden Lab, the makers of Second Life. The goal of Kokua is to greatly improve the usability of the Viewer through community involvement, thoughtful design, modern development methods, and a pro-change atmosphere.
    Leader badge
    Downloads: 175 This Week
    Last Update:
    See Project
  • Cloud SQL for MySQL, PostgreSQL, and SQL Server Icon
    Cloud SQL for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Fully managed, cost-effective relational database service for PostgreSQL, MySQL, and SQL Server. Try Enterprise Plus edition for a 99.99% availability SLA and category-leading performance.
    Try it for free
  • 5
    Planeshift: a 3D MMORPG
    PlaneShift is a persistent fantasy multiplayer Role Playing Game (MMORPG) with good 3D graphics. Create your character and live in an ever-changing world. Join us to make PlaneShift THE choice of free MMORPG.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Vivid3DIDE

    Vivid3DIDE

    Vivid3D is a C++ IDE/3D engine, with python scripting.

    Vivid3D is a C++ IDE/3D engine, with python scripting. - It uses DX12 or Vulkan, and will support RTX features. It features gameplay facilitated by Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    "LiAR isn't a raytracer" is a cross platform, object-oriented and extendable raytracer written in C++ and Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GXSM

    GXSM

    Scanning Probe Microscopy Controller and Data Visualization Software

    GXSM -- Gnome X Scanning Microscopy: A multi-channel image and vector-probe data acquisition and visualization system designed for SPM techniques (STM,AFM..), but also SPA-LEED/LEED/LEEM data analysis. A plug-in interface allows any user add-on data-processing and special hardware and instrument support. Latest: NC-AFM and related explorative methods as SQDM can be configured. High-Speed external PAC-PLL hardware option with digital DSP link. Based on several hardware options it supports...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    The Python Computer Graphics Kit is a collection of Python modules that contain the basic types and functions to be able to create 3D computer graphics images (focusing on Pixar's RenderMan interface).
    Downloads: 1 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 10
    KlayGE is an open source, cross-platform game engine with plugin-based architecture. It provides a framework to make game development, testing, porting as simple as possible.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    PyMesh

    PyMesh

    Geometry processing library for Python

    PyMesh is a codebase developed by Qingnan Zhou for his PhD research at New York University. It is a rapid prototyping platform focused on geometry processing. PyMesh is written with both C++ and Python, where computational intensive functionalities are realized in C++, and Python is used for creating minimalistic and easy-to-use interfaces. PyMesh is a rapid prototyping platform focused on geometry processing. It provides a set of common mesh processing functionalities and interfaces...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Team Purple

    Team Purple

    Common stuff for Imprudence and Kokua open source metaverse viewers.

    The Imprudence and Kokua open source metaverse viewers are developed by Team Purple. This project is for the common stuff that is shared between the two viewers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    tinyobjloader

    tinyobjloader

    Tiny but powerful single file wavefront obj loader

    Tiny but powerful single file wavefront obj loader written in C++03. No dependency except for C++ STL. It can parse over 10M polygons with moderate memory and time. tinyobjloader is good for embedding .obj loader to your (global illumination) renderer. We recommend to use master (main) branch. Its v2.0 release candidate. Most features are now nearly robust and stable (The remaining task for release v2.0 is polishing C++ and Python API).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Kokua

    Kokua

    Kokua is a V3 based open source metaverse viewer project.

    Kokua is an open source metaverse viewer project based on the Second Life Viewer source. Disclaimer: This software is not provided or supported by Linden Lab, the makers of Second Life. The goal of Kokua is to greatly improve the usability of the Viewer through community involvement, thoughtful design, modern development methods, and a pro-change atmosphere.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    delta3d Open Source Engine

    Sorry this project is no longer being supported

    This project is not currently being supported but feel free to use it as an example. delta3d is a robust simulation platform built using open standards and open source software. It features full toolchain development supporting a wide variety of free and commercial software.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16

    B-Maxwell

    Maxwell Render for Blender

    B-Maxwell add-on offers seamless integration with Maxwell Render and Blender
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17

    landshade

    realtime 3d surface rendering library

    landshade is a C++ library for quick tesselation of complex 3D data like terrain and other curves surfaces at different levels of detail on modern graphics hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Crystal Space 3D SDK
    Crystal Space is an Open Source 3D SDK for Unix, Windows, and MacOS/X. It renders with OpenGL and features GLSL shaders, CG shaders, deferred rendering, dynamic shadows, bullet based physics library, terrain engine, skeleton based animation meshes, exporter for Blender, portals, etc...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 19
    CorEngine
    CorEngine is a work in progress, OpenGL graphics powered 3D game engine designed to help independent game developers with quick prototyping and game/virtual environment creation. The engine supports a standard set of features, like skeletal animation, post processing, Lua/C programming, physics powered by Bullet Physics, GUI and 2D/3D Audio.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 20

    NuxSFM (CLOSED)

    A Arch Linux x86_64 distro for Structure From Motion

    Pierre-Yves, August 2016
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Crystal Entity Layer (CEL) is a game entity layer based on Crystal Space. It makes it easier for game developers to create games based on Crystal Space. CEL can optionally be used together with Python or other scripting languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Imprudence viewer

    Imprudence viewer

    Imprudence is an open source metaverse viewer project.

    Imprudence is an open source metaverse viewer project based on the Second Life Viewer source. The goal of Imprudence is to greatly improve the usability of the Viewer through community involvement, thoughtful design, modern development methods, and a pro-change atmosphere.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 23
    K-3D is the free (as in freedom) 3d modeling, animation, and rendering system.
    Leader badge
    Downloads: 193 This Week
    Last Update:
    See Project
  • 24
    Linderdaum Engine
    Linderdaum Engine is an open source purely object-oriented 3D gaming engine written in C++. It is designed to be an integrated solution for the development of interactive 3D applications, for game, industrial and scientific visualization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    BRAYTE

    Bruno's RAY Tracing Engine

    Yet another ray-tracer. Mixing Python, CUDA and a specialized compact SDL (Scene Description Language).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.