Showing 398 open source projects for "https c lib"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 1
    lagrange_simulation_mechanics

    lagrange_simulation_mechanics

    simulations with Lagrangian method,both symbolic and by numeric deriv

    ...Simulation with Lagrangian method, both symbolic, and by numerical derivation. All well-grouped in folders. there is also a 'review' in 3 demos of the Newtonian dynamics: mass-spring systems. most of progs are written in C, with use of SDL lib to display simple graphics and have real-time interactivity. As to programming complexity, it's very simple... this all aims at classical physics simulation in a simple but efficient way. The numeric stuff really just illustrate the use of a real little physics-engine aimed at articulated body simulation... that's the funnest part of it: but of course much more is coming. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SKATRAK-Playground

    SKATRAK-Playground

    Proyecto de videojuego para el CUSL 2012-2013

    Descripción completa en: https://github.com/SKATRAK/SKATRAK-Playground#skatrak-playground
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Physica

    Physica

    A casual platformer

    Physica is a casual platformer game where the goal is to drive a square through game levels from its starting position to his goal, avoiding hazards and without falling down. The 2.0 release includes 2 packs of 16 levels each, plus a level editor to make your own ones. There's also a Portable Apps Format release (still in beta testing: see http://portableapps.com/node/36645 for corresponding...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    NOTIFY_lxm - Hyper HTML-Thumbnail in C

    NOTIFY_lxm - Hyper HTML-Thumbnail in C

    Hyperactive S/W for HTML-Thumbnail generation in C

    An application for generating a portable HTML-thumbnail summary about the videos at any path along with a light-weight instant video notifier. Follow NOTIFY_lxm @ https://www.facebook.com/NOTIFYlxm
    Downloads: 4 This Week
    Last Update:
    See Project
  • Build Data Resilience - Take the Assessment Today Icon
    Build Data Resilience - Take the Assessment Today

    Can you recover when it matters most? Take this quick assessment to identify gaps and build greater recovery confidence.

    Is your recovery strategy as strong as you think? Take this quick self-assessment to check your recovery readiness and gain tailored insights. In only 2 minutes, you'll learn where you fall on the recovery readiness scale.
    Take the Assessment
  • 5
    CTruck3D _Open

    CTruck3D _Open

    realistic truck & car simulator, with OpenGL graphics

    update: https://sourceforge.net/projects/newctruck3drally/ It's a 3D, physically realistic truck/car simulator, oriented to dirt tracks. This is subsancially kept as hystorical. The environment is a hilly terrain which can also be user-defined in the form of a Bitmap image file (where intensity of red component defines height). It's similar to the classic "Terep 2".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    School project, RTS game Engine. OpenGL, GLSL, C++ demo video https://www.youtube.com/watch?v=xhX2jl3GJMc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Supaplex Level Skipper
    You can use the Supaplex Level Skipper to skip a level in the game Supaplex. See https://en.wikipedia.org/wiki/Supaplex for information on the game itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A 2D tile-based cross-platform RPG engine. (moved to https://github.com/salviati/eversion)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    InterFace

    InterFace

    Chat Messenger - Open Source Social Network - Online Chess Game

    ...InterFace is the communication suite as well including a Forum Function like a Bulletin Board. InterFace is based on Qt and c++ and can easily be used as a Plugin-Tab in any Qt Frame Host or other Qt App. It is based and a clone of Lib RetroShare Messenger. Currently this Friendslist is used in the Qt Browser Dooble as a Tab. See http://dooble.sf.net for more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    World of Padman
    UPDATE(2016-03-17) This repository has moved to GitHub: https://github.com/worldofpadman/gamesource Full downloads, patches and sourcecode for the "World of Padman" game, also known as WoP ( http://worldofpadman.net/ ). WoP is based upon Quake 3 gamecode and uses a modfied version of the ioquake3 engine ( http://ioquake3.org/ ).
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11

    XNA HLSL Particles

    A simple particle physics simulation in XNA

    April 18th, 2013: Migrating Project to https://github.com/Cody-Duncan/XNAParticles I will be sure to pull changes back to the repository here. Requirements: XNA 3.1, Visual Studio 2008 (for source code), a graphics card that supports Shader Model 3.0 . This simulates a field of particles. Physics calculations are done using HLSL with the vertex texture fetch. Each particle's velocity is stored in a pixel's rgb values in a texture. The position is stored in a separate texture. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Investigo

    Investigo - DX9 Performance and Debugging Toolkit

    Investigo is a toolkit for DirectX9 performance analysis and debugging. For any DirectX9 application: view live performance graphs via the embedded HTTP server and capture performance metrics for offline analysis. Investigo is released under an MIT style licence. The first binary release is now up. An article on Investigo can be found on Code Project: http://www.codeproject.com/Articles/448756/Introducing-Investigo-Using-a-Proxy-DLL-and-embedd If you want to work on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    2D XNA Primitive Shapes Library
    A library for drawing 2D primitive shapes in XNA. The library has methods for drawing pixels, lines, rectangles, filled rectangles, circles, and arcs. Development moved to: https://bitbucket.org/C3/2d-xna-primitives
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    skinLoL

    A tool to modify the UI of Leage of Legends

    This project has been abandoned and it looks like https://sourceforge.net/projects/hudedit/ has taken its place - check it out! --- old description --- skinLoL is a tool to rearrange and resize the User Interface Elements in the popular computer game Leage of Legends. This is a complete rewrite of the original tool and currently in alpha. If you find bugs, please use the forum or bugtracker. If you want to help, or have suggestions, contact me or use the forum.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Infraelly
    Infraelly 2D MMORPG engine was a project started in late 2007 by insanepotato. It was to include a client, server, map editor, animator, item creator, and designed to compile on Windows and GNU+Linux. Unfortunately, insanepotato passed away in 2011, and thus as he was the only programmer, development of the engine stopped. About a year later, PyroSamurai, took over as project lead and lead programmer. After familiarizing himself with the code insanepotato left behind, PyroSamurai has...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    dummy2d

    easy programming language for 2d games

    Dummy2d is simple and fast programming language similar to early BASIC. Dummy2d mostly useful for 2D games. To create Dummy2d games you need Windows OS. Dummy2d games will run on Winowsd and Linux (through WINE). Download and info: https://sourceforge.net/projects/dummy2d/files/ Dummy2d IS TOTALLY FREE FOR COMMERCIAL AND NON-COMMERCIAL USE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Tales of Gydia

    Tales of Gydia is a turn-based RPG set in a fantasy world.

    Tales of Gydia is a turn-based RPG set in a fantasy world taking part in the Liberated Pixel Cup (lpc.opengameart.org). The game focuses on user-made content, which can easily be made and added to the game. Take a look at our source code: https://github.com/buch415/Tales-of-Gydia or visit our website: http://buch415.github.com/Tales-of-Gydia/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Diablo Item Capture

    Diablo Item Capture

    Capture item pictures in diablo III

    Diablo Item Capture is used to facilitate the item screenshot/cropping/uploading process for out of game item trading. It is published under the GPL v3 license.http://opensource.org/licenses/gpl-3.0.html Warning : Run Diablo in WINDOWED FULLSCREEN only, with the same resolution as the desktop. Warning 2 : You need to install Microsoft .NET framework 4 Features : F12 key captures item pictures from the game, and automatic cropping the item window (Manual cropping in application for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Rain Bot

    Rain Bot

    [R]obot [a]ware [i]s [n]ot a [Bot]

    Development of a Robot using RobotC and Lego NXT. This is overall a way to play, learn and share about home made robot :-) v0.11 is currently available with Path Finding A*, motors & sensors emulation, and Robot odometry ;-). Follow its blog here : https://sourceforge.net/p/rainbot/blog/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Defunct; see https://github.com/chazomaticus instead.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    Blend++

    A cross platform 3d c++ game engine

    Blend++ is a cross platform 3d c++ game engine built off of the blender source code. It uses bullet physics for physics, 3-d modeling and rendering using Blender and Opengl, Programming using c++, and much more!!! Check out the blog for current updates about what we are doing and how you can help. :) https://sourceforge.net/p/blendplusplus/blog/ To become a developer click here: https://sourceforge.net/p/blendplusplus/discussion/developer_submission/thread/4e83e4d2/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    G19 - Uno Card Game

    Uno card game for the G19 Logitech keyboard

    An Uno card game for the G19 Logitech keyboard. SVN: https://g19unocardgame.svn.sourceforge.net/svnroot/g19unocardgame SVN Browse: http://g19unocardgame.svn.sourceforge.net/ For bugs/questions: napoleonite2010 at gmail dot com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    C+- programming language and WinC+- pack

    also download updates from files section

    Please, read Wiki for more information: https://sourceforge.net/p/cplusminus/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PipeWalker
    Project moved to https://github.com/artemsen/pipewalker. This is a puzzle game in which you need to combine the components into a single circuit: connect all computers to a network server, bring water to the taps, etc.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 25

    Chiefboz Tower

    Chiefboz Tower for Skyscraper Simulator

    A 200+-story tower in fictional city Prism built for the Skyscraper Simulator (project at https://sourceforge.net/projects/skyscraper/). You need to download some textures before the building will render properly. A full list is on the project website. Video Tours at www.youtube.com/user/chiefbozssim
    Downloads: 0 This Week
    Last Update:
    See Project