Ecosyste.ms: OpenCollective

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

github.com/pmndrs/racing-game

🏎 Open source racing game developed by everyone willing
https://github.com/pmndrs/racing-game

Add .eslintcache to gitignore

fa24808c737bb8135b7e1d20543b34332dc58e62 authored over 3 years ago
Run prettier-fix and restore for CI

d91e7960d6c6b4fad4b8761d8d99a48111c1120d authored over 3 years ago
Add husky to automatically lint & prettify on commit

ac1051be58e40fbf2d9f995bff9fd32fe9c2ea6f authored over 3 years ago
Remove yarn specific hack

1121474d5f745d95f4156c0192a860ff22e102f9 authored over 3 years ago
When using npm install the build will fail on a nullish operator in a dependency, we need to ensure that esbuild transforms those modules too

5b5a3e8d7ff422aa356ca57c600eb2a78c5f06c0 authored over 3 years ago
add train collision

0281251002a951e12a9ef98ce1e9333da318947f authored over 3 years ago
normalize track with vehicle and everything else

37a56263548a8bc1e387059ed6d0123e48463acb authored over 3 years ago
fix build?

6ef85318d3cce1e2b36444b39468f8b843591be2 authored over 3 years ago
fix sound

4fde0dcadb3a1deebaf8fb1132cbc606e94926ae authored over 3 years ago
cleanup

cd543bb37acdd6171e8dcde005b0016dc9795d06 authored over 3 years ago
Merge branch 'main' of https://github.com/drcmda/racing-game

2690ff2254812c701744abb7be5f12bd05755b2a authored over 3 years ago
cockpit speed-meter

b0ec38b2134e66a88924156b0954abc303acd0e3 authored over 3 years ago
Merge pull request #69 from Gusted/inactive-mouse

Hide mouse after 3 seconds inactivity

70aae3f5eec96a8686eaf42a996ceb335bf08188 authored over 3 years ago
Prettify

f34b9f55c3fdbc53b454700aac360003b3e41eb9 authored over 3 years ago
prevent double event listeners

9eef15acfa4c8e8d6679ab615a79464d4e425781 authored over 3 years ago
pretty-fy

80934122c737b9cdfbfd336d647ec4d69cb15400 authored over 3 years ago
Hide mouse after 3 seconds inactivity

This will hide the mouse after it hasn't been moved for 3 seconds and re-appear when the user mo...

7c3f56066cf946e9a6068c8a7dc4e0703c02d8eb authored over 3 years ago
Merge pull request #68 from Gusted/tab-grouping

Add folder into editor settings

bc060fd2b9daec886a1ab11b4a0eef6e03cdaa31 authored over 3 years ago
fix minimap perf regression #67

4eb91c9a38003292538d918ccd9fdd81b84696be authored over 3 years ago
Add folder into editor settings

Folder: General - General options to change about the vehicle nothing advanced
Folder Raycasting...

b53ac6a96f156333654ac1210f2429560b7e126e authored over 3 years ago
Merge pull request #63 from Gusted/Faster-builds

Speed up builds

7aa38d4f14620a6b35131b94b65c232140a84d63 authored over 3 years ago
Speed up builds

Webpack is notoriously slow using craco with the esbuild plugin is a good performance upgrade t...

39d0596577c917917ed34bc7ec18b213ae7bf1a3 authored over 3 years ago
pretty-fy

ac95ee61a49365d359b7f32c1698005a0f75cf53 authored over 3 years ago
new line

4dc7fa858288e52859298cea106164093e1411c0 authored over 3 years ago
Fix CI

4bea411b628f2ff29fc7dca03ef25cbf0e6982a4 authored over 3 years ago
revert these changes

01245b71c72f90511a11d465578a27e419c780cd authored over 3 years ago
Use fixed version to work around error

f9ed1525bbac07aa569a8f851ed34ae509a87f2d authored over 3 years ago
Fix capitalization of ui/Minimap

d4c9aae10d8d70e9631537fcebb0be02d29a8a1a authored over 3 years ago
fix minimap, wheels cast shadows

fcfeb156d40b31a2248b30a87f095f6335906b29 authored over 3 years ago
typo

1e6becb1874e4031f7556aa75b27703e2ee18e51 authored over 3 years ago
cleeanup

a2cb888d8c7104a8c01acba5cf98c981c943a4df authored over 3 years ago
fix store

ba8524a99776183daca2bf413605d8592551723c authored over 3 years ago
clean up race conditions

6865943757800a479821cadea47991783f5dea68 authored over 3 years ago
Merge pull request #27 from ekaradon/feat/minimap

