updated readme & fixed the submodule setup for tinyfiledialogs + added a build script for windows
This commit is contained in:
parent
362f1a8165
commit
52ac2819c7
4 changed files with 15 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -16,4 +16,7 @@ linux
|
|||
build/
|
||||
build_generator/
|
||||
ols.json
|
||||
libtinyfiledialogs.a
|
||||
libtinyfiledialogs.a
|
||||
libtinyfiledialogs.obj
|
||||
tinyfiledialogs.lib
|
||||
tinyfiledialogs.obj
|
||||
|
|
@ -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
5
src/dialog/build.bat
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
@echo off
|
||||
|
||||
cl /c libtinyfiledialogs\tinyfiledialogs.c
|
||||
|
||||
lib tinyfiledialogs.obj /out:tinyfiledialogs.lib
|
||||
1
src/dialog/libtinyfiledialogs
Submodule
1
src/dialog/libtinyfiledialogs
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit cc6b593c029110af8045826ce691f540c85e850c
|
||||
Loading…
Add table
Add a link
Reference in a new issue