All Projects → ClementDreptin → OpenNeighborhood

ClementDreptin / OpenNeighborhood

Licence: Apache-2.0 license
Cross-platform clone of Xbox 360 Neighborhood.

Programming Languages

C++
36643 projects - #6 most used programming language
lua
6591 projects
shell
77523 projects
Batchfile
5799 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to OpenNeighborhood

fatx-tools
Data recovery tools for FATX drives (XBOX and XBOX 360).
Stars: ✭ 51 (+142.86%)
Mutual labels:  xbox-360
FATXTools
FATX Data Recovery Tools (C#)
Stars: ✭ 34 (+61.9%)
Mutual labels:  xbox-360
AtomicX
Browse, Download and Install GSC Mods for Black Ops II (PlayStation 3 & Xbox 360)
Stars: ✭ 20 (-4.76%)
Mutual labels:  xbox-360
SonicNextModManager
A mod manager for SONIC THE HEDGEHOG
Stars: ✭ 18 (-14.29%)
Mutual labels:  xbox-360
xbox360wirelesschatpad
Xbox 360 Wireless Chatpad for Windows
Stars: ✭ 58 (+176.19%)
Mutual labels:  xbox-360

Build status

OpenNeighborhood

OpenNeighborhood

Cross-platform clone of Xbox 360 Neighborhood.

Screenshots

Home Root of Hdd
Home Hdd root

Disclaimer

There are no prebuilt binaries for any platform at the moment, the only way to use OpenNeighborhood is to compile it from source.

Downloading the repository

This repository has submodules so make sure to clone with the --recursive flag like so:

git clone --recursive [email protected]:ClementDreptin/OpenNeighborhood.git

Compiling

Generating the project files / Makefiles

Windows

  • Visual Studio
    .\scripts\genprojects-win-vs.bat
    
  • Cygwin / MinGW
    .\scripts\genprojects-win.bat
    

Linux / macOS

./scripts/genprojects-posix.sh

Building

Windows

  • Visual Studio
    Open .\build\OpenNeighborhood.sln in Visual Studio
    
    or, if you have msbuild in your PATH
    msbuild /p:Configuration=<debug|release> .\build\OpenNeighborhood.sln
    
  • Cygwin / MinGW
    cd build && make config=<debug|release>
    

Linux / macOS

cd build && make config=<debug|release>
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].