Skip to content

Commit

Permalink
headline, link, example
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebakerio authored Oct 17, 2022
1 parent c28524c commit 01d4cc7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ALPHA, API AND CSS WILL BE OVERHAULED BEFORE RELEASE
# this repo is "alpha"
it's an incomplete project that is "good enough to use" (and I do already use it in almost every project I make, and it already gives me many features I've wanted for years), but don't expect every feature to work, and don't expect the apit to stay consistent in future releases

# features
- show loading bars for all your `a-asset-item`s
Expand Down Expand Up @@ -37,7 +38,7 @@
<!-- scripts needed for a-load-screen.js -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/loadingio/[email protected]/dist/loading-bar.min.css"/>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/loadingio/[email protected]/dist/loading-bar.min.js"></script>
<script src="/js/a-load-screen.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kylebakerio/a-load-screen/a-load-screen.js"></script>
<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
```

Expand Down Expand Up @@ -80,6 +81,13 @@ Also, adding here means we safely execute our script and add listeners before an
</html>
```

# examples
http://the-big-shell.glitch.me
![image](https://user-images.githubusercontent.com/6391152/196289877-d453dc37-717f-4551-ad4b-62801e0e8a09.png)




# roadmap
- add scripts in dynamically
- estimated time to completion as optional stats we can render
Expand All @@ -88,4 +96,4 @@ Also, adding here means we safely execute our script and add listeners before an
- maybe gradient background stuff? animated background? how about for logo loader background?
- full screen logo background with glitch effect as an option
- css and api overhaul
- add in image loading api
- add in image loading api

0 comments on commit 01d4cc7

Please sign in to comment.