Showing 109 open source projects for "qt-eclipse-integration"

View related business solutions
  • Streamline Azure Security with Palo Alto Networks VM-Series Icon
    Streamline Azure Security with Palo Alto Networks VM-Series

    Centrally manage physical and virtualized firewalls with Panorama

    Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
    Learn more
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 1
    Sudoku for Eclipse

    Sudoku for Eclipse

    A free and open source sudoku game for addicts to newbies

    ...S4E generates endless new grids and may help you to solve them. Play with figures, letters or images, on smaller or bigger grids, play on easy or tricky level... S4E run on Windows and Linux. For Eclipse maniacs it’s available as a plugin for Eclipse. It’s pure Java and of course it’s free. Keywords: free sudoku solver game windows Linux download
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ChessX

    ChessX

    Chess Database and PGN viewer

    A free and open source chess database application for Linux, Mac OS X and Windows.
    Leader badge
    Downloads: 412 This Week
    Last Update:
    See Project
  • 3
    Gambit

    Gambit

    A cross-platform chess game.

    Gambit is a cross-platform chess game. There are binaries for Windows users. Users of Unix-like operating systems can check the web site for build instructions (it should be easy to follow).
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    Pentobi

    Pentobi

    computer opponent for the board game Blokus

    Pentobi is a computer opponent for the board game Blokus.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 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
  • 5
    Scrabble3D
    <b>The project is continued at https://github.com/Scrabble3D. Find the latest program version under Binaries.</b> Scrabble3D is a highly customizable Scrabble game that not only supports Classic Scrabble and Superscrabble but also 3D games and own boards. You can play local against the computer or connect to a game server to find other players.
    Downloads: 77 This Week
    Last Update:
    See Project
  • 6
    Admiral Down Modern Navy

    Admiral Down Modern Navy

    Battleship Game for Debian Linux Systems

    A battleship game enhanced with effects and musics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ChessMD

    ChessMD

    ChessMD is a Qt-based chess game viewer with engine analysis

    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Demli Tavla

    Demli Tavla

    Turkish Traditional Backgammon Game

    This is a traditional backgammon game developed in Turkish. The visuals, icons, etc. used in the game are my personal work. Some externally used audio files are in the public domain. The files "mirkelam_tavla.mp3" and "mirkelam_win.mp3," converted from MIDI files, are processed fake versions of clipped audio from the song "Tavla (backgammon)" by Turkish pop artist Mirkelam. The game mimics the traditional backgammon game. The game engine consists of a main Python code (tavla.py) and two...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    QMines

    QMines

    Qt-based Minesweeper with different backgrounds (and music for PC)

    Кроссплатформенный Сапёр, созданный при помощи фреймворка Qt с различными фонами, звуками и фоновой музыкой. Фоновая музыка доступна только для персональных компьютеров (GNU/Linux и Windows). Версия для Android отлично подойдёт для коротания времени в дороге.
    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.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    GURRR

    GURRR

    The Royal Game of Ur (aka The Game of 20 Squares)

    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    QtChess
    QtChess is a peer-to-peer chess program sporting a Qt/OpenGL interface. Please download releases at https://github.com/textbrowser/qtchess/releases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ChessTask is a frontend for easily creating chess tasks with LaTeX. The tasks are stored in a list which can be exported, either to a LaTeX input file, or to HTML files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    glparchis

    glparchis

    Parchis Game in OpenGL. GPL.

    Parchis Game in OpenGL. It has GPL license. There are Linux and Windows versions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    PacmaniaQt

    PacmaniaQt

    Classic pac-man on Qt with pure C++.

    It is based on the "Pacman_Qt" project (https://sourceforge.net/projects/pacmanlike/).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    Path Finder Qt

    finds the sortest path on the square board. GUI is implemented in Qt.

    ...It searches the shortest path between source piece and target piece on the rectangular board. On the board the obstacles (wall) can be constructed. In addition to the algorithm, the GUI is provided. The GUI is written in Qt. Using the GUI, one can construct and move interactively the obstacles on the board. For every modification of the board, the shortest path is calculated automatically. Some statistics related to A* algorithm are presented as well. This project is related to my other projects located at sourceforge as well: https://sourceforge.net/projects/a-star/ https://sourceforge.net/projects/shortest-path-graph-a-star/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Peg Solitaire
    Peg solitaire is a board game for one player involving movement of pegs on a board with holes. The program includes over 330 solitaire problems. The program looks for new solutions and it is possible to raise new problems.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 17

    A star

    it is an implementation of A* algorithm with examples of its usage.

    ...My implementation is provided with various interesting applications, i.e. 15 puzzle. This project is related to my other projects located at sourceforge as well: https://sourceforge.net/projects/path-finder-qt/ https://sourceforge.net/projects/shortest-path-graph-a-star/ For detail of A* algorithm see wiki page: https://en.wikipedia.org/wiki/A*_search_algorithm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    BagaturChess

    BagaturChess

    Java Chess Engine

    This is UCI Chess Engine writen in Java. Since version 1.4 (inclusive) the project was moved to https://github.com/bagaturchess/Bagatur
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ImagePro

    ImagePro

    PNG image processing

    Created by Shuai W. with QT Creator (C++) - PNG processor - color calibration - HSV colors - Make image profile and save profile - Binning, Offset, Gray scale and Cropping - Image drifting! (setup the drifting timer and pixelwidth) - Generate chess pattern with wanted colors and offset of positions Have fun :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    the Autoblokus project

    Blokus Duo algorithms

    Autoblokus is a free framework which allows developping programs for the game "Blokus Duo". It contains all needed algorithms to manipulate pieces, boards, players, strategies... With Autoblokus, you can develop a program that play Blokus Duo, choose and/or implement the strategy of the computer, etc. The Autoblokus project consists in : 1) developping the framework to have the best possible algorithms and strategies, and 2) developping test-based and/or GUI applications playing against...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Conway's Game of Life

    Conway's Game of life cross-platform implementation.

    Conwlife is a Game of life implementation. Game of life is a popular mathematics game that was invented by John H. Conway in 1970. It's have very simple rules which lead to the creation of beautiful and amazing patterns. Android version https://play.google.com/store/apps/details?id=com.abtimal.conwaysgameoflife
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    q2048

    Cross platform Qt4 implementation of popular puzzle game

    Cross platform Qt4 implementation of popular puzzle game
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    LuckyWords

    LuckyWords

    A classic word guessing game

    LuckyWords is an open-source classic word guessing game loosely based on 'Hangman' and 'Wheel of Fortune'. It is targeted for Linux and the KDE desktop, though in principle, as a Python application it is platform independent. LuckyWords depends on Python 3 and PyQt4 and is released under the terms of GPL 3.0. For further information, visit the wiki or our website at www.casualcoding.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Maxit
    Maxit is a single-player puzzle game. The NxN board contains N^2 randomly-placed integers ranging from 1 to N^2. A player must select a piece that belongs to the same row or column as the opponent's previously-selected piece. The official source repository is located at https://github.com/textbrowser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Virtual Chess Clock

    Virtual Chess Clock

    A simple and free chess clock software.

    Virtual Chess Clock is a chess clock software: it can be used to simulate a chess clock on computer (typically a laptop). Virtual Chess Clock is designed to be easy to use. It is free, open-source and multi-platform.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB