aridez
Funding Links: https://github.com/sponsors/Aridez
- Name: Eric Mourin
- Location: Spain
- Kind: user
- Followers: 5
- Following: 2
- Total stars: 65
- Repositories count: 12
- Created at: 2022-11-16T19:34:50.605Z
- Updated at: 2025-03-09T16:52:34.961Z
- Last synced at: 2025-03-09T16:52:34.961Z
GitHub Sponsors Profile
Hey there! If you ended over here I bet that you are wondering what else am I making. I create small useful projects to speed up your development, open source them and release them for free. Check them out at my website www.skytanet.com and also have a quick overview below:
Simple Graph Editor
Simple Graph Editor is a Unity editor extension that will allow you to create directional graphs in no time! This editor allows you to quickly iterate and create prototypes for your games using a custom inspector. It's as easy as creating a Waypoint Cluster using the menu and then clicking to place the waypoints in your project.
Quickstart
Code refrence
Simple Database
Simple Database is a small wrapper library that will allow you to create and manage your save files in a quick and efficient way, taking care of the serialization details and the setup of a lightweight database. This asset was possible thanks to the following third party libraries:
BplusDotNet
Json.net for Unity3D
The backbone of this asset is a lightweight database, which allows it to shine the brightest when it matters the most: when the save files are big and threaten to become a bottleneck for your application. But this asset is more than just a faster solution; you will be able to split your game saves into different files, providing a simple, reliable and well-organized solution for your needs.
Quickstart
Code Reference
Simple translate
Simple translate is a package that allows to use the Laravel translations on your Vue components easily and efficiently. This package creates a bundle of translations in JSON format with just the ones used for each of the components, only the required information is passed to the view. It's as easy as calling the translations from your Vue componens using {{$attrs.__('')}} running the php artisan translate:bundle command that will automatically find and create the translation files and then adding the @bundle() directive on your Vue component.
Check out the readme for a quickstart
- Current Sponsors: 0
- Past Sponsors: 0
- Total Sponsors: 0
- Minimum Sponsorship: $1.00
Featured Works
Aridez/simple-graph-editor
Simple Graph Editor is a Unity editor extension that allows to quickly integrate directed graphs in your scenes in a visual manner and easily iterate through their design
Language: C# - Stars: 13Aridez/simple-database
Simple Database is a Unity editor extension that will allow you to manage your save files easily and efficiently. It is a wrapper library that integrates the Json.net serializer with the BplusdotNe…
Language: C# - Stars: 2Aridez/simple-translate
Easy and efficient Laravel translations made available in your Vue components
Language: PHP - Stars: