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
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
Repository
In order to learn bleeding-edge front-end performance, you must *become* bleeding-edge front-end performance
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
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.tomlcontains 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.jsoncontains the standard npm metadata. You put your JavaScript dependencies in here. You must change this file with your details (author, name, version)webpack.config.jscontains the Webpack configuration. You shouldn't need to change this, unless you have very special needs.The
jsfolder contains your JavaScript code (index.jsis used to hook everything into Webpack, you don't need to change it).The
srcfolder contains your Rust code.The
testsfolder contains your Rust unit tests.
Owner
- Name: Ben
- Login: Ben-PH
- Kind: user
- Location: Cornus, France
- Repositories: 2
- Profile: https://github.com/Ben-PH
A budding developer coming into early middle ages, a career change and new passions is what drives me.
GitHub Events
Total
Last Year
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
- 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
- @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