6.3 KiB
Since you can only pin 6 repositories and I have more stuff that might be of interest I'm using this file instead of pins.
Games
[Broken Seals] - An open source third person action RPG with multiplayer support.
[Broken Seals 2d] - An experimantal 2d version of Broken Seals.
[Broken Seals 2ds] - An experimantal 2d version of Broken Seals, but with the simplistic graphics I can get away with.
[Broken Seals Roguelike] - An experimental 2d rogulike (turn based) version of Broken Seals.
[The Tower] - A really simple and strange looking demonstration project for Voxelman.
[Utilities / Gamedev] - Gamedev related utilities, mostly small scripts for godot / pandemonium.
Early experimental stuff
[Mourne] -
An old village builder / hero manager web rpg ported to [RCPP Framework]. (The port is in early stages.)
[Dungeons of Zar'Thuul] - Resurrection of an old experimenal match 3 game prototype.
Game Engine
[Pandemonium Engine] - A fork of godot that is very heavily customized. It contains all my modules that I currently use.
[My godot fork] - Contains a backported version of TokageItLab's skeleton editor pr.
Godot Engine Modules
[Entity Spell System] - An entity and spell system c++ godot engine module, for complex (optionally multiplayer) RPGs.
[Terraman] - Terrain and building engine for godot based on voxelman.
[Voxelman] - A c++ voxel engine module for godot.
[Props] - A godot engine module to help with creating/optimizing in-game props.
[Terraman2D] - 2D Terrain and building engine for godot based on terraman.
[Props2D] - A godot engine module to help with creating/optimizing in-game 2D props.
[Thread Pool] - A c++ Godot engine module which makes it easy to run methods in threads.
[Texture Packer] - A c++ Godot engine module, to layer, pack, and merge textures at runtime.
[Mesh Data Resource] - A Godot c++ engine module. It adds a data-only mesh type with an importer.
[Mesh Utils] - A c++ Godot engine module containing utilites for working with mehses (Like simplification).
[Godot Fastnoise] - Zylann's godot_fastnoise, but with compile fixes for 4.0, and a Resource class.
[UI Extensions] - Small extensions engine module for GODOT.
[Skeleton Editor] - Godot engine module version of TokageItLab's skeleton editor pr, that got deprecated, but [my godot fork] has it fully implemented. See [PATCHES.md].
[World Generator] - A c++ engine module for the godot engine. Contains lots of classes to help with world generation.
[Procedural Animations] - A c++ engine module for godot, that lets you create new animations from animation frames. (Deprecated)
[Tile Map Backport] - Unfinished backport of godot 4.0's tile map to 3.x. It's an egine module so no core modifications are necessary. It's unfinished and will likely stay like that aswell. It compiles, parts of it work, but still has some crashes remaining. Probably won't take much time to get it fixed.
Godot Addons
[Mat Maker GD] - RodZill4's material-maker ported to the cpu (a.k.a. full gdscript with threading).
[Mesh Data Resource Editor] - An addon that lets you edit MeshDataResources right from within godot. (I'ts a 3d modelling addon.)
[Data Manager] - An editor addon that helps organizing modular projects.
[World Generator] - An addon with an editor plugin to help with generating pseudo random worlds.
RCPP Framework
[RCPP Framework] - An experimental c++ app/http framework. (Only works on linux right now.)
[WordPress Saver] - A simple app that lets you save wordpress blogs using RCPP Framework.
[CrystalCMS] - An old CMS of mine that was originally written for/in laravel now ported to RCPP Framework. (The port is in early stages.)
[Simple Data Collector App] - Sample data collector app for RCPP Framework.
WoW Addons
Relintai's Enemy "Kooldown" Tracker - [TBC - 2.4.3] - [WotLK - 3.3.5a] - This is a PvP cooldown tracker addon for World of Warcraft (the old clients).
Other
[UML Generator] - A tool to help with generating UML class diagrams from code with minimal changes.
[Programming Tutorials] - Hungarian programming tutorials.
[Documents] - A bunch of university (early BsC) related things. Mostly LATeX files mostly about math (like axioms/definitions/proofs) in hungarian.