updated readme & fixed the submodule setup for tinyfiledialogs + added a build script for windows

This commit is contained in:
Stefan Stefanov 2024-04-23 10:01:51 +03:00
parent 362f1a8165
commit 52ac2819c7
4 changed files with 15 additions and 3 deletions

5
.gitignore vendored
View file

@ -16,4 +16,7 @@ linux
build/
build_generator/
ols.json
libtinyfiledialogs.a
libtinyfiledialogs.a
libtinyfiledialogs.obj
tinyfiledialogs.lib
tinyfiledialogs.obj

View file

@ -6,6 +6,9 @@ Yet-Another-Atlas-Packer by Stefan Stefanov
Simple atlas packer using `stb_rect_pack` from the `stb` family of header libraries & `raylib` for rendering/ui.
I'm using a custom marshall/unmarshall odin library for reading .aseprite files found [here](https://github.com/blob1807/odin-aseprite)
The goal of the tool is to take in multiple aseprite files and pack them into a single atlas, outputting some metadata in the process in the form of
json and/or source files for direct use in odin (maybe more languages too).
Project template provided by Karl Zylinski on github [here](https://github.com/karl-zylinski/odin-raylib-hot-reload-game-template).
I'm using a library for marhsalling the aseprite files found [here](https://github.com/blob1807/odin-aseprite) on github.
Project template provided by Karl Zylinski found [here](https://github.com/karl-zylinski/odin-raylib-hot-reload-game-template) on github.

5
src/dialog/build.bat Normal file
View file

@ -0,0 +1,5 @@
@echo off
cl /c libtinyfiledialogs\tinyfiledialogs.c
lib tinyfiledialogs.obj /out:tinyfiledialogs.lib

@ -0,0 +1 @@
Subproject commit cc6b593c029110af8045826ce691f540c85e850c