Flare studio is a graphical user interface for Flare Engine which aims to improve the user experience of the engine and encourage users to make more games with Flare Engine. Flare Studio is at its the Alpha Stage — expect incomplete features and active development and use it with your own risk.
- Creating isometrics maps
- Isometric Tile Editor with 64x32 fixed tile size
- Background Multi-layer Support (Ground, Wall, Decor)
- Collision Layer editing
- Tilesetdefs, spawn, settings gets created automaticly.
- Only tested in windows11 but potentially works on linux and macos.
- Go to the Releases page
- Downloaded for your OS. (Warning! So far, It is only tested for Windows11)
- Run
- Create a project and your first map.
- Import a tileset from your local with the little orange button at the leftsidebar, when in background layer.
- Paint your map with your tileset at background layer.
- Then switch to "collision layer" and make some paintings in there too.
- Export your project with the orange three string orange button at left sidebar.
- After exporting just copy and paste your project folder to the Flare's "mods" folder. Nothing else is needed. Enjoy game development with Flare!
Coming Soon...
Coming Soon...
⚡ Alpha Version
- 1- Maps
- 2- Collisions
- 0- Multi-tileset use with "Tabs"
- 1- Objects (In progress)
- 2- Events
- 3- NPCs (In progress)
- 4- Enemies
- 5- Dialogue (In progress)
- 6- Sounds
- 7- Quest (In progress)
- 8- Cutscenes
- 9- You name it. I will check on it. Promise.
- 9- UI Edits
- 10- Skills
- 12- Stats
- 13- Shaders (with injection method)
- 14- Translations/localization editor
- 15- Particles
- 16- You name it. I will check on it. Promise.
Warning! This software developed by a non-programmer person with AI assistants. So, because of that the codebase is probably like hell... However, If you still want to work on it; Run this single commands to start development after cloning the repo;
npm install
npm run devThis will:
- Install dependencies (if needed)
- Start Vite dev server
To run Vite + Electron together:
npm run electron-devThis will:
- Start Vite dev server
- Launch Electron app automatically
Enjoy exploring Flare Studio, the editor is evolving, feedbacks are always welcome. Go make games!