All Projects → plowteam → Donut

plowteam / Donut

Licence: gpl-3.0
Open source reimplementation of The Simpsons: Hit & Run

Projects that are alternatives of or similar to Donut

Openmw
OpenMW is an open-source open-world RPG game engine that supports playing Morrowind. Main repo and issue tracker can be found here: https://gitlab.com/OpenMW/openmw/
Stars: ✭ 4,017 (+2144.13%)
Mutual labels:  open-source, foss
Fos Proposals
💝 🐧 Archive of GSoC proposals
Stars: ✭ 266 (+48.6%)
Mutual labels:  open-source, foss
Expressionengine
ExpressionEngine is a flexible, feature-rich, free open-source content management platform that empowers hundreds of thousands of individuals and organizations around the world to easily manage their web site.
Stars: ✭ 309 (+72.63%)
Mutual labels:  open-source, foss
Maintainers Guide To Staying Positive
Don't let the trolls get you down! Use this as a reference to avoid open-source burnout and keep doing what you love: writing code! Contributions and any kind of improvements are very welcome!
Stars: ✭ 507 (+183.24%)
Mutual labels:  open-source, foss
Android Foss
A list of Free and Open Source Software (FOSS) for Android – saving Freedom and Privacy.
Stars: ✭ 832 (+364.8%)
Mutual labels:  open-source, foss
Foss Android
List of free and open-source alternatives to proprietary Android apps.
Stars: ✭ 59 (-67.04%)
Mutual labels:  open-source, foss
Openpolice Platform
An open source web publishing platform for police forces.
Stars: ✭ 15 (-91.62%)
Mutual labels:  open-source, foss
Fortune Mod
Implementation of the Unix fortune command for displaying a random quotation, for Linux and other systems.
Stars: ✭ 156 (-12.85%)
Mutual labels:  open-source, foss
Smartthingspublic
SmartThings open-source DeviceTypeHandlers and SmartApps code
Stars: ✭ 2,201 (+1129.61%)
Mutual labels:  open-source
Immutadot
immutadot is a JavaScript library to deal with nested immutable structures.
Stars: ✭ 173 (-3.35%)
Mutual labels:  open-source
Airbyte
Airbyte is an open-source EL(T) platform that helps you replicate your data in your warehouses, lakes and databases.
Stars: ✭ 4,919 (+2648.04%)
Mutual labels:  open-source
Wiki
Wiki.js | A modern and powerful wiki app built on Node.js
Stars: ✭ 14,985 (+8271.51%)
Mutual labels:  open-source
Crawler Commons
A set of reusable Java components that implement functionality common to any web crawler
Stars: ✭ 173 (-3.35%)
Mutual labels:  open-source
Swifthub
GitHub iOS client in RxSwift and MVVM-C clean architecture
Stars: ✭ 2,330 (+1201.68%)
Mutual labels:  open-source
Python Quarantine Projects
Here we are going to make some python projects during Quarantine time
Stars: ✭ 175 (-2.23%)
Mutual labels:  open-source
Fundamental Vue
Vue.js components implementation of Fundamental Library Styles guidelines. The library is aiming to provide a Vue.js implementation of the components designed in Fundamental Library Styles.
Stars: ✭ 169 (-5.59%)
Mutual labels:  open-source
Copyright Header
© Copyright Header is a utility to manipulate software licenses on source code.
Stars: ✭ 168 (-6.15%)
Mutual labels:  open-source
Quick.db
An easy, open-sourced, Node.js database designed for complete beginners getting into the concept of coding.
Stars: ✭ 177 (-1.12%)
Mutual labels:  open-source
Recent slam research
Track Advancement of SLAM 跟踪SLAM前沿动态【2021 version】
Stars: ✭ 2,387 (+1233.52%)
Mutual labels:  open-source
React Native Dribbble App
Dribbble app built with React Native
Stars: ✭ 2,019 (+1027.93%)
Mutual labels:  open-source

donut

GitHub Stars Discord chat License

donut is an open source reimplementation of The Simpsons: Hit & Run written in modern C++ and modern OpenGL.

You still need to have the original game assets in order to use this.


Building

Clone the code using: git clone --recursive https://github.com/plowteam/donut.git

The simplest way to obtain all the required dependencies is through vcpkg.

PS> .\vcpkg install sdl2 bullet3 openal-soft fmt
Linux:~/$ ./vcpkg install sdl2 bullet3 openal-soft fmt

If you don't want to use vcpkg; CMake will fallback on installed system dependencies, or manually specified package directories.

Windows

You can either:

  1. Open the donut folder directly in Visual Studio.
  2. Or generate project files with the following:
cd donut
cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows

Linux

Note: These instructions are for Ubuntu, but can be easily applied to other distros.

Ensure you have dependencies first

sudo apt install cmake
cd donut
cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux
cmake --build build -j 5

Mesa drivers on Linux: if you are trying to run with Mesa drivers and are getting issues with OpenGL context try messing with MESA_GL_VERSION_OVERRIDE when running like so: MESA_GL_VERSION_OVERRIDE=4.3FC MESA_GLSL_VERSION_OVERRIDE=430 bin/donut

Docs

Contributing

Contributions are always welcome, whether it's modifying source code to add new features or bug fixes, documenting new file formats or simply editing some grammar.

You can also join the Discord for development discussion if you are unsure of anything.

License

donut is released as open source software under the GPL v3 license, see the LICENSE.md file in the project root for the full license text.

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].