Aaron Franke
3ef34a63bc
Update README files
2021-07-12 00:33:48 -04:00
Aaron Franke
d72a0104a3
Merge pull request #57 from aaronfranke/win
...
Add Windows support to C++ demos
2021-07-10 20:51:06 -07:00
Aaron Franke
16b0bb2163
Add Windows support to C++ demos
2021-07-10 23:19:12 -04:00
Aaron Franke
b2382b5cc6
Merge pull request #56 from aaronfranke/dtc
...
Create Dodge the Creeps with GDNative C++ demo
2021-07-10 00:27:28 -07:00
Aaron Franke
9d0eaf9dda
Create Dodge the Creeps with GDNative C++ demo
2021-07-10 03:17:58 -04:00
Aaron Franke
4765d7f7ca
Merge pull request #54 from aaronfranke/outdated
...
Delete outdated C++ demos and improve outdated README files
2021-07-10 00:17:31 -07:00
Aaron Franke
f36845c2ee
Improve outdated README files and improve simple C++ demo
2021-07-10 03:13:34 -04:00
Aaron Franke
c4f925c048
Delete outdated C++ demos
...
They can be re-added later if someone wants to re-make them in a format similar to the simple demo. The Kinematic Character demo would need to be re-done from scratch to match the current GDScript version.
2021-07-10 03:13:34 -04:00
Aaron Franke
85d33f1ea2
Merge pull request #55 from aaronfranke/pong
...
Create Pong with GDNative C++ demo
2021-07-10 00:11:47 -07:00
Aaron Franke
6f6230b899
Create Pong with GDNative C++ demo
2021-07-09 10:38:15 -04:00
Aaron Franke
798fc4fe34
Merge pull request #53 from aaronfranke/mac
...
Add macOS support to simple C++ demo
2021-07-08 18:26:59 -07:00
Aaron Franke
eb52bc7390
Add macOS support to simple C++ demo
2021-07-08 21:06:58 -04:00
Aaron Franke
aa20e79ab3
Merge pull request #52 from aaronfranke/cpp-simple-linux
...
Add Linux support to simple C++ demo and add ability for SimpleSprite to move as intended
2021-07-06 20:17:23 -07:00
Aaron Franke
3aa846ac79
Add ability for SimpleSprite to move as intended
2021-07-06 23:08:40 -04:00
Aaron Franke
a6084fd911
Add Linux support to simple C++ demo
2021-07-06 23:08:34 -04:00
Aaron Franke
529afe93c7
Merge pull request #51 from sdtv9507/refactor-cpp-simple
...
Refactor c++ simple demo
2021-07-06 19:33:29 -07:00
sdtv9507
37d2945d00
Update SConstruct file
2021-07-01 15:03:21 -04:00
sdtv9507
d626f8bb05
Update project files
2021-07-01 14:45:56 -04:00
sdtv9507
e3c6b599bf
Add godot-cpp repo as a submodule
2021-07-01 14:31:33 -04:00
sdtv9507
39382cbcd4
Update SConstruct file
2021-07-01 14:15:01 -04:00
sdtv9507
7c32d04742
Separate godot project files from c++ source
2021-07-01 14:01:01 -04:00
Aaron Franke
2bbc1fb78e
Merge pull request #49 from ITotalJustice/master
...
update `godot-headers` include path
2021-05-19 06:39:39 -04:00
ITotalJustice
f6aae6785c
update godot-headers include path
2021-05-19 11:31:40 +01:00
Aaron Franke
1fa9a2b78e
Merge pull request #48 from aaronfranke/update-3.3
...
Update C demos to Godot 3.3
2021-05-16 09:26:40 -04:00
Aaron Franke
16581da9b2
Update C demos to Godot 3.3
2021-05-14 21:48:40 -04:00
Aaron Franke
e062bd133f
Merge pull request #46 from aaronfranke/c-win
...
Add Windows support to C demos (simple and instance_binding)
2021-04-21 04:48:55 -05:00
Aaron Franke
706b352dfb
Add Windows support to C demos (simple and instance_binding)
...
GLFW doesn't seem to work
2021-04-21 00:05:29 -04:00
Aaron Franke
ddc3432c22
Merge pull request #44 from geekrelief/c
...
Updated the C demos
2021-04-07 16:42:22 -05:00
geekrelief
7996654ff2
Updated the C demos
...
- removed godot_headers submodule
- updated c submodules to godot-headers
- updated SConstruct to compile with windows and godot-headers submodule, msvc was not picked up properly
- updated api for instance_binding.c so it compiles
2021-04-07 16:10:15 -04:00
Aaron Franke
6fdd07cc41
Update headers submodules for Godot 3.2.3-stable
2021-04-07 04:09:47 -04:00
Aaron Franke
d30354c9f4
Merge pull request #40 from aaronfranke/refactor-c
...
Refactor remaining C demos
2020-09-04 14:56:01 -04:00
Aaron Franke
337202bfba
Finish refactoring Instance Binding demo and update to Godot 3.2.2
...
Untested on macOS and Windows.
2020-08-31 01:55:20 -04:00
Aaron Franke
9f12378931
Finish refactoring GLFW demo and update to Godot 3.2.2
...
Untested on macOS and Windows, and GCC isn't working.
2020-08-31 01:55:20 -04:00
Aaron Franke
b17be55a06
Add godot_headers submodules for remaining C demos
2020-08-31 00:15:32 -04:00
Aaron Franke
69527eb7aa
Refactor remaining C demos to match simple C demo
...
The projects don't work as of this commit, but are fixed in a later commit in the same PR.
2020-08-31 00:12:51 -04:00
Aaron Franke
fa1e47f784
Update README files for C demos
...
As of this commit, a lot of the content in these files is incorrect.
2020-08-31 00:12:51 -04:00
Aaron Franke
2e9d02cd2c
Rename project folders
2020-08-31 00:12:51 -04:00
Aaron Franke
d5348ec89d
Merge pull request #38 from aaronfranke/c-simple
...
Refactor simple demo folder, SConstruct, and other project files
2020-08-30 23:44:13 -04:00
Aaron Franke
3179fe225f
Add comments to simple.c and simplify it
...
The comments are from the documentation article.
2020-08-17 18:48:21 -05:00
Aaron Franke
831bb3ab9d
Refactor SConstruct file in the simple demo
...
Change platform names to future-proof names, format comments, reorganize code, and add relative path for library linking.
2020-08-17 18:48:21 -05:00
Aaron Franke
7405928f34
Rename simple demo project files
...
GDNative files now go in project/gdnative/ instead of demo/bin/
2020-08-16 21:20:34 -05:00
Aaron Franke
ac3d667172
Rename "SimpleDemo" folder to "simple"
2020-08-16 21:10:15 -05:00
Aaron Franke
5088b3591e
Merge pull request #37 from aaronfranke/icon-images
...
Improve icon.png for projects using default icon and run oxipng
2020-08-16 20:21:40 -05:00
Aaron Franke
5b2bc4783b
Improve icon.png for projects using default icon
2020-08-16 19:16:12 -05:00
Aaron Franke
28e3f8a267
Merge pull request #36 from aaronfranke/metadata
...
Update repo metadata
2020-08-16 19:12:27 -05:00
Aaron Franke
f87963e631
Update repo metadata
2020-08-15 16:20:56 -05:00
Aaron Franke
0c0e48a0cc
Merge pull request #35 from aaronfranke/formatting
...
Add formatting scripts for GitHub Actions
2020-08-15 13:01:24 -05:00
Aaron Franke
9504d289e5
Commit files changed by black_format.sh
2020-08-13 20:59:58 -05:00
Aaron Franke
bba3ce54ce
Commit files changed by clang_format.sh
2020-08-13 20:59:58 -05:00
Aaron Franke
32cfbfd88a
Commit files changed by file_format.sh
2020-08-13 20:59:58 -05:00