Jeffery Myers
057d61e42d
Remove SHELL=cmd hacks ( #18 )
2025-01-18 18:50:34 -08:00
Peter0x44
8e4a0cd584
Remove SHELL=cmd hacks
...
These are not required anymore, now that premake is updated.
Fixed in:
https://github.com/premake/premake-core/pull/2039
2025-01-16 18:28:43 +00:00
Jeff Myers
eacc8b4060
update premake bins
2025-01-16 10:15:04 -08:00
Jeffery Myers
aee618bf0d
Merge branch 'main' of github.com:raylib-extras/raylib-quickstart
2025-01-15 19:13:42 -08:00
Jeffery Myers
6fa6fab5e9
note the obvious that you need a compiler for vscode.
2025-01-15 19:13:31 -08:00
Jeffery Myers
771f002318
Update both C and C++ to 17, and make them consistent across targets
2025-01-14 16:21:54 -08:00
Jeffery Myers
f7f6a4b656
Use mingw32-make in build-MinGW-W64.bat ( #16 )
2025-01-14 16:15:44 -08:00
Jeffery Myers
9ca678be96
Merge branch 'main' of github.com:raylib-extras/raylib-quickstart
2024-12-30 17:40:36 -08:00
Jeffery Myers
15eb1ab389
force arm on mac
2024-12-30 17:39:45 -08:00
Jeff Myers
9279259870
change to cc0
2024-12-26 13:40:47 -08:00
Peter0x44
d32dda4d1e
Use mingw32-make in build-MinGW-W64.bat
...
Not all mingw-w64 toolchains on windows are guaranteed to have make, but
virtually all of them have mingw32-make. MSYS2 UCRT does not provide
make, but does provide mingw32-make. So users who have added UCRT to the
PATH (Not advisable!) but not msys64 will have errors about a missing
make.
VSCode's tasks.json uses mingw32-make anyway, so it's better to stay
consistent with it.
2024-12-19 00:32:15 +00:00
Jeffery Myers
59addb2272
add option to use single external raylib
2024-12-18 08:08:43 -08:00
Jeffery Myers
d99a10f973
allow OpenGL ES2/3 in options
2024-12-04 08:16:31 -08:00
Jeffery Myers
bf07ce9e72
Merge branch 'main' of github.com:raylib-extras/raylib-quickstart
2024-11-25 09:50:22 -08:00
Jeffery Myers
049e919a49
correctly handle release mode console hiding for mingw-w64
2024-11-25 09:50:12 -08:00
Jeffery Myers
dd7338b41a
Minor README Adjustments ( #11 )
2024-11-23 08:40:57 -08:00
Nathan Iszlaub
312433ae8b
use code formatting for commands, files, and paths
2024-11-24 00:33:27 +08:00
Nathan Iszlaub
ec8968b0f3
fix minor typos and adjust casing+punctuation for consistency
2024-11-24 00:32:28 +08:00
Jeffery Myers
3b2aa70bb6
fix(config): vscode task ( #10 )
2024-11-20 20:33:58 -08:00
Ricardo Q. Bazan
e16a76fb94
fix(config): vscode task
2024-11-20 19:54:11 -05:00
Jeffery Myers
94a0a75d69
typo
2024-11-18 15:48:51 -08:00
Jeffery Myers
d36778c104
add platform for RGFW
2024-11-18 09:07:12 -08:00
Sajidur Rahman
2c5cb8bd0e
fixed typos ( #8 )
...
* fixed typos
fixed typing mistakes in 3 places.
* fixed typos
Fixed typos in words "back buffer" and "vsync".
2024-11-15 16:55:50 +00:00
Jeffery Myers
ebb45a6501
use c99 and c++17
2024-10-15 19:47:15 -07:00
Jeffery Myers
88f0896f46
Update README.md ( #5 )
2024-09-30 12:56:12 -07:00
Zelwaris
eb20ab2d56
Update README.md
2024-09-30 20:57:20 +02:00
Jeffery Myers
f8fb323310
update readme to say it uses git main
2024-09-27 07:41:45 -07:00
Jeffery Myers
cffb49be3a
Turn on shadow warnings for everyone.
2024-09-23 09:04:07 -07:00
Jeff Myers
1154181dea
add a clean task to vscode
2024-09-20 16:02:27 -07:00
Jeff Myers
3f9ed218fb
Make clean on MinGW-W64 batch.
...
Add notes to readme for how to swap to C++ or use your own code.
2024-09-20 15:56:00 -07:00
Jeffery Myers
dd63a74099
Fix invalid variable reference in macOS launch configuration ( #4 )
2024-09-18 20:31:18 -07:00
Lucas Dower
714bd0d0f1
Fix invalid variable reference in macOS launch configuration
2024-09-16 13:06:58 +01:00
Jeffery Myers
17a6eed6bd
Fix starting the debugger on macOS ( #2 )
2024-09-03 11:16:39 -07:00
Peter0x44
94d9eb180f
Fix starting the debugger on macOS
2024-09-03 18:52:20 +01:00
Jeffery Myers
d0001b3471
Give premake5 and premake5.osx execute permissions. ( #1 )
2024-09-03 10:38:59 -07:00
Peter0x44
2c14de3d07
Give premake5 and premake5.osx execute permissions.
...
This means users don't have to manually `chmod +x` them.
2024-09-03 17:14:12 +01:00
Jeffery Myers
ebc302f701
remove ./ from ac
2024-09-02 09:33:35 -07:00
Jeffery Myers
9c79fc4399
Merge branch 'main' of github.com:raylib-extras/raylib-quickstart
2024-08-23 07:09:45 -07:00
Jeffery Myers
e5b0c478bb
update OSX docs, they don't use the same bin as linux.
2024-08-23 07:09:36 -07:00
Jeffery Myers
8d0485eafc
use a single script file.
...
autogenerate the extern folder
2024-08-20 16:16:17 -07:00
Jeffery Myers
9049a646a1
Updates
2024-08-17 08:53:09 -07:00
Jeff Myers
9abfee362a
add missing properties file
2024-08-16 08:53:37 -07:00
Jeffery Myers
0523db4ad6
Update README.md
2024-08-16 08:24:54 -07:00
Jeffery Myers
134bb017ee
Update README.md
2024-08-14 19:36:33 -07:00
Jeffery Myers
d79c7ae9af
Update README.md
2024-08-14 19:35:12 -07:00
Jeffery Myers
1c30e84c38
linux info, ignores
2024-08-14 19:33:30 -07:00
Jeffery Myers
439b53c74d
vscode
2024-08-14 18:01:58 -07:00
Jeff Myers
3f023baa2f
inital code drop.
2024-08-14 17:09:43 -07:00
Jeffery Myers
fe934db383
Initial commit
2024-08-14 17:08:10 -07:00