Introduction
Quickly new Activity/Service/BroadcastReceiver/ContentProvider in Android Project with a wizard and configurate in AndroidManifest.xml.
Main function list:
- New Activity/Service/BroadcastReceiver.
- Customize action and category for intent-filter.
- New ContentProvider.
- Customize authorities继续阅读 »
The MesosCon, organized by the The Linux Foundation will take place from 20th August to the 21st August 2015 at the Sheraton Seattle Hotel in Seattle, United States Of America. The conference will feature two days of sessions to learn more about the Mesos core, an ecosystem developed around the project, and related tec继续阅读 »
In order to better promote TBOOX open source project development, we decided to adopt a more relaxed, more developer-friendly Apache License 2.0
The tbox and xmake projects have updated to new license.
If you want to known more, please refer to:Apache License 2.0继续阅读 »
New features
Add some interpreter builtin-modules
Support ml64 assembler for windows x64
Changes
Improve ipairs and pairs interfaces and support filter
Add filters for generating vs201x project
Remove core/tools (msys toolchains) and uses xmake to compile core sources on windows
Remove xmake/packages for templates
Bu继续阅读 »
The algorithm is based on libtess2 here and we optimizated some implementation and fixed some bugs.
The differents between our algorithm and libtess2's algorithm:
We change the coordinate system and the sweep direction (sweep line by horizontal here).
We need not project the vertices because our graphic engine is 2d,继续阅读 »
Sources
Changelog
New features
Add task api for running custom tasks
Add plugin expansion and provide some builtin plugins
Add export ide project plugin(.e.g makefile and will support to export other projects for vs, xcode in feature)
Add demo plugin for printing 'hello xmake'
Add make doxygen documents plugin
Add m继续阅读 »