HOLLYWOOD LIBRARIES
In this repository you can find several libraries i developed for the HollywoodMAL programming language, an advanced tool that compiles for almost any platform/architecture around including Amiga-like systems.
Each library has its own readme file and license file as well as the library source code with the .hws
extension.
I'M TRANSFERRING ALL MY FILES FROM GITHUB SO SOME FILE MAY BE MISSING, BELOW THERE IS THE INSTRUCTIONS ABOUT HOW TO INCLUDE AND USE MY LIBRARIES IN YOUR PROJECTS BUT PLEASE WAIT UNTIL i'LL REMOVE THIS NOTICE MENAING THAT ALL IS FINE AND THE TRANSFER HAS BEEN COMPLETED.
UPDATES
26.Apr.2025
: Ansi library and its examples are safe to use27.Apr.2025
: Easing library and its examples are safe to use03.May.2025
: Helpers library and its examples are safe to use
HOLLYWOOD-MAL Libraries
This is a collection of libraries I coded to help myself with my projects Maybe they are also usefull to other Hollywood coders so here they are :)
Author : Fabio Falcucci (Allanon)
E-mail Contact : info@a-mc.biz
Mastodon handle : https://mastodon.uno/@allanon
If you like my work support me on: Patreon
or with PayPal donating to hijoe@tin.it
IMPORTANT NOTE
From now (04/08/2020) I'm putting libraries using a global include file called +Includes.hws where all library names are defined along with their paths, in order to run the examples you need to setup the variable #INC_PATH with the absolute path where you have saved/cloned the libraries, if you do this you will be able to run all the examples with a double click.
For example let's suppose you have cloned the entire repository into the following path :
C:/MyHollywoodStuff/Libs/
All you have to do is:
- Open the file
+Includes.hws
- Edit the line
Const #INC_PATH = ""
- Putting the absolute location, in our case
C:/MyHollywoodStuff/Libs/
- Save the edited file
- You are ready!
ANSI Library
Hollywood-MAL ANSI Library
Ansi escape sequences handling and terminal applications made easy.
Click here for the Ansi Readme
EASING Library
Hollywood-MAL EASING Library
Animate smoothly any value, color, position, anything using several easing functions.
Click here for the Easing Readme
HELPERS Library
Hollywood-MAL HELPERS Library
A collection of handy and common functions. It containes also a trick to boost string operation performances.
Click here for the Helpers Readme