Feat/minimap

880e1f7378196c795f5f624a0b0542343bc722cf authored over 3 years ago
fix: mini map being hidden when in bird view with everything above ground

7762f7175ad89858349de7b3ace52965f57b15d4 authored over 3 years ago
fix: ignore the basin when processing bounding box for the mini map

9168b1825ec94552b67ed893780604a16a8cb68d authored over 3 years ago
fix: player position

01008496fd0b3c9c3cef16ca2b301a49312e73e1 authored over 3 years ago
feat: display position of player on the minimap

1f7eb4b5a4e568352264d22939b3b9a755cd3852 authored over 3 years ago
feat: add a frame around the mini map

d9f31834d5dba21894faaa33f3153ce3473f6f80 authored over 3 years ago
feat: allow user to hide the mini map

b57adeed9e006447641e1b840784769b9a5341bd authored over 3 years ago
feat: add layers so we render only ground and lights for minimap

e79c92984b0647c65cdb4ff178c0cb10b95f8b88 authored over 3 years ago
feat: minimap at the top left position of the screen

03d28e92d733c3da025e61a68c6d8c87e1bd1c5c authored over 3 years ago
feat: rewrite minimap with a texture instead of bird eye camera

so we avoid overhead of rendering multiple time the same scene

c296cd7257d9b0ab9a72e48a5be4e2e18f865cb2 authored over 3 years ago
Merge pull request #62 from Gusted/stats-meter

Add option to toggle statsMeter

b7149fa4d08531da7aa987bbadc2c747a82fe470 authored over 3 years ago
Add option to toggle statsMeter

This should be useful to check the current FPS and how long it take to render 1 frame. Going to ...

02f9f89693823d8a55010f355842465bc022ceb4 authored over 3 years ago
Merge pull request #59 from Gusted/prettier-fix

Run prettier fix

d6f0b894287e4cecadcdc4f30273d6fc772b77ae authored over 3 years ago
Merge branch 'main' into prettier-fix

284b0a7ba003cf3471564c331154a3e49771a992 authored over 3 years ago
cleanup

105a2fb16606181f5e13b2f9006fd6c18aecc951 authored over 3 years ago
Run prettier fix

83722c118f90c485db58ca19edc80c9466986447 authored over 3 years ago
Merge pull request #57 from Gusted/patch-1

Run prettier as workflow

fb17dee05beb8bad5efaa2e52cf3bfd340dcc401 authored over 3 years ago
Merge pull request #55 from Gusted/improve-performance

Improve performance with canvas

b02a5087eaa69ad529b6b9dfb1144ec5d5690bb9 authored over 3 years ago
Run prettier as workflow

It seems like it was promised but got lost in time: https://github.com/pmndrs/racing-game/pull/4...

bbce5981ad88c9d035b3187db27e3161efe31298 authored over 3 years ago
Improve performance with canvas

Canvas can be very bad on performance when used the _wrong_/not optimized way as being noted in ...

d8fc1e2a3be71d05ce414d74285eac790f45aafc authored over 3 years ago
[Refactor] Remove constants from store

fbb5d2119ffcf8aab4f04e2cd34b15be5cd39ed8 authored over 3 years ago
exchange thumb

815e12b17ea1591c7095f4af29e71d5b6cbee059 authored over 3 years ago
water sound

191ac20526deabf39e00613feefd0056a8123e54 authored over 3 years ago
better sounds

86c1d772b5a6aa621d4d2913579010256f7289c6 authored over 3 years ago
useprogress

0fc998196754a5b5ff4abc32d4ddbc38ca67be1f authored over 3 years ago
add debug flag to heightmap

b3dbc85fffc29208800276eb6f6b67ec2f4c9e4a authored over 3 years ago
align heightmap

f13c1f46d5c3065d3dbe8d32aebede152c8ad096 authored over 3 years ago
Merge pull request #51 from bjornstar/remove-warnings

[CI] Drop warnings for react rules

50944863a320f6daaebfc3b2b365ebe474c8e3a9 authored over 3 years ago
Merge branch 'main' of https://github.com/drcmda/racing-game

ffc9dd8f21f47d96c06fa4f9d359a97ba406ed6a authored over 3 years ago
basin, tube, 1024 heightmap

