CI: Clarify purpose of example_null, Changelog

This commit is contained in:
omar
2020-03-19 11:10:58 +01:00
parent ac5ffffc23
commit d8824f9a9a
4 changed files with 27 additions and 18 deletions

View File

@@ -153,7 +153,7 @@ Those will allow you to create portable applications and will solve and abstract
---------------------------------------
Building:
Unfortunately in 2018 it is still tedious to create and maintain portable build files using external
Unfortunately in 2020 it is still tedious to create and maintain portable build files using external
libraries (the kind we're using here to create a window and render 3D triangles) without relying on
third party software. For most examples here I choose to provide:
- Makefiles for Linux/OSX
@@ -164,6 +164,9 @@ Building:
You can probably just import the imgui_impl_xxx.cpp/.h files into your own codebase or compile those
directly with a command-line compiler.
If you are interested in using Cmake to build and links examples, see:
https://github.com/ocornut/imgui/pull/1713 and https://github.com/ocornut/imgui/pull/3027
example_allegro5/
Allegro 5 example.