![OpenFL 2](https://img.shields.io/badge/require-OpenFL 2-red.svg)
2.5D fast multi-platform modeling tool to make tiles for games, icons or whatever you want!
-
Developed by Simone Cingano
-
Based on LGModeler by AngryOctupus
-
Original idea from lostgarden.com
- Status of the project
- Milestones
- Download
- Build by the sources
- Lostgarden challenge
- Sample models
- TODOs
The project is in an ALPHA development stage.
Anyway the BETA status is very close.
See the TODOs to check the work in progress.
- alpha: Shape and model (load and save to Base64)
- alpha2: Model renderer
- alpha3: Lights renderer + postfx (Antialias+outline)
- alpha4: Basic interface
- alpha5: Save to PNG (image+model) and big housekeeping
- alpha6: Shape list + improved gui
- alpha7: Model editing
- alpha8: Open/Save + check updates + improved feedbacks
- alpha9: unreliable systools removed
- beta stage: Improve interface and renderer <-- in progress
- rc stage: Polish the app
- release: Done!
- Windows Download 1.0.0-alpha9
- Mac Download 1.0.0-alpha9
- Linux32 Download 1.0.0-alpha9
To compile the project by yourself you need to set up some stuff
Install the needed libraries (and keep them updated)
haxelib install openfl
haxelib run openfl setup
haxelib install actuate
haxelib install akifox-transform
haxelib install akifox-asynchttp
haxelib install hxColorToolkit
haxelib install compiletime
haxelib install format
haxelib install systools
haxelib git plik https://github.com/yupswing/plik.git
(Only Windows or Mac) Rebuild systools for your platform (the project need to be revived!)
haxelib run lime rebuild systools [windows|mac]
Clone this repository
git clone https://github.com/yupswing/TileCraft.git
And finally try to compile and run (need to use legacy OpenFL)
Note: NEKO is very slow, I strongly recommend to run native instead
cd tilecraft
haxelib run lime test [windows|mac|linux] -Dv2 -Dlegacy
Notes: Sadly systools has lots of problems so I can't use the native Open and Save Dialogs right now
On Mac it works only the native save dialog (you have to put a path by hand if you want to open a model).
On Linux no native dialog works (you have to put a path by hand if you want to open a model).
The original idea for this tool comes from lostgarden.com
Here's the test-cases he provides to check the efficiency of the tool.
This were made in just five 5 minutes (all of them!)
Here some example models. To import them in TileCraft there are two ways:
- Click on and after
CTRL
+V
orCMD
+V
one of this example Base64 strings - Otherwise you can download the PNG and load it in TileCraft (yes it works!)
The tag in bold, before every entry, indicates at what stage that feature will be, hopefully, implemented.
- General
- Check online for updates
- BETA Housekeeping (make the whole more coherent)
- RC Unified dispatcher
- RC Online repository
- RC Make sure everything got disposed/destroyed
- RC Make sure every listener got removed
- RC Look and fix every TODO in the code
- POST RELEASE Support OpenFL3
- Conversion of Java code to Haxe code
- Internal Model
- I/O + Base64 encoder/decoder (improved in alpha4)
- Renderer (Fast+Lights)
- GUInterface (improved in alpha6)
- Model wysiwyg editor
- Renderer
- Convert LGModeler Renderer
- Output different size ( 0.5 , 0.25 , 0.125 )
- Fix incorrect rendering (ordering slices)
- POSTFX shaders (apply FXAA to have smooth output image)
- POSTFX make FXAA support alpha channel
- POSTFX Use normal scaling with no PostFx if opengl not supported
- Sync between renderers delays
- BETA Support edge smoothing
- BETA batch renderer and save to file
- BETA Trick NORM to have N/E Ramps and rounded N/S edges
- Model
- Convert LGModeler Model
- Support for PNG Output with embedded model data
- BETA Add author and model name to PNG metadata
- BETA Save enabled and lock to model data (tcMa)
- BETA Permit change color0 and use it as floor color (rendered)
- BETA Add more primitives (Prism, Arc)
- BETA Extend to 64 shapes
- RC Extend model to 32 colors (use the other 16 as replacement for batch rendering)
- Interface
- Resizable window
- ShapeList dragging to reorder shapes in model
- Add shape to model
- Clone shape
- I/O from string (Base64)
- Feedback on Load/Save/Boot/Errors
- Save/Load file
- Windows: Save and load native dialogs
- Mac: Save native + load textual (problems with systools)
- Linux: Save and load textual (problems with systools)
- BETAHistory (basic keep last 5 models as steps)
- BETA Report waiting (render especially) with Thread (and GUI modal 'box')
- BETA Minimap (Orthogonal Top and Side view)
- BETA ALT (center transformation), SHIFT (keep it square), Rotation (single element, whole context)
- BETA 90deg rotations (xyz) (changing positions and primitive type to simulate rotation)
- RC Support light style scheme
(public|private) (static )?([a-z]+)([^{;]+\([^{]+)
$1 $2function$4:$3
(int|byte|float|boolean)\[\] ([a-z0-9]+)
$2:Array<$1>
(int|byte|float|boolean) ([a-z0-9]+)
$2:$1
\(Int\)
Std.int