8000 Slushi-Github (Andres_Github) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View Slushi-Github's full-sized avatar

Block or report Slushi-Github

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Slushi-Github/README.md

Hi there, I'm Slushi! :3

Welcome to my GitHub profile. a nice guy who likes to experiment with whatever comes to his mind and has the ability and time to do so hehe Also, I love to make public projects so that others can see what my creations do, or just contribute to them.

Slushi GIF

About Me:

I started with the development in programming using HaxeFlixel in 2022, and so far I'm still strongly into Haxe language hehe.

I don't have a clear goal, I'm just interested in bringing to reality as many ideas that I feel can be good for other people to see, either just visual things that are not playable, or things that are playable, like well, games, or tools that make something simpler.

My GitHub Stats:

Slushi-Github's GitHub stats

Languages I use the most:

Top Languages

Projects I'm Proud Of:

Slushi Engine: It is really my first project with which I started in the world of programming, it is a FNF' engine modified from another engine (SC Engine), but it adds the possibility for a modder to make modcharts, not only to the NotITG style, but also to the game window and even to Microsoft Windows elements (Desktop icons, task bar...), in a native way through the Lua API that the engine has.

HxCompileU: As I love Haxe, a while ago I got a Nintendo Wii U after months of searching, and I wanted the console to learn how to do homebrew on it, but unfortunately, Haxe can't be used on that console, in the past apparently there was an attempt, but not much more from there. This project of mine brings the possibility to use Haxe, on the Wii U in a free way!

  • Leafy Engine: Continuing with my interest in the Wii U, after a lot of time and difficulties, I have managed to create a 2D game engine inspired by HaxeFlixel, why HaxeFlixel? Because it is the engine that I can understand the most and that I feel that the rest that is familiarized with Haxe can also understand, besides allowing the porting of things from HaxeFlixel to this engine without major changes, like LfSnake (A port of FlxSnake for that engine).

Friday Night Funkin' projects where I have collaborated with something:

Pinned Loading

  1. Slushi-Engine Slushi-Engine Public

    Slushi Engine, an engine based on SC Engine, which gives to experience a new way to create mods or, play mods in this engine.

    Haxe 17 2

  2. hxCompileU hxCompileU Public

    YEAH! Compile programs to the Wii U using Haxe!

    Haxe 17

  3. leafyEngine leafyEngine Public

    An game engine inspired by HaxeFlixel for making 2D games for the Wii U using Haxe!

    Haxe 10

  4. SL-Windows-API SL-Windows-API Public

    A large number of usable Windows API functions in Haxe!

    Haxe 9

  5. Redmi_Note_12S_Assets Redmi_Note_12S_Assets Public

    a repository containing boot.img, OrangeFox and TWRP for the Xiaomi Redmi Note 12S (Global)

    3

  6. a Python script that allows you to a... a Python script that allows you to analyze a whole folder and attach it to a text file to give it as context to an artificial intelligence, like Google Gemini.
    1
    import os
    2
    import sys
    3
    
                  
    4
    def search_files_and_content(dir) -> dict:
    5
        files_content = {}
0