KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Maru-Funkin
★ 26
Open GitHub ↗
Fashionably late engine
Download README (.md)
Explore Similar Repositories
FunkiniOS
:
No description available.
fnf-grafex
:
Brand new engine with new and QoL features. Grafex is PE and KE mix with some additions and Better graphics
funkin.lua
:
No description available.
FunkinGalaxy-Legacy-Demo
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Maru-Funkin
?
Download (.md)
# Maru-Funkin Hi everyone! This is a silly little Funkin 0.2.7.1 fork that ive been working on for some time now.<br> Theres no specific goal with it, just to add whatever comes to mind and have fun!<br> At the moment all of base game is softcoded, as well as having mod folders support.<br> Current version is beta 2.0, beta 3.0 soon to come! > [!NOTE] > THIS IS NOT A SERIOUS ENGINE, I HAVE NO IDEA WHAT IM DOING!!<br> > For your own sanity use better engines like psych, codename or fps+ ## Credits * [LinkMain](https://www.youtube.com/@uppybuppy) - Music * [BlueColorsin](https://github.com/BlueColorsin) - Github Wiki * [Rudyrue](https://www.youtube.com/@rudyrue3694) - Base game song offsets * [Mark-Zer0](https://twitter.com/MarkimusZer0) - Optimized GF export * [Doggo](https://twitter.com/_d1ggo) / [Crowplexus](https://twitter.com/crowplexus) - Github workflows * [Midnight](https://github.com/what-is-a-git) - More accurate memory counter * [cyn](https://twitter.com/cyn0x8) - Demon Blur Shader * [Cracsthor](https://gamebanana.com/members/1844732) - PhantomMuff font * [4mbr0s32](https://github.com/4mbr0s3-2) - Modifiers from Schmovin ## How to make a mod Documentation on how to make mods is being done on the repo's github wiki!<br> Ill add more stuff as time goes on and i add more features. > [!WARNING] > Hashlink builds are ment to be used as quick compilation testing.<br> > Neither gpu textures or hscript works with it, please compile to Windows or Linux instead. ## Stuff you will need to compile First, you need to install Haxe and HaxeFlixel. Make sure you download the LATEST versions. 1. [Install Haxe](https://haxe.org/download/) 2. [Install HaxeFlixel](https://haxeflixel.com/documentation/install-haxeflixel/) Other installations you'd need are the additional libraries, a fully updated list will be in `Project.xml` in the project root. Currently, these are all of the things you need to install: 1. Download [git-scm](https://git-scm.com/downloads). Works for Windows, Mac, and Linux, just select your build. 2. Follow instructions to install the application properly. 3. Run these commands in the CMD ``` haxelib install flixel haxelib install flixel-addons haxelib install flixel-ui haxelib install hxvlc haxelib git moonchart https://github.com/MaybeMaru/moonchart haxelib git maru-hscript https://github.com/MaybeMaru/hscript-improved haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc ``` You should have everything ready for compiling the game! For the rest follow the [base game compile guide](https://github.com/FunkinCrew/Funkin#compiling-game)