Initial commit...

This commit is contained in:
2021-02-18 17:45:52 -06:00
parent dc3906fa9b
commit 1180e3171f
2159 changed files with 45470 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
## Warnning!
This is alpha software and thus is incomplete! Use at your own risk!
## Prep
Install the HAL Flash package and python-webkit for your system.
<br/>
<code>chmod +x install-HAL-AND-python-webkit.sh</code>
<br/>
<code>./install-HAL-AND-python-webkit.sh</code>
## Run
Either from a terminal run :
<code>./MiniRoll</code>
<br/>
Or you can right-click and execute.
## Notes
This is early alpha or early beta software! Stuff doesn't work! I'm working on it when I have the time and energy. If you want, you can fork the package and then update it for merging down the road. This program is written mostly in Bash and HTML with a spattering of Python. So it's very easy to modify and expand upon!