Commit Graph

84 Commits

Author SHA1 Message Date
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
Aaron Franke
0c448d94e9 Add formatting scripts for GitHub Actions
These are from the main repo, but simplified. Also add FUNDING.yml
2020-08-13 20:59:58 -05:00
Aaron Franke
59cc091e22 Merge pull request #34 from godotengine/cpp-nativescript-1-1
Merge "cpp-nativescript-1-1" into master
2020-08-13 20:47:05 -05:00
Thomas Herzog
bee8f315c4 Merge pull request #27 from lupoDharkael/update
Update C++ demos to latest bindings
2018-12-02 16:42:26 +01:00
Thomas Herzog
4765d62922 Merge pull request #28 from BastiaanOlij/reworked_c_simpledemo
Reworked C SimpleDemo to latest godot_headers
2018-12-02 16:35:31 +01:00
lupoDharkael
0e0dce8477 Update Readme.md 2018-12-01 16:17:08 +01:00
lupoDharkael
e842557980 Update kinematic_character demo 2018-12-01 16:16:48 +01:00
lupoDharkael
9f333600b6 Update cpp_constructors demo 2018-12-01 16:16:31 +01:00
lupoDharkael
9df4d39140 Update SimpleDemo 2018-12-01 16:03:28 +01:00
lupoDharkael
6909e114c2 Update gitignore 2018-12-01 16:03:07 +01:00
Bastiaan Olij
ac5e659adc Reworked C SimpleDemo to latest godot_headers 2018-12-01 22:46:40 +11:00
Thomas Herzog
c53983a26a Merge pull request #24 from CicholGricenchos/update-glfw-demo
update GLFWDemo for Godot 3
2018-05-23 13:07:44 +02:00
cichol
399b13c6c0 update GLFWDemo for Godot 3 2018-05-23 15:14:52 +08:00
karroffel
51e9677377 updated SimpleDemo C++ build file 2018-03-30 19:40:42 +02:00
Thomas Herzog
9b2719045c remove accidentally pushed test code 2018-02-12 20:48:44 +01:00
karroffel
ae7a17c717 updated C++ SimpleDemo 2018-02-11 15:48:05 +01:00
karroffel
25c7703861 added instance binding C demo 2018-02-09 18:35:15 +01:00
karroffel
8b3c2ee96b add GDN_EXPORT to C++ examples 2018-01-18 10:37:39 +01:00