├── README.md
├── anim-webgl.html
├── chipped.html
├── cloud-webgl.html
├── deploy.sh
├── index.html
├── shader-toy.html
├── sounds
├── ask.mp3
├── click.mp3
├── deploy.mp3
├── error.mp3
├── information.mp3
├── typing.mp3
└── warning.mp3
└── webgl.html
/README.md:
--------------------------------------------------------------------------------
1 |
2 | This is a very simplified port of arwes frame using only plain css and javascript.
3 |
4 | https://arwes.dev/play#frame
5 |
6 |
7 | [Demo](https://ivanceras.github.io/futureostech/)
8 |
--------------------------------------------------------------------------------
/anim-webgl.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
16 |
17 |
48 |
204 |
205 |
206 | Hello, dont mind me..
207 |
210 |
211 |
212 |
213 |
--------------------------------------------------------------------------------
/chipped.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
129 |
130 |
131 |
132 |
136 |
140 |
144 |
148 |
149 |
150 |
154 |
155 |
156 |
--------------------------------------------------------------------------------
/cloud-webgl.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
16 |
17 |
49 |
211 |
212 |
213 | Hello, dont mind me..
214 |
217 |
218 |
219 |
220 |
--------------------------------------------------------------------------------
/deploy.sh:
--------------------------------------------------------------------------------
1 |
2 | cp -r index.html sounds ../ivanceras.github.io/futureostech/
3 |
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
172 |
187 |
188 |
189 |
190 |
191 |
192 |
193 |
194 |
195 |
196 |
197 |
198 |
199 |
202 |
203 |
204 |
205 |
208 |
209 |
210 |
--------------------------------------------------------------------------------
/shader-toy.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
83 |
106 |
118 |
119 |
120 |
121 |
122 |
205 |
206 |
207 |
--------------------------------------------------------------------------------
/sounds/ask.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ivanceras/futureostech/2e229a08e060d8f628b1bf8dbcba16a6fe11c38a/sounds/ask.mp3
--------------------------------------------------------------------------------
/sounds/click.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ivanceras/futureostech/2e229a08e060d8f628b1bf8dbcba16a6fe11c38a/sounds/click.mp3
--------------------------------------------------------------------------------
/sounds/deploy.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ivanceras/futureostech/2e229a08e060d8f628b1bf8dbcba16a6fe11c38a/sounds/deploy.mp3
--------------------------------------------------------------------------------
/sounds/error.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ivanceras/futureostech/2e229a08e060d8f628b1bf8dbcba16a6fe11c38a/sounds/error.mp3
--------------------------------------------------------------------------------
/sounds/information.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ivanceras/futureostech/2e229a08e060d8f628b1bf8dbcba16a6fe11c38a/sounds/information.mp3
--------------------------------------------------------------------------------
/sounds/typing.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ivanceras/futureostech/2e229a08e060d8f628b1bf8dbcba16a6fe11c38a/sounds/typing.mp3
--------------------------------------------------------------------------------
/sounds/warning.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ivanceras/futureostech/2e229a08e060d8f628b1bf8dbcba16a6fe11c38a/sounds/warning.mp3
--------------------------------------------------------------------------------
/webgl.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Webgl
5 |
6 |
7 |
8 |
9 |
10 |
11 |
94 |
95 |
96 |
--------------------------------------------------------------------------------