Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/supchyan/hono

2D tracking calculator
https://github.com/supchyan/hono

Last synced: 21 days ago
JSON representation

2D tracking calculator

Awesome Lists containing this project

README

        

### ⛈️Описание:
```
Калькулятор, построенный на Desmos,
который позволят отслеживать объект на видео
и работать с полученными данными.
```

### 🌂Скриншоты
![image](https://github.com/supchyan/Hono/assets/123704468/22f59753-7de8-4c75-b225-01c9f4606298)

![image](https://github.com/user-attachments/assets/d2167075-7223-4a7d-a505-074049735678)

## 📁Для разработчиков:

### ☂️Building
Get `node_modules` deps:
```
./install
```

Find this `\node_modules\tracking\build\tracking.js` and add at the end:
```js
module.exports = tracking
```

### ☔Debugging
```cmd
./run
```