Showing 1048 open source projects for "tiny-core-plus"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 1
    The project is a data engine to manage huge earth survey data such as digital elevation model and orthoimage, and provide a graphic interface to show the data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    OgreForms provides a seamless integration of .Net Windows Forms with the OGRE 3D rendering engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Full service 3D game engine. Uses Ogre3D for the graphics and Aegia Physx for physics. Includes frame based memory allocation, component architecture and fully controllable through a Lua scripting API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Quelle3D is project based at the departement Digital Arts and Entertainment of the Hogeschool van Westvlaanderen/PIH, Belgium. Check the documentation for a full description of the project
    Downloads: 0 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 5
    OgrePx set the link between 3d engine Ogre and PhysX Physics System. WARNING! Now, there no any stable release, and I don't recommend you to download anything. Check it at July 2008.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Anepsosis is a skill based 3D MMORPG placed in a fantasy world of levitating islands inspired by ancient Greece arts, architecture and mythology. For more informations visit http://anepsosis.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This program written in C/C++ will construct a triangluated surface from a set a 3d contour points using the OpenGL API, GLUT and GLUI libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GL Render PDF is a library to help to render PDF files inside a 3D world. The PDF render uses Fitz/MuPDF as the PDF render engine and GL Render PDF creates a Texture ready to be used in an OpenGL virtual world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Project Water is a multiplayer war simulation game containig our game engine (developed simultaneously) which is meant to be independent of this game and possibly used in our future projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 10

    voluminium

    Expermients in adaptive image generation

    voluminium is a library for efficiently visualising "image functions" (ie any function which returns a color given a 2D position) by adaptive sampling, reconstruction and continuous refinement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The Anvil is setting out to produce one strong platform for all media. Fluid work with major audio, video, raster/vector images, 3D formats and scripting languages will allow us to start from anywhere and temper out the masterpeice we needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A class/library which uses the graphic card for linear algebra. Warning : you will need a GeForce 8 serie to take profit of this class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Shade is an Object-Oriented, Shader-based, Distributed Scene Graph. Designed using C++ (with optional Lua bindings), OpenGL, and MPI, Shade allows the creation of applications that work on a single machine and on a tiled display.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    MakePhotoW3D

    Turn a flat 2d photo into a wiggle stereogram instantly!

    Take a 2D flat photo... and turn it into a w3D "wiggle stereogram"! INSTANTLY! Wiggle stereograms use animation to switch between the left and right view of a stereogram. Here we create a nice animation that slides back and forth, for a smooth wiggle 3D ("w3D") effect. First the image is broken down into planes. Each plane is given a depth distance. The image belonging to each plane is horizontally compressed enough that the "shadows" cast by the image belonging to the planes in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PhotoCloud is a tool to browse and a navigate for datasets composed of (a) a collection of registered images and (b) a 3D model over which images are aligned. The 3D model can be a point-cloud, triangle mesh. PhotoCloud is based on a client/server architecture and it is scalable: very large dataset (both in terms of (a) and (b) can be handled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MNGL (Math, Network and Graphic library) is a library which is composed by a lot of different modules to help programmers to develop their applications and softwares.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The visualization framework contains a scene graph to manage 3D objects. Processing of input data is handled by operators. Operators have ports which can be connected, so that the evaluted data is passed from one to the next operator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PBADEV gathers lessons learned making GIMPVS available on Windows platforms and Makes Blender available together with GIMP on Microsoft Windows Platforms. PBADEV aims at providing the highest quality softwares to artists and developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ThinksCollabs is a research collaborative project. It aims at allowing researchers from different areas to work together. It consists of different projects concerning collaborative and interactive 3D modeling, bird flight simulation and city modeling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    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. The intent of use for this...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Screen (or SCalable REndering ENgine) is a rendering engine based on both 3D rendering and highlty parallel algorithms. It provides powerful scripting interfaces and integrated development environment for 3D games and scientific simulations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A library and many frontends written to achieve an unbiased renderer with many features and good performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Spirits of Runeyard is a new concept of online graphics role playing game. It's a game placed in a fantasy world between swords and magic, where every player can live a second life or simply enjoy to play a new type of gameplay.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo