https://github.com/ben-ph/web-gl-learning

In order to learn bleeding-edge front-end performance, you must *become* bleeding-edge front-end performance

https://github.com/ben-ph/web-gl-learning

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

In order to learn bleeding-edge front-end performance, you must *become* bleeding-edge front-end performance

Basic Info
  • Host: GitHub
  • Owner: Ben-PH
  • Language: Rust
  • Default Branch: master
  • Homepage:
  • Size: 5.86 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 6 years ago · Last pushed about 6 years ago
Metadata Files
Readme

README.md

How to install

sh npm install

How to run in debug mode

```sh

Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.

npm start ```

How to build in release mode

```sh

Builds the project and places it into the dist folder.

npm run build ```

How to run unit tests

```sh

Runs tests in Firefox

npm test -- --firefox

Runs tests in Chrome

npm test -- --chrome

Runs tests in Safari

npm test -- --safari ```

What does each file do?

  • Cargo.toml contains the standard Rust metadata. You put your Rust dependencies in here. You must change this file with your details (name, description, version, authors, categories)

  • package.json contains the standard npm metadata. You put your JavaScript dependencies in here. You must change this file with your details (author, name, version)

  • webpack.config.js contains the Webpack configuration. You shouldn't need to change this, unless you have very special needs.

  • The js folder contains your JavaScript code (index.js is used to hook everything into Webpack, you don't need to change it).

  • The src folder contains your Rust code.

  • The tests folder contains your Rust unit tests.

Owner

  • Name: Ben
  • Login: Ben-PH
  • Kind: user
  • Location: Cornus, France

A budding developer coming into early middle ages, a career change and new passions is what drives me.

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 2
  • Total Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Ben b****e@g****m 2

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Cargo.toml cargo
  • futures 0.1.27 development
  • js-sys 0.3.22 development
  • wasm-bindgen-futures 0.3.22 development
  • wasm-bindgen-test 0.2.45 development
  • js-sys 0.3.37
  • wasm-bindgen 0.2.45
  • web-sys 0.3.22
  • wee_alloc 0.4.2
package.json npm
  • @wasm-tool/wasm-pack-plugin ^1.1.0 development
  • copy-webpack-plugin ^5.0.3 development
  • html-webpack-plugin ^4.2.0 development
  • rimraf ^3.0.0 development
  • webpack ^4.42.0 development
  • webpack-cli ^3.3.3 development
  • webpack-dev-server ^3.7.1 development