-
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
Andreas Dzialocha
committed
Dec 1, 2017
1 parent
038b4c2
commit 67fe04f
Showing
15 changed files
with
51 additions
and
57 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
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,5 +1,10 @@ | ||
@import 'variables'; | ||
// vendor | ||
|
||
@import 'base/reset'; | ||
@import 'base/global'; | ||
@import 'base/typography'; | ||
@import "../../../../node_modules/normalize.css/normalize"; | ||
|
||
// common | ||
|
||
@import "variables"; | ||
|
||
@import "base/global"; | ||
@import "base/typography"; |
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
This file was deleted.
Oops, something went wrong.
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
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,19 +1,18 @@ | ||
{ | ||
"meta": { | ||
"version": "0.1.0", | ||
"version": "1.2.0", | ||
"title": "Cybernetic Gamelan Future Automaton", | ||
"url": "https://andreasdzialocha.com/cybernetic-gamelan-future-automaton", | ||
"year": 2017, | ||
"description": "Network-based browser game for human laptop performers", | ||
"image": { | ||
"src": "https://andreasdzialocha.com/cybernetic-gamelan-future-automaton/assets/images/bg.jpg", | ||
"width": "1200", | ||
"height": "1200", | ||
"width": "1600", | ||
"height": "1000", | ||
"type": "image/jpeg" | ||
}, | ||
"charset": "utf-8", | ||
"favicon": "/assets/images/favicon.ico", | ||
"styles": "/assets/styles/app.css", | ||
"scripts": "/assets/scripts/app.js" | ||
"styles": "/assets/styles/app.css" | ||
} | ||
} |
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 +1,27 @@ | ||
Hello! | ||
# cybernetic-gamelan-future-automaton | ||
|
||
*"... soft thought is not there to be understood as a new cognitive function or as a transcendent form of rationality, but to reveal that programming culture is infected by incomputable thoughts that are yet to be accounted for."* (Luciana Parisi) | ||
|
||
The Cybernetic Gamelan Future Automaton is a network-based browser game for four performers, developed by Andreas Dzialocha. Each performer controls its own future-gamelan instrument using text symbols while travelling inside a 3D universe of parametric architectures, visualizing how algorithms generate and represent knowledge. Based on decentralised p2p networking, which is prone to latency, and noisy gamelan-inspired synthesizer textures, the Automaton reflects the culture of computing which appears both alien in its clean and infinite shapes and rich of error, latency and noise of human input at the same time. | ||
|
||
https://www.youtube.com/watch?v=qc2i82y4oS0 | ||
|
||
### Setup | ||
|
||
``` | ||
npm install | ||
``` | ||
|
||
### Development | ||
|
||
``` | ||
npm run serve | ||
npm run lint | ||
``` | ||
|
||
### Deployment | ||
|
||
``` | ||
npm run build | ||
npm start | ||
``` |
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