Giter Club home page Giter Club logo

quarks-web's Introduction

Quarks Web

Quarks Web is a website in which SuperCollider extensions (called Quarks) from the official Quarks repository are listed and can be searched.

Development

Website development

Install node, check out the repo and run

npm install
npm run serve

Update Quarks data

As this is a static website we need to update the website build from time to time. We obtain the information from each Quark by downloading its repository and transforming its Quark file (if present) to a JSON file which then will all be written into a single JSON file which will be used as data for the website.

Locally

Be aware that we are executing a lot of quark files on your local machine, making it a security risk. Install node and all necessary dependencies for the script via

npm run install

After this make sure you have sclang available in your PATH variable. If not, you can also specify it via an environment variable, for macOS e.g.

export SCLANG_PATH=/Applications/SuperCollider.app/Contents/MacOS/sclang

After this run in the same shell the command

node createJson.js

which will download or update all repos and build the updated JSON file into src/assets/quarks.json.

Using docker container

It is also possible to run the build process within a docker container by running

./build_json_in_docker.sh

which will replace the file /src/assets/quarks.json. Note that this process will take around 15 minutes because we need to compile SuperCollider and also download every Quark repository.

License

GPL-2.0

quarks-web's People

Contributors

capital-g avatar ckmahoney avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

ckmahoney

quarks-web's Issues

Add pagination

The website could have a better performance, maybe it is therefore better to use pagination?

Add dependabot

Allows for better maintenance. Probably needs some testing as well, maybe switch to typescript and vue3 as well for this?

Make PRs for missing Quark files

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.