awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to regalis11/scpcb

Open-source alternatives to Scpcb

24 open-source projects similar to regalis11/scpcb, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Scpcb alternative.

  • id-software/doom-3-bfgid-Software 的头像

    id-Software/DOOM-3-BFG

    5,325在 GitHub 上查看↗

    This repository contains the C++ game source code for a single-player first-person shooter action game. It is a software implementation of the Id Tech 4 engine, designed for 3D rendering with a focus on real-time unified lighting and geometry. The project enables the modification of core engine logic and rendering systems. It serves as a resource for classic game engine modification, first-person shooter development, and retro game preservation. The engine utilizes a unified shader pipeline and stencil shadow volumes for lighting effects, alongside BSP tree spatial partitioning for visibilit

    C++
    在 GitHub 上查看↗5,325
  • electronicarts/cnc_red_alertelectronicarts 的头像

    electronicarts/CnC_Red_Alert

    6,678在 GitHub 上查看↗

    This repository contains the original source code for a classic real-time strategy game, serving as a legacy game engine implementation for managing units, maps, and combat mechanics in a military strategy setting. It functions as a real-time strategy game source code archive intended for preservation and technical study. The codebase acts as a game modification base, allowing developers to create custom content and modifications using the original source. It provides a foundation for retro game modding and software archeology to analyze how historical game mechanics were programmed. The pro

    C++command-and-conqueropen-sourcereal-time-strategy
    在 GitHub 上查看↗6,678
  • diasurgical/devilutionD

    diasurgical/devilution

    0在 GitHub 上查看↗

    Nightly builds | Platform ---:| ---

    在 GitHub 上查看↗0
  • flibitijibibo/roguelegacy1flibitijibibo 的头像

    flibitijibibo/RogueLegacy1

    1,903在 GitHub 上查看↗

    Rogue Legacy Source Code

    C#
    在 GitHub 上查看↗1,903

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • grayj/jedi-academygrayj 的头像

    grayj/Jedi-Academy

    729在 GitHub 上查看↗

    Star Wars Jedi Knight: Jedi Academy

    C++
    在 GitHub 上查看↗729
  • grayj/jedi-outcastgrayj 的头像

    grayj/Jedi-Outcast

    313在 GitHub 上查看↗

    Star Wars Jedi Knight II: Jedi Outcast

    C++
    在 GitHub 上查看↗313
  • id-software/doomid-Software 的头像

    id-Software/DOOM

    18,936在 GitHub 上查看↗

    This project is a first-person shooter game engine and a pseudo-3D rendering engine written in C. It serves as a software framework for rendering three-dimensional environments and managing entity physics. The engine includes a networked multiplayer system designed to synchronize game state and player actions across a client-server network. It utilizes a portable codebase that allows game logic to be adapted across different operating systems and hardware architectures. Core capabilities cover 3D game engine architecture, including spatial partitioning and depth-based rendering. The system a

    C++
    在 GitHub 上查看↗18,936
  • id-software/doom-3id-Software 的头像

    id-Software/DOOM-3

    3,527在 GitHub 上查看↗

    Doom 3 GPL source release

    C++
    在 GitHub 上查看↗3,527
  • id-software/quakeid-Software 的头像

    id-Software/Quake

    5,659在 GitHub 上查看↗

    This is the original C source code for the Quake game engine, a landmark first-person shooter engine from the 1990s. It is a retro game engine that renders 3D environments and processes player input in real time using CPU-based software rendering rather than GPU acceleration. The engine supports networked multiplayer gameplay over LAN or internet connections and is designed to be moddable, allowing users to create and run custom game modifications and levels. The engine's architecture includes a Binary Space Partition tree for efficient world geometry organization and visibility determination

    C
    在 GitHub 上查看↗5,659
  • id-software/quake-2id-Software 的头像

    id-Software/Quake-2

    3,197在 GitHub 上查看↗

    Quake-2 is a game engine designed for the development of first-person shooters and the rendering of three-dimensional environments. It provides the core framework for processing real-time physics and player input within interactive 3D spaces. The engine supports software extensibility, allowing for the direct modification of source code to change gameplay mechanics and engine behaviors. This makes it a resource for retro game engineering and the study of early 3D development techniques. Its technical capabilities include vertex-based software rendering, BSP-tree spatial partitioning, and PVS

    C
    在 GitHub 上查看↗3,197
  • id-software/quake-iii-arenaid-Software 的头像

    id-Software/Quake-III-Arena

    8,053在 GitHub 上查看↗

    Quake III Arena is a first-person shooter game engine and arena combat simulator. It consists of the original C++ game source code for a cross-platform 3D game designed to run on Windows, Linux, and Mac. The project provides the source code necessary to render a first-person shooter experience, focusing on player-versus-player battles in closed 3D environments. It serves as a resource for legacy game preservation and the study of early 3D game engine construction. The engine incorporates spatial partitioning, client-side prediction, and state synchronization to manage multiplayer networking

    C
    在 GitHub 上查看↗8,053
  • id-software/wolf3did-Software 的头像

    id-Software/wolf3d

    2,501在 GitHub 上查看↗

    The original open source release of Wolfenstein 3D

    在 GitHub 上查看↗2,501
  • interrupt/delverengineI

    Interrupt/delverengine

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • jacoders/openjkJACoders 的头像

    JACoders/OpenJK

    2,173在 GitHub 上查看↗
    C++cc-plus-plusfps
    在 GitHub 上查看↗2,173
  • jmechner/prince-of-persia-apple-iijmechner 的头像

    jmechner/Prince-of-Persia-Apple-II

    6,820在 GitHub 上查看↗

    This project is a 6502 assembly language implementation of a platformer featuring running, jumping, and swordfighting, developed for the Apple II computer between 1985 and 1989. It serves as a piece of legacy retro gaming software designed to run on 8-bit hardware from the early computing era. The repository provides the assembly source code for the purpose of historical technical analysis and research. It allows for the study of original game source to perform technical analysis and historical research into early video games. The project covers domains including 6502 assembly programming, A

    Assembly
    在 GitHub 上查看↗6,820
  • keensoftwarehouse/miner-wars-2081KeenSoftwareHouse 的头像

    KeenSoftwareHouse/Miner-Wars-2081

    260在 GitHub 上查看↗

    Miner Wars 2081 Official source codes

    C#
    在 GitHub 上查看↗260
  • mangos/mangosmangos 的头像

    mangos/mangos

    3,104在 GitHub 上查看↗

    This is the master Information repository for MaNGOS

    在 GitHub 上查看↗3,104
  • mozilla/browserquestmozilla 的头像

    mozilla/BrowserQuest

    9,366在 GitHub 上查看↗

    BrowserQuest is a WebSocket multiplayer game engine and real-time state synchronization tool. It functions as a web-based game server designed to manage concurrent connections and broadcast updates to maintain a consistent shared world state between a central server and distributed web clients. The project enables real-time multiplayer gaming and browser-based game development by implementing low-latency data exchange. It focuses on game state synchronization to ensure that multiple players interacting within the same environment see the same actions and world states simultaneously. The syst

    JavaScriptabandonedunmaintained
    在 GitHub 上查看↗9,366
  • nextpeer/nextpeer-uforunNextpeer 的头像

    Nextpeer/Nextpeer-UFORUN

    64在 GitHub 上查看↗

    Full open source real-time multiplayer Cocos2D-x game! Race against your friends or random people in real-time! UFO RUN is an online real-time multiplayer game for smart phones and tablets. You can be anywhere in the world and play with many players simultaneously. Play with your friends or get matched with random players from around the world!

    C++
    在 GitHub 上查看↗64
  • nightdivestudios/shockmacNightDiveStudios 的头像

    NightDiveStudios/shockmac

    1,464在 GitHub 上查看↗

    System Shock (PowerMac version / Official GPL Release)

    C
    在 GitHub 上查看↗1,464
  • simhacker/micropolisSimHacker 的头像

    SimHacker/micropolis

    1,067在 GitHub 上查看↗

    Automatically exported from code.google.com/p/micropolis

    C
    在 GitHub 上查看↗1,067
  • aquariaose/aquariaAquariaOSE 的头像

    AquariaOSE/Aquaria

    322在 GitHub 上查看↗

    Aquaria open source, forked from icculus.org due to inactivity. Has many enhancements compared to the original version.

    C
    在 GitHub 上查看↗322
  • ttimo/doom3.gplTTimo 的头像

    TTimo/doom3.gpl

    4,621在 GitHub 上查看↗

    This project is a high-performance 3D game engine implementation written in C++. Its primary purpose centers on game engine development and retro game preservation, allowing for the study and compilation of original source code from a classic title. The engine utilizes a custom asset pipeline that integrates 3D models and scene data from Maya via a specialized export plugin. It is designed to be compiled across Windows, Linux, and macOS through a platform-specific build abstraction. Technical capabilities cover real-time OpenGL rendering, state-based game logic, and binary resource packaging

    C++
    在 GitHub 上查看↗4,621
  • descentdevelopers/descent3DescentDevelopers 的头像

    DescentDevelopers/Descent3

    2,996在 GitHub 上查看↗

    Descent 3 by Outrage Entertainment

    C++
    在 GitHub 上查看↗2,996