Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/planimeter/game-engine-3d
Planimeter Game Engine 3D
https://github.com/planimeter/game-engine-3d
engine game game-development game-engine
Last synced: 7 days ago
JSON representation
Planimeter Game Engine 3D
- Host: GitHub
- URL: https://github.com/planimeter/game-engine-3d
- Owner: Planimeter
- License: gpl-2.0
- Created: 2022-06-07T16:37:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T22:00:58.000Z (over 1 year ago)
- Last Synced: 2024-11-23T04:22:50.429Z (2 months ago)
- Topics: engine, game, game-development, game-engine
- Language: HTML
- Homepage: https://www.planimeter.org/game-engine-3d/
- Size: 17.5 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# game-engine-3d
Planimeter Game Engine 3D## Dependencies
* [PhysicsFS 3.2.0](https://github.com/icculus/physfs/releases/tag/release-3.2.0)
* [SDL 2.26.4](https://github.com/libsdl-org/SDL/releases/tag/release-2.26.4)
* [GLM 0.9.9.8](https://github.com/g-truc/glm/releases/tag/0.9.9.8)### Vulkan® 1.3.260
* [Vulkan SDK 1.3.239.0](https://vulkan.lunarg.com/sdk/home) ([Specification](https://registry.khronos.org/vulkan/specs/1.3-extensions/html/index.html))
* [volk 1.3.215](https://github.com/zeux/volk/releases/tag/1.3.215)
* [Vulkan Memory Allocator v3.0.1](https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/releases/tag/v3.0.1)## Build
```sh
cd game-engine-3d
mkdir build
cd build
cmake ..
cmake --build . --config Release
```## License
GNU General Public License v2.0