Games!

Here are some tools that I've created for my games and other projects

Game Tools

Localisation Tool

Other Tools

Feur

Localisation Tool

This tool has been made in Unity.
The purpose of this tool is to make "Botanicat" a multi-language game.
Tool Info:
  • Localisation on Strings and Assets
  • 2 new Unity Editor to configure and link localisation
  • Store Localisation in a CSV file
  • Add a new language by including it in an Enum

Editor to localise Strings

Editor to localise Assets (here Texture2D)

Property Drawer in Inspector to link data

Search Editor to apply data to a Property Drawer

Feur

Feur is a game Engine currently under construction.
I will provide update and feedback you on the dev log here.

Since I'm new to game engine creation, I'm following The Cherno's Game Engine series. Link here : https://www.youtube.com/playlist?list=PLlrATfBNZ98dC-V-N3m0Go4deliWHPFwT

Dev Logs

Log 1

  • Add fondation of a Layer system
  • Link window events to the Event system
  • Add GLFW to handle windows
  • Setup precompile headers
  • Add Event system based on blocking architecture
  • Add premake to the project
  • Add Log system to the engine using sqdlog for now
  • Setup basic application and entry point