Useful Function Libary 0.7.5
-
Useful Function Libary
Should be easy to copy and paste each function :)
Latest Version:
0.7.5 Download Code: DKXV2MNDX5 (pending)(if code does not work then it is pending, you can download a previous version at the bottom of the post while you wait, it's pretty big so it may take some time to approve)
Contains:
CharacterMovement()I made this function very early on and it probably wonβt be in newer versions
A univeral character movement function for every input (motion, touch, etc) with support for: (sorta)3d objects, shapes, and spritesTitleScreen()Will be replaced by itβs spiritual successor (and readable) UISystem
A highly customizeable title screen function with a hi score display and expandable (able to add more options) options menuRandom Drawing functions for cool effects
Random lines, circles, circles, triangles, etc. It came out looking way cooler than it sounds- A entire Input System
allows for multiple control/keyboard bindings per Input Action - Save data system
allows for quick saving and loading of data (depends on deserializer) - A deserializer
takes values fromstr()
and convert them back into any data type ( includes struct support) quickly - And a collection of functions made by others
Art Info:
You can use any of the art I made in your fuze projects:To-Do List:
- Add requested functions
- Fix any bugs or glitches
- Add jumping to charactermovement()
Curently Doing:
- redesigning the whole thing to be less messy
- adding alot of personal function packages in
You can give me your function/functions project download code by chat or comments if you want me to add it :)
I finished making automatic navigation, touch support, buttons, sliders, and toggles for the UI System, Iβm mostly just adding audio and rumble.
- A entire Input System
-
I'm going to be updating the library often, make sure to check for a new version once in a while :D
-
Note the integer division function is actually originally from my File System project. I needed to make this function because I was encoding numbers in a 4 character string where each character represents a digit in base 127. The builtin floating point division is only accurate enough to correctly encode 3 of the 4 digits.
For more info see:
https://fuzearena.com/forum/post/15214 -
@gothon thank you for telling me, i'll update it now :) and put the new download code in the post
-
@heyomayo This is a great idea! I will download and check it out, for sure!
-
yeah i stole the intDivide stuff from gothon along with alot of other thing π
-
windowed comments gang πππ
-
This post is deleted! -
This post is deleted! -
@monkeee lol, the only down side is how long it takes to edit
-
0.3.1 is now approved :)
-
0.4 is now approved :D
-
haven't touched this in a while lol, added a couple of new things
-
What did you add?
-
@toxibunny save data system, str() deserializer, and a input system (for multiple and changable bindings)