[go: up one dir, main page]

Showing 30 open source projects for "qr code studio"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Manage and optimise Google, Facebook and Microsoft Ads faster and gain a competitive advantage with our digital advertising platform. Icon
    Manage and optimise Google, Facebook and Microsoft Ads faster and gain a competitive advantage with our digital advertising platform.

    Smarter, more effective advertising

    Slash the time it takes to manage and optimize your Google, Microsoft Advertising or Facebook Ads campaigns to just minutes a day. Adzooma's AI and machine learning based PPC platform offers stress free campaign management, state of the art 24/7 optimization and advanced automation, all in a simple to use interface. Scan for 50+ improvement 'opportunities', many of which can be actioned with a single click, track PPC performance and highlight over/under spending to improve your quality score, conversions and ROI. These trying times are tough for all. So we're giving away our whole award-winning platform for free until June 1st 2020. That's automated PPC ads, one-click optimisations, and world-class reporting - at zero cost. No strings attached. No credit card required.
    Free until June 1st 2020
  • 1
    Command & Conquer Remastered Collection

    Command & Conquer Remastered Collection

    Command & Conquer: Remastered Collection

    The CnC_Remastered_Collection repository publishes source code for key parts (e.g. TiberianDawn.dll, RedAlert.dll, and the map editor) of the Command & Conquer Remastered Collection, enabling modding and transparency. This open code release supports the Steam Workshop, mod creation, and community enhancements. The quickest way to build all configurations in the project is open CnCRemastered.sln in Microsoft Visual Studio (we recommend using 2017 as later versions report an error due to a packing mismatch with the Windows SDK headers) and select “Build” from the toolbar, then select “Batch Build”. ...
    Downloads: 28 This Week
    Last Update:
    See Project
  • 2
    Pinta

    Pinta

    Simple GTK# Paint Program

    Pinta is a free, open-source program for drawing and image editing. Its goal is to provide users with a simple yet powerful way to draw and manipulate images on Linux, Mac, Windows, and BSD. Use easy drawing tools to draw freehand, lines, rectangles, ellipses, and more. Pinta includes over 35 adjustments and effects for tweaking your images. Use Pinta in your language. Pinta is at least partially translated into over 55 languages. Don't be afraid to experiment, Pinta tracks your full history...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 3
    Flax Engine

    Flax Engine

    Flax Engine, multi-platform 3D game engine

    The most agile game engine is now available. Full source code. Full power. Fully featured. Flax Engine is a high-quality modern 3D game engine written in C++ and C#. From stunning graphics to powerful scripts - Flax can give everything for your games. Designed for fast workflow with many ready-to-use features waiting for you right now. Flax Visual Studio extension provides better programming workflow, C# scripts debugging functionality, and allows to attach to running engine instance to debug C# source. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Stride

    Stride

    Stride (formerly Xenko), a free and open-source cross-platform C# game

    ...Stride offers a comprehensive toolchain: an editor for scene building, asset management, a rendering pipeline with physically-based rendering (PBR), and support for advanced graphics features such as real-time reflections, post-processing effects, and complex materials (skin, hair, cloth, etc.). Because it’s built on modern C# and .NET, developers can take advantage of modern language features (C# 14, .NET 10), tooling (Visual Studio, VS Code, Rider), and long-term maintainability. The engine supports cross-platform development: you can build for desktop, mobile, or VR, and target multiple operating systems. Stride is modular and customizable: you can tailor rendering, physics, scripting, and other subsystems to suit your game’s needs.
    Downloads: 2 This Week
    Last Update:
    See Project
  • DeskTime is a cloud-based time tracking software Icon
    DeskTime is a cloud-based time tracking software

    DeskTime is best for medium to large companies, as well as freelancers who want to boost productivity without overworking.

    DeskTime is a high-performance, automated time tracking and workforce management solution for teams and freelancers. It runs silently in the background, logging computer activity from the moment of boot-up to ensure 100% accurate data without the need for manual timers.
    Learn More
  • 5
    FNA

    FNA

    Accuracy-focused XNA4 reimplementation for open platforms

    ...We want to reproduce XNA as it was made by Microsoft, while providing an experience that feels "at home" on all of our target platforms. We don't use game-specific hacks in our code: either we do it right or we don't do it at all. Because our platform focus is exclusively on fully open platforms, our primary focus is on the desktop.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    osu!framework

    osu!framework

    A game framework written with osu! in mind.

    A game framework written with osu! in mind. If you are interested in creating a project using the framework, please start from the getting started wiki resources (or jump straight over to the project templates). You can either start off from an empty project, or take a peek at a working sample game. Either way, full project structure, cross-platform support, and a testing setup are included! This framework is intended to take steps beyond what you would normally expect from a game framework....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    3DWorld

    3DWorld

    3D Procedural Game Engine Using OpenGL

    3DWorld is a cross-platform OpenGL-based 3D Game Engine that I've been working on since I took the CS184 computer graphics course at UC Berkeley in 2001. I converted the project from svn to git at commit 6607. Most of the code is written in C++, with GLSL for shaders. This is intended to be a cross-platform project. Microsoft Visual Studio 2019 and 2022 project files are included. A linux/gcc makefile is also included, but is more experimental. See README.linux for more details. The project should build under gcc on linux with some work, but it's been a while since I tried this. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Roblox FPS Unlocker

    Roblox FPS Unlocker

    FPS Unlocker for Roblox

    ...For reasons unbeknownst to me, 32-bit builds of RFU garner many more false positive detections than 64-bit builds and are no longer included in new releases. If you don't trust me, feel free to download the repository, review the source code, and compile the project yourself with Visual Studio 2019. Otherwise, add an exception to your anti-virus for rbxfpsunlocker.exe (or the folder it is in).
    Downloads: 1,687 This Week
    Last Update:
    See Project
  • 9
    Triangle Peg Game

    Triangle Peg Game

    This is a Windows program that you can play the Triangle peg game.

    ...If you want to see the winning solutions for the game, download TriQGameSolutions.zip. There are several solutions that are based on where the empty pin is when the game is started. This is a Visual Studio C# program that plays the game. Download TriQGameSourceCode.zip if you want to view the source code. There is also a C# program that I wrote to find winning solutions. Download TriQGameSolverSourceCode.zip if you want to use this. See the Wiki if you are having download or running program problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Apple Device Management and Security Platform Icon
    The Apple Device Management and Security Platform

    For IT teams at organizations that run on Apple

    Achieve harmony across your Apple device fleet with Kandji's unmatched management and security capabilities.
    Learn More
  • 10
    Hi-Q Game

    Hi-Q Game

    This is a Windows computer program that you can play the Hi-Q peg game

    ...If you want to see the winning solutions for the game, download HiQGameSolutions.zip. There are several solutions that are based on where the empty pin is when the game is started. This is a Visual Studio C# program that plays the game. Download HiQGameSourceCode.zip if you want to view the source code. There is also a C++ program that I wrote to find winning solutions. Download HiQGameSolverSourceCode.zip if you want to use this. In 1974 in college, I wrote a Fortran program to find the solution to win the game, but the mainframe was not fast enough to find a solution for the game. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Roblox FPS Unlocker
    ...This is because RFU is making changes to Roblox processes for its work. Builds for 32-bit systems cause significantly more false positives, so their support has been discontinued. You can independently check the source code and build the project in Visual Studio 2019 or add a file. rboxfpsunlock.msi to the exclusion of your antivirus.
    Leader badge">
    Downloads: 15 This Week
    Last Update:
    See Project
  • 12
    Kubok16

    Kubok16

    Kubok16 is a math puzzle similar to Sudoku.

    ...The program can be used to create new games. The program can solve solutions to any Kubok16 game no matter how difficult. The program tests every possible combination. Source code Visual Studio C# form program. If you are interested in math, try my "Surface Explorer 3D" program: https://sourceforge.net/projects/surfx3d/ V2.0 Sept 26, 2024 1) added user manual 2) more error testing 3) generate game 1 solution only
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Delphi : VRCalc++ and more Binary Exec

    Delphi : VRCalc++ and more Binary Exec

    Delphi Java - VRCalc++ OOSL (Script) and + (Binary Exec Distro)

    Vincent Radio {Adrix.NT} Embarcadero : Delphi : Executable Binaries Delphi : VRCalc++ Object Oriented Scripting Language : Engine + Ext Libraries VRCalc++ OOSL Visual Stage Project : VCL & FMX (FireMonkey) VRCalc++ Script Executor: - VCL Console - Terminal Console - FMX Console + VRCalc++ OOSL : VR System Scripted Standard Runtime Library Delphi Applics - VR Multi Editor : Smart Text Editor - VR Lazy Code Editor : Smart RTF Multi Lang Code Text Editor - VR Astro Vision...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    Nimzo-3d-Chess-GUI

    Nimzo-3d-Chess-GUI

    A free Chess program for Windows with a large set of features

    ...It has a choice of a classical 2d screen view or realistic 3d graphics powered by DirectX Anyone who wants to add new features to the program should download the file < Nimzo_3d_v4_build.7z> from the < Files > < Build> section. This package contains Visual Studio project files and C++ source code files. Alternative Nimzo 3d Chess GUI website with other downloads, including 32-bit versions - https://nimzo-3d-chess-gui.infinityfreeapp.com
    Downloads: 12 This Week
    Last Update:
    See Project
  • 15
    nunuStudio

    nunuStudio

    Web powered cross-platform 3D, WebXR game engine

    nunuStudio is an open-source editor + game development environment — a “studio” rather than just a library — designed to let developers create interactive 2D and 3D content through a user-friendly interface. It provides visual tools for scene editing, asset management, materials, and possibly scripting, aiming to reduce the friction of hand-coding every aspect from scratch. As an accessible entrypoint to game or interactive content creation, nunuStudio is well-suited for artists, designers,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Scrolling Game Development Kit 2
    All-in-one program for creating 2D scrolling games. Compile your games into stand-alone .NET executables or customizable C# source code. The IDE and framework are build on OpenTK, which wraps OpenGL, so generated games can be cross-platform.
    Leader badge">
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    OneOver

    OneOver

    One Shooter, Overblown, An Asteroids-esque game that never ends.

    Made with GameMaker: Studio, OneOver simplifies gaming to its bare essentials while adding a little kick/punch in the process. Nothing fancy here, just plain old-school gaming. Game Engine - GameMaker: Studio 1.4... SFX - bfxr.net [evolution.voxeo.com] Font - Visitor / dafont.com Graphics & Coding - Allan Grzicic v1.4.1.1 [Numbers 1.0] (Released Aug 31, 2017) - Letters changed to numbers (counting forwards and backwards from 0-40) v1.4.1.1 [English Alphabet 1.1] (Released Aug 31, 2017) - Sprites and objects removed for letters (obj_eab, obj_eas, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    cgSudoku

    Sudoku engine for .NET 4.0 and up

    ...Source is currently being developed in Visual Studio 2015, although it does not rely heavily on C# 6.0 features and could probably be converted to an earlier version with little trouble. External references include NUnit 2.6.4 and Moq 4.2 (used in the test library projects only) and Ninject 3.2 (could be written out easily).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    XVR Developer Studio
    The new XVR Developer Studio is based on Eclipse. It allows to create and manage XVR projects, to author s3d and glsl code, to compile, debug and execute scripts in an HTML page. Currently only for Windows user. It needs an installed JRE >= 1.6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    2048 in Prompt Window

    2048 in Prompt Window

    ...-in Main Menu- Ex. write 2 for 5x5 game and then press enter. -Controls- Arrow Keys : Slide U : Undo N : New Game I DON'T TAKE ANY RESPOSIBLITY OF ANY DAMAGE OR DATA LOSS. -Based on 1024 by Veewo Studio and conceptually similar to Threes by Asher Vollmer. ( Note: Source code and program are in Turkish language ! )
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    This project exists as an archive for Crack.com's 3D FPS/Strategy/RPG game called Golgotha. Shortly after C.c's demise, a small band of developers attempted to bring the game to completion. Here lies their code too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Console Grapher

    Console Grapher

    Graphing calculator within the Windows desktop console

    ...If you know coding, be sure to check out the source code, which is in the form of a zipped-up Visual Studio solution. If you would like to import some of the functions into your own project, the code is free to be used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    .Net FastDL Server

    A FastDL Server for Counter Strike in C#

    A very simple but effective FastDL Server for Counter Strike that allows your game server clients to download your server content from a HTTP service.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    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 velocity texture is run through an HLSL shader to update the velocities, and then the same sort of thing occurs for the position texture. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CDIV GAMES STUDIO

    CDIV GAMES STUDIO

    C/C++ Programing with ALLEGRO 4.2.2 - Win32/64 - LINUX - MACOSX

    CDIV GAMES STUDIO is a programming environment for multimedia applications mostly games using the power of the C/C++ and the graphics library ALLEGRO two are combined in the library CDIV that provides a parallel processing system based on processes style DIV2. Each process is an independent, each running a separate code to other processes and can be assigned graphics, rotation angles, execution priority, etc ...
    Downloads: 18 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next