comparison examples/image/main.cpp @ 98:f4d23ad4aa27

Common: refactoring class mlk::size 1. Make uniform size representation in JSON format: { "width": 100, "height": 200 } The Javascript API was using this form while an array was used in loaders. 2. Create brand new functions in util::json to parse mlk::size objects, Updated util::json::require_(u)int as well. 3. Add new tests for mlk::size object, 4. Get rid of utilities in loader as they are in util::json instead.
author David Demelier <markand@malikania.fr>
date Tue, 04 Jul 2017 13:23:15 +0200
parents ee850a6ab89e
children 119bcc5a727e
comparison
equal deleted inserted replaced
97:7377a3d8600d 98:f4d23ad4aa27
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #include <chrono> 19 #include <chrono>
20 #include <iostream>
20 #include <thread> 21 #include <thread>
21 22
22 #include <malikania/client/loader.hpp> 23 #include <malikania/client/loader.hpp>
23 #include <malikania/client/image.hpp> 24 #include <malikania/client/image.hpp>
24 #include <malikania/client/window.hpp> 25 #include <malikania/client/window.hpp>