jeenyuhs / Motor

a fast osu! server hybrid written in v

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

finally lost all interest in osu!, i will work more on this if i gain interest again.

Motor

Motor is my second attempt at making an osu! server hybrid (soom:tm:) in V.

It aims for stability and performance. There'll be benchmarks soon.

Setup

This has been tested on a Ubuntu 18.04.1

You'll need V, TCC (for dev), GCC (for prod) and Git.

$ git clone https://github.com/barrack-obama/Motor
...

$ cd Motor
Motor$ git submodule init && git submodule update

// for development
Motor$ make dev 

// for production
Motor$ make prod

More

more information will come soon.

About

a fast osu! server hybrid written in v

License:MIT License


Languages

Language:V 91.2%Language:Verilog 7.7%Language:Makefile 0.7%Language:AMPL 0.3%