<br><br><div class="gmail_quote">2013/3/13 daniel mosquera <span dir="ltr"><<a href="mailto:milkatoffeecuco@gmail.com" target="_blank">milkatoffeecuco@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><div><div><div>Hello. <br><br>My name is Daniel Mosquera and I'm creating a C++ toolkit to develop applications directly in Wayland. At the current time I've just developed the core (strings, files, serialization, delegates, threading, synchronization, network, sqlite3 and some other components) and I'm looking for some advise about two topics:<br>

</div>- I'm thinking about to release it with MIT or BSD license to make it directly compatible with commercial and open source applications. I want anyone to use it without any restriction. I'm not very familiarized with license stuff, so could you advise me any license in particular?<br>

</div>- Where can I find wayland examples to create a window and to draw some text in it? Where can I find an example to create a text widget?<br><br><br></div>Kind regards,<br></div>Daniel Mosquera<br></div>
<br>_______________________________________________<br>
wayland-devel mailing list<br>
<a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
<br></blockquote></div><br>Hi,<br><br>just out curiosity, what were the shortcomings of existing toolkits such as GTK+ and Qt<br>that made you decide to write your own library from scratch? It seems to me like you're<br>
doing a lot of duplicated work, especially on the core side of things.<br><br>Jonas<br>