TinyEngine
TinyEngine copied to clipboard
Tiny OpenGL Wrapper / 3D Engine in C++
Hey, I'm trying to use TinyEngine for a project because it looks really cool and useful, but I keep getting segmentation errors in when running the examples. Am I doing...
Hello, Get the error ``` $ cd examples/9_Scene $ make all g++ -std=c++17 main.cpp -Wfatal-errors -O -I/usr/local/include -L/usr/local/lib -lTinyEngine -lX11 -lGL -lpthread -lSDL2 -lSDL2_image -lSDL2_mixer -lSDL2_ttf -lGLEW -lboost_system -lboost_filesystem -o...
I am sorry for this, but maybe because I just moving to a new iMac with chip M1, after setup all the commands, I still have this error: ``` apple@Apples-iMac...
Fix small typo
I've set up a Windows build of TinyEngine. It allows a user on a Windows machine to compile and run all the TinyEngine examples in Visual Studio 2019. There is...
Linux 5.6.16-1-MANJARO x86_64 20.0.3 Lysia GCC version 10.1.0 ~/.../examples/5_Particles >>> make -f makefile ±[master] g++ -std=c++17 main.cpp ../../include/imgui/imgui.cpp ../../include/imgui/imgui_demo.cpp ../../include/imgui/imgui_draw.cpp ../../include/imgui/imgui_widgets.cpp ../../include/imgui/imgui_impl_opengl3.cpp ../../include/imgui/imgui_impl_sdl.cpp -Wfatal-errors -O -I/usr/local/include -L/usr/local/lib -lX11 -lpthread -lSDL2...
Your `Makefile` works out of the box. You only have to create `~/.local` directory before running `make`. There is an warning I think I should report back to you: ```...
Would be good to know :)
Fix typo sdl2_ttf
Hello 😀, I noticed there's a typo on the Installation-> MacOS (+Apple M1) section, it should be `brew install sdl2_ttf` instead of `brew install sld2_ttf`.