All Projects → Librelancer → Librelancer

Librelancer / Librelancer

Licence: mit
A re-implementation of Freelancer

Projects that are alternatives of or similar to Librelancer

Openage
Free (as in freedom) open source clone of the Age of Empires II engine 🚀
Stars: ✭ 10,712 (+3435.31%)
Mutual labels:  clone, game, engine, opengl
Expo Crossy Road
🐥🚙 Crossy Road game clone made in Expo (iOS, Android, web), THREE.js, Tween, React Native. 🐔
Stars: ✭ 701 (+131.35%)
Mutual labels:  clone, game, opengl
Opentomb
An open-source Tomb Raider 1-5 engine remake
Stars: ✭ 1,035 (+241.58%)
Mutual labels:  clone, game, engine
Diablerie
Diablo 2 reimplementation on unity
Stars: ✭ 363 (+19.8%)
Mutual labels:  clone, game, engine
Rubeus
A cross platform 2D game engine written in C++ for beginners
Stars: ✭ 159 (-47.52%)
Mutual labels:  game, engine, opengl
Exengine
A C99 3D game engine
Stars: ✭ 391 (+29.04%)
Mutual labels:  game, engine, opengl
Glumpy
Python+Numpy+OpenGL: fast, scalable and beautiful scientific visualization
Stars: ✭ 882 (+191.09%)
Mutual labels:  game, engine, opengl
Voxelman
Plugin-based client-server voxel game engine written in D language
Stars: ✭ 105 (-65.35%)
Mutual labels:  game, engine, opengl
Ore Infinium
Ore Infinium, Open Source multiplayer Terraria-inspired Sci-fi game, focused on technology, devices and researching. Written in Kotlin (JVM), LibGDX. Cross platform
Stars: ✭ 139 (-54.13%)
Mutual labels:  game, opengl, mit-license
Engine
A basic cross-platform 3D game engine
Stars: ✭ 208 (-31.35%)
Mutual labels:  game, engine, opengl
Clash Royale Clone
A Unity clone of Supercell's Clash of Clans spin-off mobile game Clash Royale with possibly some twists.
Stars: ✭ 43 (-85.81%)
Mutual labels:  clone, game
Julius
An open source re-implementation of Caesar III
Stars: ✭ 1,353 (+346.53%)
Mutual labels:  clone, game
Expo Stack
🎮🧱 stack game clone made in expo (ios, android, web), three.js, react native
Stars: ✭ 34 (-88.78%)
Mutual labels:  clone, game
Urde
Data interchange and engine re-implementation for games by Retro Studios | Mirror
Stars: ✭ 253 (-16.5%)
Mutual labels:  game, opengl
Flingengine
A Vulkan game engine with a focus on data oriented design
Stars: ✭ 239 (-21.12%)
Mutual labels:  game, engine
Klooni1010
libGDX game based on the original 1010!
Stars: ✭ 163 (-46.2%)
Mutual labels:  clone, game
Tinyengine
Tiny OpenGL Wrapper / 3D Engine in C++
Stars: ✭ 251 (-17.16%)
Mutual labels:  engine, opengl
OpenNefia
(Archived) Moddable engine reimplementation of the Japanese roguelike Elona.
Stars: ✭ 103 (-66.01%)
Mutual labels:  clone, engine
Bansheeengine
Modern C++14 game engine with Vulkan support, fully featured editor and C# scripting
Stars: ✭ 2,906 (+859.08%)
Mutual labels:  engine, opengl
Kam remake
"KaM Remake" is an RTS game remake written in Delphi from scratch.
Stars: ✭ 277 (-8.58%)
Mutual labels:  game, opengl

Librelancer

A re-implementation of the 2003 Space Game Freelancer in C# and OpenGL.

Currently running on Windows and Linux (macOS pending maintainer) Pull Requests are welcome!

Support Librelancer on Patreon: https://www.patreon.com/librelancer

Build Status

Name Status
Windows x86/x64 Build status
Linux amd64 Build Status

Download daily builds from https://librelancer.net/downloads.html

General Requirements

  • GPU must be capable of OpenGL 3.1+
  • A Freelancer installation (Vanilla recommended, some mods may work)

Build Instructions

Windows

Prerequisites:

  • 64-bit Windows 7 or newer
  • Visual Studio 2019 with:
    • .NET 5.0 SDK
    • Desktop C++ Development Workflow
  • CMake

Steps:

  1. Clone this repository with all submodules (Visual Studio's Team Explorer, Git bash, etc.)
  2. Run build.ps1 in Powershell. (Can be launched from cmd by powershell -File .\build.ps1)

Powershell security issues can be troubleshooted here.

Linux

Prerequisites:

  • .NET 5.0 SDK
  • SDL2
  • OpenAL
  • gcc and g++
  • CMake
  • Pango

Steps:

  1. Clone this repository with git clone --recursive https://github.com/Librelancer/Librelancer
  2. Run build.sh

Screenshots

See: https://librelancer.net/screenshots.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].