You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@
10
10
For happy code!
11
11
</p>
12
12
13
+
## This API is still under construction
14
+
There's plenty of working tools available already. However, we are randomly breaking/finding old broken code and improving things constantly as we push out a model we feel can be competitive. 100% FOSS!
15
+
13
16
**GraphScript** is a highly customizable, high performance library for creating complex full stack software and library architectures. It's based around graphs hierarchies, event systems, and microservices, with an intuitive composition and node/function indexing tree system for rapid development.
14
17
15
18
Check out the code in [examples](./examples) for very clear, compelling implementatons that flex our rapidly evolving feature sets. Please join our small cabal of open source contributors and help us grow this library as an alternative full stack framework.
@@ -75,12 +78,15 @@ This forms a microservices layer on top of the graph system. It makes it easier
75
78
-`graphscript-services.gpu`: Experimental `gpu.js` plugin. ~500kb, use it with workers for best results.
76
79
-`graphscript-services.storage`: Some BrowserFS, CSV, and Google Drive utilities. Not very complete.
77
80
81
+
### Contributing
82
+
83
+
Want to see this API improve faster? Please contribute or create issues and offer perspective. This repo is mostly a labor of love by Josh, with Garrett swooping in to reality check the actual utility of it from time to time. We want this to API to give you open web super powers, so we can all move on to building much more interesting end products as a community, as well as get more students, engineers, and researchers working in a collaborative development environment. This is the future! Down with knowledge and tool hoarding!
78
84
79
85
### See also:
80
86
-[`device-decoder`](https://github.com/brainsatplay/device-decoder) - Complex Browser USB and Browser or Native Mobile Bluetooth driver set that is by-default multithreaded using our web worker system. You can use the worker system to create fully-threaded pipelines from the device codec without touching the main thread.
81
87
82
88
## Acknowledgments
83
-
This library is maintained by [Joshua Brewster](https://github.com/joshbrew) and [Garrett Flynn](https://github.com/garrettmflynn), who use contract work and community contributions to support themselves. You can contribute to our work through [Open Collective](https://opencollective.com/brainsatplay), along with whoever joins the team eventually.
89
+
This library is maintained by [Joshua Brewster](https://github.com/joshbrew) and [Garrett Flynn](https://github.com/garrettmflynn), who use contract work and community contributions to support themselves to build free/libre software and hardware plans. You can contribute to our work through [Open Collective](https://opencollective.com/brainsatplay), or get in touch.
84
90
85
91
### Backers
86
92
[Support us with a monthly donation](https://opencollective.com/brainsatplay#backer) and help us continue our activities!
0 commit comments