Commit graph

13 commits

Author SHA1 Message Date
3f1c523ad9 Major refactor:
* Removed any hotreload functionality to simplify the code-base, may introduce it back again if there's a need to redesign the UI as it was used for dynamic prototyping.
* Split the code base into two packages: generator and frontend. The 'generator' package is reponsible for the functionality of making the atlases, etc... while the frontend is pure the immediate mode UI implemented with raygui and application globals
* New build scripts, windows only for now.
2024-08-30 18:05:56 +03:00
178b0d5525 feat: Added methods for writing out the metadata about the atlas elements
misc: Refactoring
2024-08-30 12:32:57 +03:00
82ee56ef03 cli work, partial flags implementation 2024-04-29 12:44:30 +03:00
44e88f7fd0 working cpp codegen 2024-04-24 23:24:59 +03:00
043892cdd1 added metagen check for first class enum arrays 2024-04-24 22:52:24 +03:00
99194e943a working highly constrained metadata(ish) source code generator 2024-04-24 22:39:10 +03:00
52364f28b9 working metdata output for json & odin in the aseprite_odin_generator tool 2024-04-24 21:08:36 +03:00
67d7b3e227 working demo of what the metdata exporter is supposed to do 2024-04-23 19:17:38 +03:00
1f1a0ee48d working build & fixed the double padding 2024-04-22 20:09:42 +03:00
6863124384 refactored the UI & fixed a bug that would crash everything 2024-04-22 19:00:14 +03:00
973af01380 update the generator tool & added unmarshalling a whole directory 2024-04-21 19:17:27 +03:00
81d9632396 added new batch build script for the test generator program & minor cleanup 2024-04-21 14:31:12 +03:00
7510894c78 working packing generator example 2024-04-21 13:59:27 +03:00