Games!
Here are some tools that I've created for my games and other projects
Game Tools
Other Tools
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
Incomming Updates:
- Make a unity package Downloadable
- Add the ability to remove an entry
- Add the ability to move the entry up and down inside the editor
- Change the color of a modified entry
Things I want to implement:
- Add data base support
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 in C++ currently under construction.
I will provide updates and goals 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
Goals
Make a GUI library
- Implement graphic library
- Vulkan <- I'm here
- OpenGL
- DirectX
- Make dockable windows
- use GLFW <- I'm here
- review window Bahaviour
- make window Dockable
- Make UI Element with CSS-style layout