268f58505298541db4d11d1abc36b86854b92499 authored over 3 years ago
[CI] Drop warnings for react rules, continue to warn on no-unused-vars and semi (Fixes #50)

4defdf8171ad46b89d38002820e3a245f6bc41f8 authored over 3 years ago
isBraking, not isBreaking

dc43012c857ab2b74281b4c92d6cd5b44f7ce2d6 authored over 3 years ago
collisions s🎉

b80d4acda20ed7d850a9d69f008219e13b4c1843 authored over 3 years ago
Merge pull request #45 from njm222/editor-refactor

Editor refactor

0bf8909b45d176d8f8745ff4659495199ed8d340 authored over 3 years ago
moved editor to keyboard shortcut e

a68885c010f7210859370cabc3cf3a31bbf97be9 authored over 3 years ago
Merge pull request #44 from njm222/bump-cannon

bump cannon 1.2.4

ae3264886362cffc275a32ab52906bec3408108b authored over 3 years ago
bump cannon

b22d07edfef2e22c5d26b325a03caf1b6a09971a authored over 3 years ago
Merge pull request #39 from njm222/vehicle-config

feature: vehicle editor

0f344e96199d16383835a156377d1794c8241659 authored over 3 years ago
lint

edc4d0ea38e11b6acd541453bb735b0c37134cf6 authored over 3 years ago
resolved conflicts

5a7dd2434a4523d608c5ebc70912507b59610b08 authored over 3 years ago
Merge branch 'main' into vehicle-config

d581197709f1c3de1d1177d8ffdf5b5b2e894e33 authored over 3 years ago
Merge pull request #43 from bjornstar/fix-github-workflows

Move workflow into workflows directory

37b2ce260a87447bb412e3012959024148130a1e authored over 3 years ago
merge with main

fbced6a5be50243e1d2cfd92a38512a3e51872c9 authored over 3 years ago
clean up store

7546b731bfc50df3ec6842f90bae902ed1ab4af2 authored over 3 years ago
Move workflow into workflows directory

2126263539692a02942d089dbcaf89b5ef6395b9 authored over 3 years ago
cleanup

da7e591d225e19d2897f904626b27d55c4ccfa05 authored over 3 years ago
cleanup

b32cf5aba4504cbc72301accc983f66a47095e10 authored over 3 years ago
refactor controls

d54227840c46bf0af645306ff9e5e305fbfe7c94 authored over 3 years ago
bump cannon

27f6d24d31b111d2c3862d3f9e044fcf84d19161 authored over 3 years ago
cleanup/refactor

e28f680a914393aba7cb75f44109791cba17ab8c authored over 3 years ago
add orbital controls for editor

7ae35c52e3c0511766bafdcf99913abf30942578 authored over 3 years ago
hide leva in intro

306cafd80dd50ed711ba9c2d3882ab68e66e0137 authored over 3 years ago
revert visual changes

48c6830f929ffc126fd67522d76183f9099c6ff0 authored over 3 years ago
minor range bug

6b6e35b06513432973a62be06ef0d5d5288e1b53 authored over 3 years ago
fixed reset for new editable items

18b3615dc6e661b9d4c4a6f0e831cfd66829bec3 authored over 3 years ago
add remaining wheelInfo config

480e1335a0882cef173406f5c0cac08cf436ef7d authored over 3 years ago
play btn & more config

03d1c592e4cfed877e461b54edda672ab9394b92 authored over 3 years ago
Merge pull request #42 from bjornstar/setup-github-actions

Add github workflow, lint files

127fb2f79885d12d0e49407b2255acdeea3ef693 authored over 3 years ago
Merge branch 'main' into setup-github-actions

5f95e1492544e430f646faf290d9ef4c9b911506 authored over 3 years ago
Merge pull request #41 from bjornstar/run-prettier-fix

Run prettier-fix

b2f12696f3822e31e1e8e753161339563613ee7e authored over 3 years ago
Merge branch 'main' into run-prettier-fix

5a6f765dce8d187d06c5b0bd0cab9113b661f09b authored over 3 years ago
Merge pull request #40 from bjornstar/make-models-index

[refactor] Make a models index, move Ground & Ramp into models

815249182bcdf2cf9496323be560bc91a809e71c authored over 3 years ago
reset editor

5414c852441bd8d8cefe1638e577718639e8f593 authored over 3 years ago
remaining config

851441fdc8f6e89188d2ff3c6667ab60661cf61b authored over 3 years ago
wheel radius editable

6f2ebec577f505e8e1076b459b5937d83c6cfafc authored over 3 years ago
pretty

b9fc9bf527068c07acc3431d5a2d039c2d8e87a3 authored over 3 years ago
leva starter (some config works)

294b4342d6b867325e2c13660770fb5f45ffbfc5 authored over 3 years ago