Commit graph

30 commits

Author SHA1 Message Date
InKryption
ec9e770673 glfw: Update readme to reflect changes made to glfw.init 2021-11-10 11:42:24 -07:00
Stephen Gutekanst
e6084af0e5 glfw: send pull requests to the main repository to avoid merge conflicts
When changes are merged to both hexops/mach and hexops/mach-glfw, we get a conflict
which is difficult to resolve with `git subtree`, particularly because we don't want
to squash commits for either repository (we prefer to maintain the full commit history
in both repos.)

Instead, require that all pull requests be sent to the main hexops/mach repository.
That's not as nice, I admit, but should be pretty easy to handle (literally just copy
changes over) and will ensure we can always keep both repos in sync easily and without
conflict.

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-11-07 20:51:16 -07:00
Noora Heinsuo
fd131c83a9
Fix code example (#1) 2021-11-03 20:13:39 -07:00
Stephen Gutekanst
96cb20e9e8 glfw: add Vulkan example to README
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-10-31 01:14:46 -07:00
Stephen Gutekanst
f0a71f53a4 glfw: update README, send pull requests to the main repo if possible
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-10-30 21:23:17 -07:00
Stephen Gutekanst
3b231b7456 glfw: improve README, add getting started, error handling, etc
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-10-30 21:23:17 -07:00
Stephen Gutekanst
cdf1f1b1c1 glfw: correct CI status badge in README
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-10-24 08:53:59 -07:00
Stephen Gutekanst
00648d7b2d glfw: cleanup README, explain how to use Vulkan/OpenGL with it
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-10-24 07:47:05 -07:00
Stephen Gutekanst
3d19b4993c
glfw: README: cleanup 2021-10-24 05:50:56 -07:00
Stephen Gutekanst
63f29665ff glfw: update README
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-10-24 05:48:08 -07:00
Stephen Gutekanst
7ca9b85d43 README: cross compilation from all desktop OS now working
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-09-13 20:49:34 -07:00
Stephen Gutekanst
28efaca99a
README: Linux support officially working
Helps #4
2021-08-02 23:50:12 -07:00
Stephen Gutekanst
2fbbd82287
README: update the state of Linux support 2021-07-29 21:21:32 -07:00
Stephen Gutekanst
72972b8725 README: Windows cross compilation fully supported
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-07-25 23:16:57 -07:00
Stephen Gutekanst
a54de46a8a README: x86_64-windows support verified
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-07-25 22:59:08 -07:00
Stephen Gutekanst
c9af091855
README: x86_64-macos -> aarch64-macos verified 2021-07-25 17:27:41 -07:00
Stephen Gutekanst
37f738fec8 README: x86_64-linux -> aarch64-macos now working
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-07-25 17:25:33 -07:00
Stephen Gutekanst
e5642c5471 verify cross compilation: x86_64-macos -> aarch64-macos
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-07-25 17:09:43 -07:00
Stephen Gutekanst
79db884e50 README: aarch64-macos -> aarch64-macos now tested via CI
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-07-25 16:09:28 -07:00
Stephen Gutekanst
c57a2374ab
README: update state of macOS support
Closes #3
2021-07-25 15:33:52 -07:00
Stephen Gutekanst
3627edfbba README: add supported platforms matrix
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-07-18 14:52:45 -07:00
Stephen Gutekanst
fcdaba5cc2 README: explain zero fuss installation & cross compilation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-07-18 14:52:11 -07:00
Stephen Gutekanst
0f9fb391aa README: link machengine Twitter
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-07-18 13:50:53 -07:00
Stephen Gutekanst
6a7f294ee8
README: use less bright background for dark theme 2021-07-17 12:04:03 -07:00
Stephen Gutekanst
ff53a38316
README: add white background + tagline to logo 2021-07-17 11:34:10 -07:00
Stephen Gutekanst
12321d89df
README: add logo 2021-07-10 01:11:39 -07:00
Stephen Gutekanst
f639ed395d
README: better tagline 2021-07-07 19:21:31 -07:00
Stephen Gutekanst
2654c1c3b1 README: change name to Mach engine
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-07-07 19:18:19 -07:00
Stephen Gutekanst
d2d373d6f9
README: inline CI status badge 2021-07-04 10:40:28 -07:00
Stephen Gutekanst
5fc6cb0d16 initialize repository
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-07-04 10:36:34 -07:00