2 Repos
Customizing the visual appearance and behavior of the mouse pointer in a game environment.
Distinct from Mouse Pointer Utilities: Closest candidates focus on OS-level utilities or general input handling, not game-specific cursor assets.
Explore 2 awesome GitHub repositories matching game development · Cursor Customization. Refine with filters or upvote what's useful.
This repository is a comprehensive collection of functional 2D and 3D demo projects and implementation samples for the Godot Game Engine. It serves as an interactive tutorial and reference library, providing a working codebase to demonstrate how to apply engine features in real-world scenarios. The collection focuses on practical implementation guides, covering a wide array of technical capabilities from basic engine fundamentals to advanced rendering and scripting techniques. It allows users to study the application of node-based composition, asset pipelines, and game logic through direct ex
Provides the ability to change the appearance of the mouse pointer via project settings or scripts.
Urho3D is a cross-platform 3D game engine written in C++. It uses a component-based scene graph to compose game objects from nodes and attached components, separating transforms from behaviors for modular design. The engine integrates AngelScript and Lua scripting for game logic, uses the Bullet library for physics simulation, and renders scenes with OpenGL or Direct3D through forward, deferred, or light pre-pass pipelines with customizable render passes and shadow mapping. The engine distinguishes itself with a built-in visual scene and UI editor for composing 3D worlds and interface layouts
Loads cursor images from textures and switches between custom and OS default shapes programmatically.