-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c28524c
commit 01d4cc7
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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> | ||
``` | ||
|
||
|
@@ -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 | ||
|
@@ -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 |