27 projects for "c# chat program" with 2 filters applied:

  • Veeam Data Platform v13.1 - Get Your Free Trial Icon
    Veeam Data Platform v13.1 - Get Your Free Trial

    Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try it Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    simple3d

    simple3d

    realistic driving simulation + functions for 2D/3D graphics

    Sour*eforge.net has become inaccesible to me because of Cl*udflare. The latest versions of the programs will be on my site: https://matei.one/. Simcar - driving (not racing) simulation, with stunts and realistic physics since version 5.0.0. GNU/Linux and Wind0w$ executables are available. SDL_grf - functions for 2D/3D graphics (including text), sound and input + a few programs for viewing 3D models, viewing ZX Spectrum *.scr files, simulating the Solar System etc. Simple3d - old program for...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2

    crrcsim

    Open source model airplane simulator

    CRRCSim is a model-airplane flight simulation program for Linux with ports to other platforms. Using CRRCSim you can learn how to fly model aircraft, test new aircraft designs, and improve your skills by practicing in the relative safety of your pc.
    Leader badge
    Downloads: 716 This Week
    Last Update:
    See Project
  • 3
    FalansterCity3D

    FalansterCity3D

    3D urban environment renderer : browser-app ; as well as a GTA clone

    Have You ever wondered what would be like the weirdest Grand Theft Auto clone ever made? Well, we are pretty close with the FalansterCity3D urban environment rendering-engine where You can also drive the cars in the city. And moreover, it's a browser-game, so it runs instantly in any internet-browser. Why not try it directly at the link below? http://nerdofalgorithms.altervista.org/secondary_pages/page_11.php Even on smarthones or whatever, as long as it has a browser and sufficient...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SimplePotter3D

    SimplePotter3D

    This application is a 3 dimensions object maker and viewer program.

    This application is a 3 dimensions object maker and viewer program. It creates 3D objects by a simple way. The made object viewable with 3D glass which has two different color glasses. The two colors of 3D image are settingable for the both glass-colors. The created object is walkable around, saveable, loadable back. The background color and object mono-color both are changeable. This application does not make surface on the object but makes a net by points. It is able to make a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    illustrative_progs

    illustrative_progs

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

    a collection of small and medium-sized simulation programs that I made explicitely for dydactic and/or documentation purposes. 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...
    Downloads: 34 This Week
    Last Update:
    See Project
  • 6
    Solution to the classic riddle suppossedly proposed by Einstein. This solution is for the variant proposed by http://www.2ddepot.com/games/whoownsthefish/ (Spanish, no smoking references) Method is simple brute force for every permutation. In a intel core i5 M 560 @ 2.67GHz, program terminates in 2 minutes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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). ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    FlightCraft3D

    FlightCraft3D

    realistic but simple flight simulator: exploration and casual landing

    a little and 'mininalist' 3D Flight simulator, accompanied also by a dydactical example that illustrates the concept behind flight simulators. FlightCraft3D anyway goes a lot beyond: is physically realistic, and allowes landing everywhere. It aims at becoming a game focused on casual landing, among trees, rocks and buildings and so on. VID:http://youtu.be/_Af0PgrCTxo It shall be a sort of Minecraft-focused-on-aeromobilism. Simply implemented, but with many interesting features. I plan to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Lagrange_Motocross

    Lagrange_Motocross

    2D motorcycle simulator done using Lagrangian equations of motion

    2D simulation game using exlusively Lagrangian equations of motion. It's a 2D motocross game similar to X-Moto, ActionSupercross and such. Some stability issues persist but mostly it's good already. I shall compile it soon for Windows: one of the problems is that Windows compilers must periodically be reinstalled, and that's annoying. Using Lagrangians in games is not a well documented thing, but it allows to achieve exellent results in very little time, soon after a good parametrization...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    term_ CTruck3D

    term_ CTruck3D

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

    ...This is quite instructive as software, expecially if taken in conjuction with the pure X Window System version: in both cases the 3D frames representing what happens are done internally by the program, using basic concepts form 3D computational graphics. Stanrd C as all the optehr memeberso of the series. it come in 2 subversions: Linux and Windows. for the Windows version there is a ready executable too. VIDEO: http://www.youtube.com/watch?v=n_O-9EFW5zk
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Mofi manages virtual rooms in which users interact like in the real world. The virtual world is displayed directly in the browser window. Client: Flash / Server: C++
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    A small net-game with 2 teams running throught a layrinth to find the startroom of the other team. The first team in the other startroom wins. There would be features like: chat with other players, colleting points, view a lab-map, set orientationpoi
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Magic:The Gathering over LAN or Internet, alone or against another player (need IP of your opponent). The program is the judge : you play with the true rules. Firemox can also emulate another TBS. Written in Java, works on Mac, Windows and Linux.
    Downloads: 56 This Week
    Last Update:
    See Project
  • 14
    Step is an interactive physical simulation program for education. StepCore is a physical simulation library on which Step is based. Please refer to http://edu.kde.org/step for more details.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    FOTAI is a game with robots shooting at each other. The player can't control directly the robots, he has to program their artificial intelligence. Actually possible to program in C and in Python.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    sql2diagram converts sql scripts to diagrams in the XML format dia, which can be viewed and further maintained with the dia drawing program. It is a good help for the documentation of a database structure. It provides HTML output as well.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    GridRover is a simple game that can be played either by a human or a program. The object of the game is to gather items from a planetary surface to get as high a score as possible before batteries run out. Helps teach program design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    TIN is an artificial-life program running under X. TIN's are mammal lifeforms, equipped with some basic instincts and abilities, evolving in a 2D environment.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    A game in which players program and design robots to battle with each other. Based on the original Mac game by David Harris and Lucas Dixon.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    TBots is a robot battle game simulator. Each player can program his own robots A.I. and fights opponents in a maze throught tournaments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Battle Bots: program your own virtual robots to fight others and see how well they do :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Uprising is the attempt to bring a Networkable clone of the teaser Macintosh Game: "Escape Velocity" to the Open Source community. It will be re-released into open source when the first version is feature complete. Parts have been released under GPL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Perihelion is a 2D Strategy Game. You are in an asteroid which is dangerously moving close to a star. You have 30 days to earn enough money to buy a space trip ticket to another asteroid, probably farther to the star. The game will be programmed with
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Zeeble Bug is a basic A-life program designed for lava-lamp style desktop viewing of a pond filled with "bugs". It employs a simple neural networks, genes, and varied water conditions to keep the pond a shifting and evolving entity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Downlink will be a multiplayer game featuring 4 player classes (business, media, security, sysop) and in-game internet elements (chat rooms, instant messaging, WWW, newsgroups, ...) that allow for RPG like gaming (the 'internet' being how you move about).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next