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

https://github.com/devtakkekar/dev-hud

A responsive, customizable HUD overlay for QB Core using HTML, CSS, and JavaScript.
https://github.com/devtakkekar/dev-hud

css fivem html hud javascript lua qbcore qbcore-framework qbcore-script

Last synced: 12 months ago
JSON representation

A responsive, customizable HUD overlay for QB Core using HTML, CSS, and JavaScript.

Awesome Lists containing this project

README

          

# QB Core Responsive HUD Overlay

A responsive, customizable HUD overlay for QB Core using HTML, CSS, and JavaScript.
( still build in progress not the final build) **

## Features
- Displays bank and cash amount at the top right
- Center-bottom HUD with icons for:
- Health
- Armor
- Sprinting stamina
- Underwater breathing stamina
- Mic range
- All HUD logic in JavaScript
- `/hud` command (simulated by pressing `/` in the demo) opens a settings UI for HUD customization

## Usage
1. Open `index.html` in your browser to view the HUD overlay.
2. Press `/` and type `hud` to open the settings page.
3. Adjust which HUD elements are visible in `settings.html` and save your preferences.

## Customization
- Integrate the JavaScript logic with your QB Core framework/game to update HUD values dynamically.
- Replace SVG icons in the `assets/` folder as needed.

## File Structure
- `index.html` — Main HUD overlay
- `hud.css` — Responsive styles
- `hud.js` — HUD logic
- `settings.html` — HUD settings page
- `settings.js` — Settings logic
- `assets/` — SVG icons

---

**Demo logic is included for preview. Integrate with your game for real data.**