Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 2.19 KB

README.md

File metadata and controls

65 lines (42 loc) · 2.19 KB

Limbrary

'lim'brary is Extendable framework for model and texture viewer with imgui

and there are several toys that use limbrary

Note

The reason why inherit an application class and write a program is because when you run multiple programs on this one project To make explicite life cycle with constructor and deconstructor and use less data area by reducing global variables, and to manage memory leaks in the heap space by allocating and deleting memory of member variables.

Build / Install Instructions

brew install cmake OR install @ https://cmake.org/download/

git clone https://github.com/imdongye/imtoys.git
cd imtoys
git submodule init
git submodule update

cmake -G["Xcode","Ninja","Visual Studio 17 2022"] -Bbuild .
cmake --build build --config Debug

Run / Test

The program must run in the main folder.

cd main; ../build/Debug/executable/imtoys_exe; cd ..

F1 key to open app selector

Dependency

in Core

in Apps