Showing 32 open source projects for "c++ programming"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    AdaGate

    AdaGate

    3D OpenGL dungeon game using Ada: a tribute to Narbacular Drop

    AdaGate is a 3D OpenGL strategy game with escape rooms in a Stargate fantasy setting. It is an elaborate example of modern OpenGL programming using the Ada language; and a tribute to Narbacular Drop, and Amelia Earhart. Each room has a barrier that must be circumvented using portals. The barriers include water with piranha, molten magma, and walls. Runs on Windows, OSX, and GNU/Linux. The linux binary now runs on many linux distros! Includes all source code, build scripts & resources.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    open-dis

    open-dis

    Open-DIS implements the IEEE DIS protocol in multiple languages.

    An open source implementation of the Distributed Interactive Simulation (IEEE-1278) standard in C++, C-Sharp, Objective-C, Java, Javascript and XML. Example applications including sending and receiving native DIS traffic, X-Plane plugin, and WebSocket/Javascript/WebGL applications. See the individual code directories for each package of interest. This project is inactive and has migrated to a GitHub project at https://github.com/open-dis
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Pakoon 1

    A 3D vehicle physics programming project created by Mikko Oksalahti.

    Creator Mikko Oksalahti brings the second entry in the PAKOON! trilogy of games with a custom built physics engine, easy to use SDK, and a little humor tossed in to make this the "ultimate desert pizza delivery game". The player chooses a location and a vehicle, then they're tossed into the world with one objective: deliver pizzas. Drive (or fly) to your home base, pickup a hot 'zazz, then deliver it to your customer before it gets too cold. Don't forget to fuel up on petrol and kerosene...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Lagrangian Dynamics NF Sims

    Lagrangian Dynamics NF Sims

    Articulated-body simulation engine written in C

    Articulated-body simulation engine written in C: based on the Lagrangian Dynamics, even if on a modified flavour of it, I deviced to make it more friendly in the context of numerical simulations. The overall simulation procedure (de facto a full 3D, an articulated-body simulaiton engine) is called: "Lagrangian Dynamics' New Flavour Simulations". It is delivered through sample-simulators relying on it. The modified falvour of the Lagrangian Dynamics here proposed is also a bit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5

    Grobots

    Real-time strategy programming game

    Grobots is a real-time strategy programming game, in which programs (in a dialect of Forth) control teams of robots as they forage, reproduce and fight. It runs on Mac OS X, Windows, and (without graphics) Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    IWOR is a programming game which simulates a world in which robots controlled by programs can live, work, defend their tribe, and even produce clones of themselves!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    illustrative_progs

    illustrative_progs

    collection of illustrative programs:small games, simulators: C, Matlab

    ...Browse the files, don't click on widnload because there are multiple zips!! All are related to rigidbody dynamics used to make vehicle simulators in the simplest way. Other types of programs may figure too: Snake or Tetris in C for showing the C programming style opted for the other, more specific programs. Possibly this is a link for supplying material to some Wiki articles related to videogames and gamep-physics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Visual Visuals

    Visual Visuals

    Vague, unoriginal, obscure, and unknown!

    This very vague project is all about visual programming that relates, somehow, to video games!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Freedom3D_GM

    full-blown GTA 3 -SA clone. Done in Game Maker. No missions though

    ...The game implements relistically the possibility to get in various vehicles and go around, jump (also on houses and ramps). This is a sort of reference that shows to also to the geenral public (so not only C/C++ programming nerds) how such a thing is made: vehicles on hilly terrain, obstacles, and collision with them... environment with optimised viewdistance and day/night cycle (so I mean atmosphere).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    XCTruck3D _Truck

    XCTruck3D _Truck

    realistic truck simulator with 3D graphics done from zero

    A truck/car simulator,with realistic physics and oldstyle graphics: it displays pixels through the SDL graphics routines, or the X11 if using that version (has some issues:so use the SDL ver).While the 3D graphics is done by the program itself without external libraries.The environment is a hilly terrain:total freedom to drive around.A remake of the classic "Terep 2". Written in the C programming language: although the code is 30 pages long, it's simple. Trailer can be detouched pressming 'l' (minuscle ELL) so to drive a normal car. There's an OpenGL version too: see the CTruck3D _Open,and an ASCII-Art ver (Term_ CTruck3D). This is also a good dydactical software: code is easy to undersand,and drawing procedures and physics sim procedure are written from 0 so it's clearly understandable how a complete 3D game is done in C, starting from a blank page of any plain text editor.Only basic knowledge of C was used. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    term_ CTruck3D

    term_ CTruck3D

    ASCII-Art variant of the CTruck3D _Open truck/car simulator

    the ASCII-art variant of the CTruck3D car simulator series by Simon Hasur : a physically very realistic offroad driving simulator (rally ) in which one can drive in total freedom on a piece of terrain, make jumps, turn upside down and whatever ; see CTruck3D _Open and XCTruck3D _Truck for more detailes. this is a variant which displays graphics using only ASCII characters. This is quite instructive as software, expecially if taken in conjuction with the pure X Window System version: in...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    QtCritters

    QtCritters

    Simple Qt/C++ Project for learning simulation programming.

    QtCritters is a simple critter simulation in C++ using Qt, currently under development. The goal of this project is to simulate a simple ecology of various kinds of animals, and to make the source easy to understand and modify. Still very very alpha...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    "JSBSim Python Bindings" is a Python wrapper around the open source flight dynamics model JSBSim (http://jsbsim.sourceforge.net/). It allows to use most of the JSBSim C++ API from the Python programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Game of life is a c# lesson in object oriented programming. It provides places to write code which is Object Oriented and work on AI routines, Multi-threading and least importantly, fun.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    HyperNoids is a simple retro shoot-em up. It's written in C/C++ with the allegro game programming library. For windows and linux, although the Windows port is less stable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Artificial-life and robotics development environment and simulator involving neural networks, 3D physics, vision, and evolutionary programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    C-Klasa Manager - a programming learning project. A simple football management game written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Roboships is a programming game, you must build and program 2-10 roboships to fight against each other. Ships can have different hulltypes and set of weapons. Programming is done with flowcharts and battles are fought in 2D sea.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Origin is a evolver for the programming game Corewars. Part of this project is a modified MARS (Memory Array Redcode Simulator) written in C especialy for evolvers. With SWIG its going to be very easy to use in different languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Artifical World simulator, it simulate virtual 3D world and execute IA programs. It have API for programming IAs in C++. it use Irrlicht as 3D engine.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    codeFight is a programming game in which your robot battles other robots in both a real-time and turn-based fashion. Robots can be written in any language which supports console input/output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    RealTimeBattle is a programming game, in which robots controlled by programs are fighting each other. The goal is to destroy the enemies, using the radar to examine the environment and the cannon to shoot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A programming game in Beta. Binaries are available for Windows. Versions for POSIX/C++ compatible platforms are planned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ZATURN: Visual, Interactive, Intuitive, Emmersive User Experience with Mac OS X and Object Orientated Programming -- Think Tank and Sandbox
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next