Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alanedwardes/ae-proto-engine
Prototype networked game engine written in C++.
https://github.com/alanedwardes/ae-proto-engine
Last synced: 1 day ago
JSON representation
Prototype networked game engine written in C++.
- Host: GitHub
- URL: https://github.com/alanedwardes/ae-proto-engine
- Owner: alanedwardes
- Created: 2014-02-09T16:01:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-23T20:13:14.000Z (over 10 years ago)
- Last Synced: 2023-03-12T23:25:26.496Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 13.1 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ae-proto-engine
===============Prototype networked game engine written in C++:
* Cient/server networked architecture
* Physics simulation with Box2D
* Renderer written with SFML
* Levels described with regular JSON![Screenshot of the engine running.](screenshot.png)
Requirements
---------------
* CMake - available at http://www.cmake.org/
* Visual Studio 2013 (for Windows)Compilation on other platforms will require link libraries to be recompiled - currently only Windows libraries are included.