All Projects → nonunknown → Gdscript Pp

nonunknown / Gdscript Pp

Licence: mit
A language that is a mix of GDScript and C++

Programming Languages

cpp
1120 projects
language
365 projects

Labels

Projects that are alternatives of or similar to Gdscript Pp

Gut
Godot Unit Test. Unit testing tool for Godot Game Engine.
Stars: ✭ 670 (+1164.15%)
Mutual labels:  godot
Space rocks
Asteroids-like game made with Godot Engine 3.0.
Stars: ✭ 20 (-62.26%)
Mutual labels:  godot
Ashgard Keep
A Godot roguelike
Stars: ✭ 45 (-15.09%)
Mutual labels:  godot
Godotsteam
Steam API for the Godot game engine
Stars: ✭ 746 (+1307.55%)
Mutual labels:  godot
Godot Open Rpg
Learn to create turn-based combat with this Open Source RPG demo ⚔
Stars: ✭ 855 (+1513.21%)
Mutual labels:  godot
Mdframework
A multiplayer C# game framework for Godot 3.2 Mono.
Stars: ✭ 34 (-35.85%)
Mutual labels:  godot
Godot Tiled Importer
Plugin for Godot Engine to import Tiled Map Editor tilemaps and tilesets
Stars: ✭ 488 (+820.75%)
Mutual labels:  godot
Screen Space Decals
Realtime screen-space decals for Godot 3.x
Stars: ✭ 49 (-7.55%)
Mutual labels:  godot
Thrive
The main repository for the development of the evolution game Thrive.
Stars: ✭ 874 (+1549.06%)
Mutual labels:  godot
Godotnotificationcenter
A notification center for Godot Engine
Stars: ✭ 43 (-18.87%)
Mutual labels:  godot
Gdmultiplayertutorial
Reference/companion material to a written tutorial teaching how to setup multiplayer game in Godot
Stars: ✭ 18 (-66.04%)
Mutual labels:  godot
Godot Command Palette
A quick file finder and command palette for the Godot game engine.
Stars: ✭ 27 (-49.06%)
Mutual labels:  godot
Beepsaber
A basic implementation of the Beat Saber VR game mechanic in the Godot Game Engine for Oculus Quest (and other VR headsets)
Stars: ✭ 38 (-28.3%)
Mutual labels:  godot
Godot Make Pro 2d Games
A-RPG demo made with Godot, MIT-licensed, from our Godot course
Stars: ✭ 674 (+1171.7%)
Mutual labels:  godot
Godot Style Guide
Style guide for Godot projects
Stars: ✭ 45 (-15.09%)
Mutual labels:  godot
Dungeontemplatelibrary
🌏: Dungeon free resources (terrain & roguelike generation)
Stars: ✭ 595 (+1022.64%)
Mutual labels:  godot
Godot Python
Python support for Godot 🐍🐍🐍
Stars: ✭ 944 (+1681.13%)
Mutual labels:  godot
Godot Multiplayer Demo
A multiplayer demo using Godot Engine's (2.2) high level networking
Stars: ✭ 52 (-1.89%)
Mutual labels:  godot
Gdscript Online
Try out GDScript without installing Godot
Stars: ✭ 46 (-13.21%)
Mutual labels:  godot
Gdtwitch
A Godot to IRC to Twitch interface.
Stars: ✭ 42 (-20.75%)
Mutual labels:  godot

Very Early Project

GDPP (GDScript++) Is a language that is a mix of GDScript and C++

Description

  • Converts GDScript to C++ (GDNATIVE)
  • Can use pure c++ code inside gdpp
  • Can use c++ built-in types as gdscript like code

Updates

  • Source Code detection system was rewritten for better readability
  • Now instead of entire source code splitting the program reads line by line to translate into cpp
  • Added Output tab
  • Compile button renamed to Convert (Which makes more sense)
  • Started auto completion system (can be tested when typing func name(
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].