2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-05 14:33:28 +00:00
2016-03-04 18:50:38 -10:00
2016-03-04 13:04:53 -10:00
2016-03-04 15:30:22 -08:00
2016-03-04 17:34:27 -10:00
2016-03-04 17:58:44 -10:00
2016-03-04 18:50:38 -10:00
2016-03-04 13:04:53 -10:00
2016-01-15 13:35:59 -10:00
2016-03-04 09:25:39 -10:00
2016-03-04 17:34:27 -10:00
2016-01-05 09:17:34 -10:00
2016-03-04 18:48:14 -10:00
2015-12-13 11:01:32 -10:00

URDE

Status: Extract Only

Download

Precompiled builds are available at https://github.com/AxioDL/urde/releases

Platform Support

  • Windows 7+ (64-bit support only)
  • Mac OS X 10.9+
  • Linux (with recent udev, xcb, xinput, glx)
  • [Coming Soon] FreeBSD

Build Prerequisites:

Build Directions (Release)

make

git clone https://github.com/AxioDL/urde.git
mkdir urde-build
cd urde
git submodule update --init --recursive
cd ../urde-build
cmake -DCMAKE_BUILD_TYPE=Release ../urde
make

Visual Studio

Using Git Shell with GitHub for Windows

git clone https://github.com/AxioDL/urde.git
mkdir urde-build
cd urde
git submodule update --init --recursive
cd ../urde-build
cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE=Release ../urde

Then open urde.sln

Description
Data interchange, editor suite, and runtime re-implementations for games by Retro Studios
Readme MIT 53 MiB
Languages
C++ 94.2%
C 4.5%
CMake 1.2%