AdaDoom3

所属分类:GPU/显卡
开发工具:Ada
文件大小:207743KB
下载次数:0
上传日期:2023-03-29 21:44:41
上 传 者sh-1993
说明:  Id-Software的Id-tech-4-BFG,采用Ada编程语言。
(Id Software s Id-tech-4-BFG in the Ada programming language.)

文件列表:
Engine (0, 2023-03-30)
Engine\Assembly (0, 2023-03-30)
Engine\Assembly\PPC (0, 2023-03-30)
Engine\Assembly\PPC\neo-engine-cpu.adb (1855, 2023-03-30)
Engine\Assembly\x86-64 (0, 2023-03-30)
Engine\Assembly\x86-64\neo-engine-cpu.adb (27902, 2023-03-30)
Engine\Runtime (0, 2023-03-30)
Engine\Runtime\a-comutr.adb (76878, 2023-03-30)
Engine\Settings (0, 2023-03-30)
Engine\Settings\Debugging-No (0, 2023-03-30)
Engine\Settings\Debugging-No\is_debugging.adb (1874, 2023-03-30)
Engine\Settings\Debugging-Yes (0, 2023-03-30)
Engine\Settings\Debugging-Yes\is_debugging.adb (1873, 2023-03-30)
Engine\Shaders (0, 2023-03-30)
Engine\Shaders\test.frag (1612, 2023-03-30)
Engine\Shaders\test.vert (655, 2023-03-30)
Engine\Systems (0, 2023-03-30)
Engine\Systems\SDL (0, 2023-03-30)
Engine\Systems\SDL\.#neo-engine-import.adb# (0, 2023-03-30)
Engine\Systems\SDL\neo-engine-system-console.adb (5403, 2023-03-30)
Engine\Systems\SDL\neo-engine-system.adb (12728, 2023-03-30)
Engine\Systems\Win32 (0, 2023-03-30)
Engine\Systems\Win32\neo-engine-system-console.adb (34300, 2023-03-30)
Engine\Systems\Win32\neo-engine-system.adb (53810, 2023-03-30)
Engine\main.adb (10758, 2023-03-30)
Engine\neo-api-openal.ads (112279, 2023-03-30)
Engine\neo-api-opus.ads (34131, 2023-03-30)
Engine\neo-api-physx.ads (62952, 2023-03-30)
Engine\neo-api-sdl.ads (2119, 2023-03-30)
Engine\neo-api-vulkan.adb (18960, 2023-03-30)
Engine\neo-api-vulkan.ads (351068, 2023-03-30)
Engine\neo-api-windows.ads (82025, 2023-03-30)
Engine\neo-api-zdelta.ads (11157, 2023-03-30)
Engine\neo-api-zstandard.ads (12485, 2023-03-30)
Engine\neo-api.ads (1852, 2023-03-30)
Engine\neo-core-arrays.adb (2806, 2023-03-30)
Engine\neo-core-arrays.ads (21536, 2023-03-30)
Engine\neo-core-compression.adb (11598, 2023-03-30)
Engine\neo-core-compression.ads (2374, 2023-03-30)
... ...

AdaDoom3 ======== ![screenshot](https://raw.githubusercontent.com/AdaDoom3/AdaDoom3/master/Object/EP2PUGuX0AA2Pz_.jpg) [![Join the chat at https://gitter.im/AdaDoom3/Lobby](https://badges.gitter.im/AdaDoom3/Lobby.svg)](https://gitter.im/AdaDoom3/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) NOTE: THIS PROJECT IS MOSTLY INCOMPLETE The aim of Ada Doom3 is to re-engineer the id-tech 4 engine with a clear dependency hierarchy, and robust tasking systems. Planned Features: - Load and play doom 3 bfg levels - Load Valve map workshop levels - Native ports for Windows and SDL - Input support for XBox 360 controllers - Multi-monitor windowing - Threaded rendering with Vulkan - Responsive multi-player - Steam support for user accounts and achievements ## Compiling To compile with GPRBuild: `gprbuild -p -P neo.gpr ` Or the Gnat Programming Studio IDE may be used by simply double clicking on the project file neo.gpr once it is installed: http://libre.adacore.com/download/ To compile with GPS click the build-all hammer button after ensuring the scenario drop boxes from the View > Scenario menu are correct. After successfully compiling press play to run. ## Using Git Github's tutorial on installing and using commandline git: https://help.github.com/categories/54/articles Frequent commands: `git init` `git config --global user.email ""` `git config --global user.name ""` `git remote add origin https://github.com/AdaDoom3/AdaDoom3.git` `git pull origin master` `git pull origin branch` `git commit -am ''` `git push origin master` `git push origin master:branch` ## Contributing Begin adding Linux/Mac support by implementing stubbed functions/subprograms ## Getting Started To begin developing for AdaDoom3, first examine all of the “base” system and foundation components in the /Code directory. Each package in this folder (as all packages in Ada) consists of a specification (ads) and a body file (adb). For clarity, everything but subprogram, package, protected type, and task bodies are placed in the specification (including global variables and private function prototypes) allowing an entire overview of user-important information in one file. More to come... ## Design

近期下载者

相关文件


收藏者