All Projects → rakugoteam → Godot-Material-Icons

rakugoteam / Godot-Material-Icons

Licence: MIT license
Templarian's Material Design Icons for Godot

Programming Languages

GDScript
375 projects

Projects that are alternatives of or similar to Godot-Material-Icons

VisualNovelKit
Combo of addons + template to create narrative games in Godot inspired by Ren'Py
Stars: ✭ 78 (+310.53%)
Mutual labels:  addon, godot-engine, godot-addon
Emojis-For-Godot
Addon that allows to use Emojis in your Godot project
Stars: ✭ 26 (+36.84%)
Mutual labels:  addon, godot-engine, godot-addon
nativelib-cli
NativeLib is a plugin management system for Godot engine.
Stars: ✭ 19 (+0%)
Mutual labels:  addon, godot-engine, godot-addon
viewport-spy
Godot editor UI to spy on what a Viewport is rendering. Useful for debugging.
Stars: ✭ 28 (+47.37%)
Mutual labels:  godot-engine, godot-addon
PostgreSQLClient
PostgreSQL connector for Godot Engine in GDScript.
Stars: ✭ 28 (+47.37%)
Mutual labels:  godot-engine, godot-addon
godot-interpolated-camera3d
Provides an InterpolatedCamera3D node that replicates its 3.2.x functionality (and more)
Stars: ✭ 40 (+110.53%)
Mutual labels:  godot-engine, godot-addon
RTS-Camera2D
A RTS style Camera addon to Godot Engine
Stars: ✭ 25 (+31.58%)
Mutual labels:  godot-engine, godot-addon
godot-engine.code-snapshot
A plugin for Godot Engine which will let you take beautified snapshots of your code within the Editor. Configure the frame as you like, with GDScript syntax already highlighted.
Stars: ✭ 32 (+68.42%)
Mutual labels:  addon, godot-engine
godot-engine.supabase
A lightweight addon which integrates Supabase APIs for Godot Engine out of the box.
Stars: ✭ 39 (+105.26%)
Mutual labels:  addon, godot-engine
Fontisto
The iconic font and CSS toolkit. Fontisto gives you scalable vector icons that can instantly be customized: size, color, drop shadow and anything that can be done with the power of CSS.
Stars: ✭ 413 (+2073.68%)
Mutual labels:  addon, icon-font
Godot Engine.easy Charts
A Godot Engine addon for plotting general purpose charts. A collection of Control, 2D and 3D Nodes to plot every chart possible.
Stars: ✭ 146 (+668.42%)
Mutual labels:  addon, godot-engine
godot-unirest
Unirest in GDScript: Simplified, lightweight HTTP client library.
Stars: ✭ 32 (+68.42%)
Mutual labels:  godot-engine, godot-addon
GodotTerrainEditorPainter
Heightmap based terrain editor plugin for GODOT with vertex color based terrain shader painting
Stars: ✭ 23 (+21.05%)
Mutual labels:  godot-engine, godot-addon
Project-Map
No description or website provided.
Stars: ✭ 52 (+173.68%)
Mutual labels:  godot-engine, godot-addon
Godot Engine.github Integration
A Godot Engine addon to integrate a native GitHub client inside Godot's Editor. Manage your project without even opening your browser!
Stars: ✭ 134 (+605.26%)
Mutual labels:  addon, godot-engine
Cartographer
A GPU powered Terrain editor and renderer for Godot Engine
Stars: ✭ 216 (+1036.84%)
Mutual labels:  addon, godot-engine
Godot Engine.file Editor
A Godot Engine addon that adds a File Editor for multiple file types editing. Create and Write plain text files, configuration files and csv files with custom visualizers and previews. Also supports file translations!
Stars: ✭ 70 (+268.42%)
Mutual labels:  addon, godot-engine
godot-logger
Simple in-game logger for Godot 4.0
Stars: ✭ 14 (-26.32%)
Mutual labels:  godot-engine, godot-addon
godot-rpgdb
An easy to use JSON database-manager for Godot.
Stars: ✭ 25 (+31.58%)
Mutual labels:  godot-engine, godot-addon
TellMeWhen
TellMeWhen is a combat tracking AddOn for World of Warcraft Retail and Classic
Stars: ✭ 69 (+263.16%)
Mutual labels:  addon

github-top-lang lic lic-font

MaterialIcons for Godot

Templarian's Material-Design-Icons is a collection of icons for the Material Design specification.

This addon provides the following nodes to use the icons in Godot:

  • MaterialIcon: A node that displays an icon from the Material Design Icons collection.
  • MaterialButton: A node that displays an icon from the Material Design Icons collection as a button (without label).

It's also adds IconsFinder to the Godot's Tools menu. So you can find the icons easily.

IconsFinder Screen Shot

Exporting

For emojis to work in exported projects, you need add *.json files to include files settings: include files settings

Install using gd-plug

To install it with gd-plug add in your plug.gd script:

extends "res://addons/gd-plug/plug.gd"

func _plugging():
	# your other plugins/addons install instructions
	# ...
	plug("rakugoteam/Godot-Material-Icons", {"include": ["addons", ".import/"]})
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].