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.
- Host: GitHub
- URL: https://github.com/devtakkekar/dev-hud
- Owner: devtakkekar
- Created: 2025-04-23T16:39:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-23T16:41:27.000Z (about 1 year ago)
- Last Synced: 2025-04-27T00:49:08.072Z (about 1 year ago)
- Topics: css, fivem, html, hud, javascript, lua, qbcore, qbcore-framework, qbcore-script
- Language: Lua
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.**