All Projects → mediusoft → PUBG-heatmap-frontend

mediusoft / PUBG-heatmap-frontend

Licence: MIT license
An analytic tool for PUBG! Heatmap and 2d replay of the pubg games

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to PUBG-heatmap-frontend

Innodb Java Reader
A library and command-line tool to access MySQL InnoDB data file directly in Java
Stars: ✭ 217 (+1105.56%)
Mutual labels:  heatmap
bioc 2020 tidytranscriptomics
Workshop on tidytranscriptomics: Performing tidy transcriptomics analyses with tidybulk, tidyverse and tidyheatmap
Stars: ✭ 25 (+38.89%)
Mutual labels:  heatmap
dc-plugins
基于DC-SDK开发的插件库,包含动画、效果、天气、材质、热区图层、聚合图层🌎
Stars: ✭ 40 (+122.22%)
Mutual labels:  heatmap
Derive
Generate personal heatmap from GPX/TCX/FIT/IGC data
Stars: ✭ 231 (+1183.33%)
Mutual labels:  heatmap
Strava-local-heatmap
Python script to generate a high resolution heatmap from Strava GPX files
Stars: ✭ 102 (+466.67%)
Mutual labels:  heatmap
react-tmap
腾讯地图 React 实现
Stars: ✭ 23 (+27.78%)
Mutual labels:  heatmap
Clarity
A behavioral analytics library that uses dom mutations and user interactions to generate aggregated insights.
Stars: ✭ 194 (+977.78%)
Mutual labels:  heatmap
heatmaps
Better heatmaps in Python
Stars: ✭ 117 (+550%)
Mutual labels:  heatmap
StravaHeatmap
Make a simple heatmap from your strava data
Stars: ✭ 23 (+27.78%)
Mutual labels:  heatmap
OffsetGuided
Code for "Greedy Offset-Guided Keypoint Grouping for Human Pose Estimation"
Stars: ✭ 31 (+72.22%)
Mutual labels:  heatmap
Libheatmap
High performance C heatmap generation library. Supposed to be wrapped by higher-level languages.
Stars: ✭ 241 (+1238.89%)
Mutual labels:  heatmap
echarty
Minimal R/Shiny Interface to ECharts.js
Stars: ✭ 49 (+172.22%)
Mutual labels:  heatmap
earthquakes-mapper
"Earthquakes Mapper" was created using React with no backend persistence. Users can view earthquakes from around the world on a Google Map and filter based on specific times and earthquake magnitude. Earthquake data from USGS.
Stars: ✭ 14 (-22.22%)
Mutual labels:  heatmap
Reaviz
📊 Data visualization library for React based on D3
Stars: ✭ 215 (+1094.44%)
Mutual labels:  heatmap
PTXQC
A Quality Control (QC) pipeline for Proteomics (PTX) results generated by MaxQuant
Stars: ✭ 34 (+88.89%)
Mutual labels:  heatmap
Improved Body Parts
Simple Pose: Rethinking and Improving a Bottom-up Approach for Multi-Person Pose Estimation
Stars: ✭ 202 (+1022.22%)
Mutual labels:  heatmap
cesiumjs-heat
heatmap for cesium | cesium的热力图
Stars: ✭ 40 (+122.22%)
Mutual labels:  heatmap
calendar-heatmap-mini
A d3.js heatmap representing time series data
Stars: ✭ 22 (+22.22%)
Mutual labels:  heatmap
MobilePose
Light-weight Single Person Pose Estimator
Stars: ✭ 588 (+3166.67%)
Mutual labels:  heatmap
flu-monitor
Flu visualization tool
Stars: ✭ 10 (-44.44%)
Mutual labels:  heatmap

pubg heatmap

An analytic tool for Player Unknown's Battle Ground - PUBG

Code style Open Source Love

Found it useful? Want more updates?

Show your support by giving a

Buy Me a Coffee Become a Patron

This app provides the front end which includes the heatmap and rendering of the 2D replay on canvas with React. See also pubgheatmap/backend.


Note: This library is based on pubgsh/client with more features and cooler designs. I’m happy to consider suggestions, pull requests and bug reports.


Screenshot

pubg heat map

About

  • This project belongs to Mediusoft.
  • We use:
    • Library - React.js,
    • Query language - GraphQL
    • React UI framework - Material-UI,
    • Styling - JSS,
    • IDE - VS Code,
    • Code analysis tool - Eslint
  • 🤝 Bingo! If you are familiar with these tools then you're ready to continue further developing this project.

Configuration

  1. Create .env.local dotenv file in the root of the project and provide the following values:
  • REACT_APP_API (Where you have the companion)

Quick Start

  • Install dependencies by running yarn or npm install.
  • Run yarn start or npm run start to start the local development server.
  • 😎 That's it! You're ready to start improving the project.

Project Structure

  • This project is bootstrapped using Create React App.
  • All primary templates are located inside src/views.
  • There is only a single layout defined (default) inside src/layouts
  • The src/components directory hosts all template-specific subcomponents in their own subdirectory.
  • Other extra specific assets are located inside src/assets.
  • All json datas are located inside src/data.
  • All specific helper (normalize) methods are located inside src/UIServices.
  • The src/utils directory contains helper utilities.

💰 Donations

We need you! If you would like to support the further development of this project or the creator of this project, please make a donation using the links below. Your donation is highly appreciated (I love food, coffee and beer 😉). Thank you!

PayPal

  • Donate $5: Thank's for creating this project, here's a cup of tea (or some juice) for you!
  • Donate $10: Wow, I am stunned. Let me take you to the movies!
  • Donate $15: I really appreciate your work, let's grab some lunch!
  • Donate $25: That's some awesome stuff you did right there, dinner is on me!
  • Donate $50: I really really want to support this project, great job!
  • Donate $100: You are the man! This project saved me hours (if not days) of struggle and hard work, simply awesome!
  • Donate $2799: Go buddy, buy that Macbook Pro for yourself!

Patreon

  • Patreon: You can support me on Patreon too!

Of course, you can also choose what you want to donate, all donations are awesome!

👨 Developed By

** Orkhan Rzazade **

Senior software developer with more than 5 years of experience. Passionate about #Asp.Net, #React and #React-Native.

👍 How to Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

TODO

Order Placement System

  • Basic Frontend
    • Production-ready Frontend (styles etc.)
    • Rewrite to Apollo Client

Order Management System

  • Login
    • Full security with Auth0
  • Basic Frontend
    • Production-ready Frontend (styles etc.)
  • Working Backend

Documentation

  • Guides
    • Development
    • Production
    • Security
    • Deployment

Other

  • Release a public demo

(?) - unsure.

Changelog

Please check out the CHANGELOG.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].