112 Commits

Author SHA1 Message Date
Aaron Franke
82b3422d06 Merge pull request #64 from aaronfranke/dodge-the-link
Update Dodge the Creeps documentation link
2022-03-24 18:09:16 -05:00
Aaron Franke
a1db9a9a76 Update Dodge the Creeps documentation link 2022-03-24 17:15:29 -05:00
Aaron Franke
83ed7e1248 Merge pull request #63 from aaronfranke/scons-cpu-arch-c
Add support for non-x86 architectures to SConstruct files in C demos
2022-02-28 02:10:01 -06:00
Aaron Franke
6556849c94 Add support for non-x86 architectures to SConstruct files in C demos 2022-02-27 02:39:51 -06:00
Aaron Franke
43c76830f9 Merge pull request #61 from godotengine/readme
Update README to document versioned branches
2022-02-25 17:10:13 -06:00
Rémi Verschelde
72f55b889a Update README to document versioned branches
And mention the need to initialize submodules.
2022-02-25 10:21:24 +01:00
Aaron Franke
05274f7ccf Merge pull request #62 from godotengine/godot-3.4.3
Update demos for Godot 3.4.3-stable
2022-02-24 09:51:52 -06:00
Rémi Verschelde
41c824a5de Update demos for Godot 3.4.3-stable 2022-02-24 10:45:30 +01:00
Aaron Franke
f2e9c189c3 Merge pull request #59 from aaronfranke/header
Move input and random number generator to headers and _ready()
2021-07-12 14:54:42 -07:00
Aaron Franke
6ccec9e3ed Move input and random number generator to headers and _ready() 2021-07-12 14:01:06 -04:00
Aaron Franke
b83f498855 Merge pull request #58 from aaronfranke/readme
Update README files
2021-07-11 21:34:57 -07:00
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