Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/maplibre/maplibre-native

MapLibre Native - Interactive vector tile maps for iOS, Android and other platforms.
https://github.com/maplibre/maplibre-native

allow for easier editing of style in Xcode

* write protobuf directly to file instead of stdout (for Gyp)
* add style.js to editable source...

4ff01fb07f77fcc2bce4ee5a7f835832b382c4ce authored almost 11 years ago
better spacing in gyp conf

e08b318c59078be9d174749b2e87ab5ebc8095d4 authored almost 11 years ago
only run shader rebuild when files are changed

4f9b0e2109ceb41fa1e323537666953c76a9364d authored almost 11 years ago
automatically build shaders during Xcode builds

14246346591e68bcda41930fa650a6ed94fe2681 authored almost 11 years ago
add shader sources to project for easier editing

f887025b1d6538d935be036517ebe29735ec8f22 authored almost 11 years ago
clean up settings mechanism (fixes #9 & #62)

* init, load, persist, sync, clear
* clean up frequent disk syncs which impacted iOS performanc...

257ccd16bb81abe0acadce7787148aeecf5bf2ca authored almost 11 years ago
refs #43: rename render methods for clarity

62c79e05cd376c951c2ddaea805eaf3fb3eea154 authored almost 11 years ago
s/view/mapView/ as on iOS for clarity

1c6e16c0bb71c9c3d15e983b805494fd598247ce authored almost 11 years ago
update iOS hardware target note

6a6118f66b573f182d286db93c0ab1e388db85a2 authored almost 11 years ago
use proper tile size

a8686020692f1e9a84d3493b1cd181e35dddc922 authored almost 11 years ago
move tile size to constants.hpp

b0357e8ea7347d8a0039818e3d347c8c5b36601b authored almost 11 years ago
make sure we don't encode the first vertex twice

2f32d1585db7a54d12fbc12541e358a5389d2ea2 authored almost 11 years ago
remove all mentions of degenerate things

1cab7f07bd7375e504ae39c051f5536bb6fa820b authored almost 11 years ago
remove addDegenerate()

51f526dd6aa3f8362d11e4da78d7d9a13ebf1aa6 authored almost 11 years ago
cut down on redundant gl uniform changes

da06a5205679f19498bcc3fd3f57b53e36bb4bc9 authored almost 11 years ago
change line_strip drawing for outlines to indexed lines

f5846e1ebbfa1000f03695d57354d63913351214 authored almost 11 years ago
optimizations + reorder vertex index

54454ed66a25536542a9eba902de6c145c024cba authored almost 11 years ago
Merge branch 'master' of https://github.com/mapbox/llmr-native

1a05832a93665301685fc4989cd7e9bb39cfc7ed authored almost 11 years ago
remove unused functions and run http_request in other operation queue

565a23785c385021a4f41a12e43152c3f0adb5c3 authored almost 11 years ago
Merge remote-tracking branch 'origin/variant' into variant

0fa33dc0253a543b626527e3981792396de337f2 authored almost 11 years ago
remove boost from readme and build system

7fbb33b5de38ca24b834204a8831b359203dfc06 authored almost 11 years ago
Merge branch 'master' into variant

db0e83fbbd96dbcbc36f15d8f71db1281a7c1b62 authored almost 11 years ago
Merge branch 'master' of github.com:mapbox/llmr-native into variant

359a35e60fd4e3f32c2f3fd846f2019643965154 authored almost 11 years ago
fixes #57: flesh out remainder of getters & setters plus animation

0005ca4eef8bb6bf5f8a6ef28a1c9cc324939d73 authored almost 11 years ago
custom variant type (replaces boost::variant and removes boost dependency altogether)

0939acca3052622a1435457b3c91517fb50bde92 authored almost 11 years ago
Merge branch 'indexed-lines'

b78df1903a80c69448d3e342f0a9b7ac23481de1 authored almost 11 years ago
Merge pull request #55 from mapbox/common-buffer

Create a common buffer implementation

4638add04be3dd4bbcfe3c99eaff6adb6f00c6ff authored almost 11 years ago
add rule for just making project

369beb08c5d426a693b31530cb732c8454e458bf authored almost 11 years ago
get point shader to work on ios

02f2dea807ab41541c03a9d4510484f129b5c2da authored almost 11 years ago
add rule for just making project

f0a945a45cfb7405d3b6237aeeec5e54bbbb6cc3 authored almost 11 years ago
Merge branch 'master' into indexed-lines

4cf48e08a5fe25f4bc6d599fcc1db8c33ba751ad authored almost 11 years ago
split line vertices into multiple buffer groups if elements overflow

662a61a3961c852c9b636ce6648c6e37853a5ea2 authored almost 11 years ago
move group struct to shared file

eb8e5fcf1598f25123aad83c41594af232a7ab60 authored almost 11 years ago
drawing lines with triangles

bec0ad10c4b460941d08cca597bf352c96820d34 authored almost 11 years ago
fixes #56: iOS network activity indicator

a84f861d1f62b07df596ab91964477f2cb921f63 authored almost 11 years ago
properly handle notifications

d9f4b07c93344f5e4ef0a2d474403adf41973885 authored almost 11 years ago
add more docs

eb9a6b7068b9910301bfc7a3b83e114c7545c893 authored almost 11 years ago
add missing buffer.hpp

4c6dc54352db2c5ef616eb88984845bb11ee2dbe authored almost 11 years ago
common buffer implementation

f4996046a2436886a5f1fc17a72a8cec21ad423d authored almost 11 years ago
c++ - change types order in boost::variant to move std::string to the end

("By default, a variant default-constructs its first bounded type..")

0157e4f1401b9f04399526584e95a4141cbe88ac authored almost 11 years ago
c++ - prefer switch over long-ish if/else (be nice to compiler)

5e87cfed5aa060768185d7a2800b4c746a6ffa49 authored almost 11 years ago
fixes #50: get rid of GLKViewController

e8bd180f0049e126d784dc2a359a025d0a94e4ca authored almost 11 years ago
clean up duplicate calculations on animation branching

0bccb0802842b1daabd0ad45d8d6288bc0b91d6b authored almost 11 years ago
added iOS quick zoom gesture

150d3ffdbe7534242aa484a81ec018bdd21cd476 authored almost 11 years ago
code sign on iOS depending on configuration

7f30ca876328d30ad3b9dad3d6582e81c65bda9a authored almost 11 years ago
fix iPad/iPhone animation times

8ada3a65519453763b54bd83708ff6963e70a193 authored almost 11 years ago
fixes #35: decelerated pinch zooming

f4edf7a33ecaf0e9cdb7133ab9bfe053ac2b78d9 authored almost 11 years ago
all iOS gestures cancel previous animations

c412b8d45ae6f649e140541263e949cef06919fa authored almost 11 years ago
expose transform animations cancel through map

f6642766c1285b4ad3a1e2fa45dc58a3510d12bb authored almost 11 years ago
Merge branch 'master' of https://github.com/mapbox/llmr-native

df2bc0bb7f32023dc1f98ee9ce31d29bc7a4fb8e authored almost 11 years ago
use a publicly accessible sprite image

cbe70c764871ea7856b1b1df68b0c77298be7dc4 authored almost 11 years ago
fixes #43: fix tile renders on OS X

daac03f5269b0c000ca06db56e65118238b92bd7 authored almost 11 years ago
fix some indentation

b17698579125cacaddb9b16e7cab4226b8f24094 authored almost 11 years ago
Merge branch 'master' of github.com:mapbox/llmr-native

b2b38c4985e348eecf3727a9291ced2c9f0141df authored almost 11 years ago
refs #43: only render on iOS when we need to

ad104ee03e8ac4d5cc214aaeb7484de51c45e9dd authored almost 11 years ago
removing useless line with our use of GLKViewController

309096419b10d0029e015a5476efc3f85c7d1b89 authored almost 11 years ago
Merge branch 'master' of https://github.com/mapbox/llmr-native

Conflicts:
src/map/transform.cpp

9cef72fadb88739105810c151c94ae195c26b48c authored almost 11 years ago
add cancelAnimations() function

refs #34

28ee5968f8e65b01c5148de968ea22a8759f48bd authored almost 11 years ago
only output FPS on iOS when in debug mode

6d75c0209d889af36948212dc1bc5f4efd78914f authored almost 11 years ago
refs #34: don't decelerate pan for low velocity

29744cfa5afd1de981513f70bf1c31dec84f35be authored almost 11 years ago
fixes #34: decelerated panning

a95f0a8621bf9f62b20947723d16fc5f0d3d0e95 authored almost 11 years ago
allow for animated moves

e48207a4ef13ee7bc0594886cf53f5dbc6415c37 authored almost 11 years ago
fixes #46: properly dampen pinch gestures near initial zoom w/o flapping

26433e3288f57c816b8b14966a56c1fddd79f8f9 authored almost 11 years ago
refs #45: fix bug w/o breaking intended result

c4cdf8f714951b855e2c927f0527ac8569f7cd5e authored almost 11 years ago
fixes #45: only simultaneously allow pan, pinch, and rotate

558fef52575b600377422681bf80fadda769b0fa authored almost 11 years ago
re-org gestures for conceptual grouping

7e92a82d17ff560c005b38a00c6e59e8b9d5a6c2 authored almost 11 years ago
always rerender when calling update()

0ae3d3926b7ef63a15a5f50a42b91b5f442fffa9 authored almost 11 years ago
add cstring header

828240565b7f20429048b8ad02975e68e0121d3c authored almost 11 years ago
render updates if tiles changed after movements

dd6d040cdaeff5626aa63b762815b683ca41ba92 authored almost 11 years ago
revert back to 32767

9553bfa159f2a19aed1bea035bc01aa4f0de9906 authored almost 11 years ago
Merge remote-tracking branch 'origin/animated-scale'

f756768c18527c27242c65bd5fb20733c12a1708 authored almost 11 years ago
Merge branch 'master' of https://github.com/mapbox/llmr-native

Conflicts:
src/geometry/debug_font.cpp

33beb081f5e72090abd5f4b70286971f7eccf347 authored almost 11 years ago
c++

* store commands in uint8_t

7d271cca02e2b5d73023c317d04f81c17139b6fe authored almost 11 years ago
c++

* use c++ style casts
* remove unused includes

8703b691515756fdbb180275fa465815c103c805 authored almost 11 years ago
c++

* don't rely on implicit size_t to bool conversions (fix MSVC compiler warning)

0cf3f28d0577d5eb04a4bab150ed2170cd87801e authored almost 11 years ago
c++

* make it a bit more readable

bfcfb592da1454321d75f8e7b973f6ff60876e3d authored almost 11 years ago
c++

* prefer prefix increment operator unless logically necessary
(it doesn't make any diff foro b...

2d3abf36b1978504ed4cc8406b3007389088d777 authored almost 11 years ago
c++

* use nullptr instead of NULL

a8fef83564d9c70a887e32f4b398c99762779301 authored almost 11 years ago
c++

* fix typedef's
* fix virtual dtor's
* make ctor's with one argument explicit
* util::noncopyabl...

d6654ccaed8b522b6de3156c1a271f6c60a67572 authored almost 11 years ago
skip unknown glyphs

ed4072bdd13262ff54bab86e08192163dad41b6f authored almost 11 years ago
Merge branch 'master' of https://github.com/mapbox/llmr-native

ad50fa56e7de3061c4f531af907679d1f33c337f authored almost 11 years ago
make debug font const

64b072a08ee7399e58ffe4e8f555ea02d88b501f authored almost 11 years ago
fixes #42: allow for simultaneous pan, pinch, and rotate

61c69f587283fc3f398e9521c5b30cf32632851a authored almost 11 years ago
speed up pinch gestures per @gundersen

dd3687061db552517ad9687933e1b75bdc3c791f authored almost 11 years ago
refs #30: animated scaleBy

* add duration argument to scaleBy & setScale
* add scale center arguments to setScale
* add a...

3ae58c53a22a613cb70755c18a9396fb44f39a0a authored almost 11 years ago
simplify gesture points

74f3e5715acfece4e7c128bd3d3ce3706330eda2 authored almost 11 years ago
scale iOS pinches at gesture center

e7dd28f6e04b360e9e094637e298cfc336fac533 authored almost 11 years ago
add 4" device launch image

74b522ac6e6dab8b555068f1ecac55362d79206e authored almost 11 years ago
Merge pull request #39 from mapbox/ios-speed

Switch to Vertex Array Objects

f27e219a70aeb55ef80ad843576b0805d557d224 authored almost 11 years ago
textured fills & enforce vao program with templates

cf31a809207d6cd27255ce68eb07e53b8dc898fd authored almost 11 years ago
always pass the parameters and verify that they're correct

eabd99d8f6d00523e56fd8d329dc011bf22d51dc authored almost 11 years ago
remove switchShader()

e94cb1b00b81685a958219e749ea638dc087adb6 authored almost 11 years ago
change back to use web-provided version of resources

c922980eebc6d32e68c8cfcd5f90eeb767791549 authored almost 11 years ago
move to vertex array objects

e30d8eb48f89367f27a138fda5fdf41b78200e6c authored almost 11 years ago
Merge branch 'master' of github.com:mapbox/llmr-native

80ed0e13f4b62cc8172f98624db1f517f0a1e74d authored almost 11 years ago
bump up iOS deployment target for TestFlight compatibility

503f0fc145c671e589d093d5ab7f4995ae28439d authored almost 11 years ago
set framerate to 60fps

0a053d944a0d8ff8373f8091c9738e68080d34eb authored almost 11 years ago
add aliases for VAOs

b629f56f6859714a8a0990336da21423b937405f authored almost 11 years ago
initialize variables

f738a9e19ed95d9fdc845dbc471ac21062e762f5 authored almost 11 years ago
correctly specify the number of attribute elements

e97fcda9f32b5ce0433b55709fdcfd83885886fa authored almost 11 years ago