All Projects → ppy → Osu Framework

ppy / Osu Framework

Licence: mit
A game framework written with osu! in mind.

Projects that are alternatives of or similar to Osu Framework

Hex Engine
A modern 2D game engine for the browser.
Stars: ✭ 558 (-19.36%)
Mutual labels:  game-engine
Grid Sdk
The Grid SDK - Game engine for Lua
Stars: ✭ 612 (-11.56%)
Mutual labels:  game-engine
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (-5.35%)
Mutual labels:  game-engine
Entt
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
Stars: ✭ 6,017 (+769.51%)
Mutual labels:  game-engine
Ouzel
C++ game engine for Windows, macOS, Linux, iOS, tvOS, Android, and web browsers
Stars: ✭ 607 (-12.28%)
Mutual labels:  game-engine
Opsu
opsu! ~ an open-source osu! client
Stars: ✭ 617 (-10.84%)
Mutual labels:  osu
Lighthouse2
Lighthouse 2 framework for real-time ray tracing
Stars: ✭ 542 (-21.68%)
Mutual labels:  game-engine
Gamedev libraries
A collection of open source c/c++ libraries for gamedev
Stars: ✭ 679 (-1.88%)
Mutual labels:  game-engine
Osu Web
the browser-facing portion of osu!
Stars: ✭ 610 (-11.85%)
Mutual labels:  osu
24a2
🏵 An ultra-minimalist game engine
Stars: ✭ 656 (-5.2%)
Mutual labels:  game-engine
Quadplay
The quadplay✜ fantasy console
Stars: ✭ 563 (-18.64%)
Mutual labels:  game-engine
Player
RPG Maker 2000/2003 and EasyRPG games interpreter
Stars: ✭ 585 (-15.46%)
Mutual labels:  game-engine
Puzzlescript
Open Source HTML5 Puzzle Game Engine
Stars: ✭ 620 (-10.4%)
Mutual labels:  game-engine
Entitas Csharp
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Stars: ✭ 5,393 (+679.34%)
Mutual labels:  game-engine
Ranviermud
A node.js based MUD game engine
Stars: ✭ 657 (-5.06%)
Mutual labels:  game-engine
Luxe Alpha
luxe alpha - deprecated, unrelated to the new engine! see the readme or website for details - https://luxeengine.com/
Stars: ✭ 559 (-19.22%)
Mutual labels:  game-engine
Gemrb
Engine Made with preRendered Background
Stars: ✭ 614 (-11.27%)
Mutual labels:  game-engine
Anki 3d Engine
AnKi 3D Engine - Vulkan backend, modern renderer, scripting, physics and more
Stars: ✭ 688 (-0.58%)
Mutual labels:  game-engine
Falltergeist
Opensource crossplatform Fallout 2™ game engine writen in C++ and SDL.
Stars: ✭ 668 (-3.47%)
Mutual labels:  game-engine
Gainput
Cross-platform C++ input library supporting gamepads, keyboard, mouse, touch
Stars: ✭ 636 (-8.09%)
Mutual labels:  game-engine

osu!framework

Build status CodeFactor dev chat

A game framework written with osu! in mind.

Requirements

  • A desktop platform with the .NET 5.0 SDK or higher installed.
  • When running on linux, please have a system-wide ffmpeg installation available to support video decoding.
  • When running on Windows 7 or 8.1, additional prerequisites* may be required to correctly run .NET 5 applications if your operating system is not up-to-date with the latest service packs.
  • When working with the codebase, we recommend using an IDE with intellisense and syntax highlighting, such as Visual Studio 2019+, Jetbrains Rider or Visual Studio Code.

Objectives

This framework is intended to take steps beyond what you would normally expect from a game framework. This means things like basic UI elements, text rendering, advanced input handling (textboxes) and performance overlays are provided out-of-the-box. Any of the osu! code that is deemed useful to other game projects will live in this framework project.

  • Anywhere we implement graphical components, they will be displayed with a generic design and will be derivable for further customisation.
  • Common elements used by games (texture caching, font loading) will be automatically initialised at runtime.
  • Allow for isolated development of components via a solid testing environment (VisualTests and TestCases). Check the wiki for more information on how these can be used to streamline development.

Building

Build configurations for the recommended IDEs (listed above) are included. You should use the provided Build/Run functionality of your IDE to get things going. When testing or building new components, it's highly encouraged you use the VisualTests project/configuration. More information on this provided below.

  • Visual Studio / Rider users should load the project via one of the platform-specific .slnf files, rather than the main .sln. This will allow access to template run configurations.

Code analysis

Code analysis can be run with powershell ./build.ps1 or build.sh. This is currently only supported under windows due to resharper cli shortcomings. Alternatively, you can install resharper or use rider to get inline support in your IDE of choice.

Contributing

Contributions can be made via pull requests to this repository.

If you're unsure of what you can help with, check out the list of open issues (especially those with the "good first issue" label).

Before starting, please make sure you are familiar with the development and testing procedure we have set up. New component development, and where possible, bug fixing and debugging existing components should always be done under VisualTests.

Note that while we already have certain standards in place, nothing is set in stone. If you have an issue with the way code is structured; with any libraries we are using; with any processes involved with contributing, please bring it up. We welcome all feedback so we can make contributing to this project as pain-free as possible.

For those interested, we love to reward quality contributions via bounties, paid out via paypal or osu! supporter tags. Don't hesitate to request a bounty for your work on this project.

Licence

This framework is licensed under the MIT licence. Please see the licence file for more information. tl;dr you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source.

The BASS audio library (a dependency of this framework) is a commercial product. While it is free for non-commercial use, please ensure to obtain a valid licence if you plan on distributing any application using it commercially.

Developing a game using osu!framework

If you want to get started making your own game project using osu!framework, check out our project templates. You can either start off from an empty project, or take a peek at a working sample game. Either way, full project structure, cross-platform support, and testing setup are included!

Projects that use osu!framework

osu! – rhythm is just a click away!

GDEdit - A third-party Geometry Dash editor.

Vignette - An OpenCV-based facial recognition software for Live2D

IWBTM - A platform game with level editor based off of "I Wanna..." games

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