hayukimori / Osu_Parallax_Ursina

This project tries to reproduce the parallax effect of osu! using the Ursina engine (python)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallax Effect

This project tries to reproduce the parallax effect of Osu! using the Ursina engine.

⚠️ ATTENTION ⚠️

All content within osu-resources is the property of ppy. And some of the content was removed for this version for optimization and space reasons, but there were no changes to images, audio and license

The project is not very complicated. It is a script based on Ursina. The code format does not follow any official standard, but it is understandable and separated as much as possible.

Demo

Some requirements must be met to use it:

Software

- python

Libraries

- ursine
- tomli

How to use

python3 main.py

About

This project tries to reproduce the parallax effect of osu! using the Ursina engine (python)

License:MIT License


Languages

Language:Python 96.5%Language:C# 3.5%