-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
75 changed files
with
1,196 additions
and
664 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
[Buildset] | ||
BuildItems=@Variant(\x00\x00\x00\t\x00\x00\x00\x00\x01\x00\x00\x00\x0b\x00\x00\x00\x00\x01\x00\x00\x00\x08\x00e\x00g\x00b\x00a) | ||
|
||
[CustomBuildSystem] | ||
CurrentConfiguration=BuildConfig0 | ||
|
||
[CustomBuildSystem][BuildConfig0] | ||
BuildDir=file:///home/desnot/GD/c_raylib/egba | ||
Title=perso | ||
|
||
[CustomBuildSystem][BuildConfig0][ToolBuild] | ||
Arguments= | ||
Enabled=true | ||
Environment= | ||
Executable=file:./make | ||
Type=0 | ||
|
||
[CustomBuildSystem][BuildConfig0][ToolClean] | ||
Arguments= | ||
Enabled=false | ||
Environment= | ||
Executable= | ||
Type=3 | ||
|
||
[CustomBuildSystem][BuildConfig0][ToolConfigure] | ||
Arguments= | ||
Enabled=false | ||
Environment= | ||
Executable= | ||
Type=1 | ||
|
||
[CustomBuildSystem][BuildConfig0][ToolInstall] | ||
Arguments= | ||
Enabled=false | ||
Environment= | ||
Executable= | ||
Type=2 | ||
|
||
[CustomBuildSystem][BuildConfig0][ToolPrune] | ||
Arguments= | ||
Enabled=false | ||
Environment= | ||
Executable= | ||
Type=4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"files.associations": { | ||
"raymath.h": "c" | ||
} | ||
}, | ||
"C_Cpp.errorSquiggles": "disabled" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,28 @@ | ||
|
||
## projects browser | ||
- [ ] icon lua/sprite/egba | ||
- [x] icon lua/sprite/egba | ||
- [x] button add/delete project | ||
- [x] timer | ||
## project menu | ||
- [ ] button run debug/build egba/export bin/import | ||
- [ ] loading error script/png | ||
## project viewer | ||
- [x] button run debug/build egba | ||
- [x] palette/sprite load uisprite | ||
- [x] button export bin | ||
- [x] import lua/script <- egba | ||
- [x] fix log message | ||
- [x] button view sprite/script | ||
- [x] ui timer fix | ||
- [x] egba data wrong | ||
|
||
- [x] pix function | ||
- [x] pal function | ||
|
||
- [x] lock system | ||
- [x] sprite load error | ||
|
||
- [x] btn id 4 5 -> x c | ||
- [x] lua api rename print -> text | ||
## lua/egba save-load static data | ||
- [ ] data to egba | ||
- [ ] .sav file for lua | ||
- [ ] function get data | ||
- [ ] function set data |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
</head> | ||
|
||
<body> | ||
|
||
<!-- Create the canvas that the C++ code will draw into --> | ||
<canvas id="canvas" oncontextmenu="event.preventDefault()"></canvas> | ||
|
||
<!-- Allow the C++ to access the canvas element --> | ||
<script type='text/javascript'> | ||
var Module = { | ||
canvas: (function() { return document.getElementById('canvas'); })() | ||
}; | ||
</script> | ||
|
||
<!-- Add the javascript glue code (index.js) as generated by Emscripten --> | ||
<script src="index.js"></script> | ||
|
||
</body> | ||
|
||
</html> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
[editor] | ||
line_wrapping=false | ||
line_break_column=72 | ||
auto_continue_multiline=true | ||
|
||
[file_prefs] | ||
final_new_line=true | ||
ensure_convert_new_lines=false | ||
strip_trailing_spaces=false | ||
replace_tabs=false | ||
|
||
[indentation] | ||
indent_width=4 | ||
indent_type=1 | ||
indent_hard_tab_width=8 | ||
detect_indent=false | ||
detect_indent_width=false | ||
indent_mode=2 | ||
|
||
[project] | ||
name=egba | ||
base_path=/home/desnot/GD/c_raylib/egba | ||
description= | ||
file_patterns= | ||
|
||
[long line marker] | ||
long_line_behaviour=1 | ||
long_line_column=72 | ||
|
||
[files] | ||
current_page=5 | ||
FILE_NAME_0=900;C;0;EUTF-8;1;1;0;%2Fhome%2Fdesnot%2FGD%2Fc_raylib%2Fegba%2Fsrc%2Fmain.c;0;4 | ||
FILE_NAME_1=2476;C++;0;EUTF-8;1;1;0;%2Fhome%2Fdesnot%2FGD%2Fc_raylib%2Fegba%2Fsrc%2Fmain.h;0;4 | ||
FILE_NAME_2=0;C;0;EUTF-8;1;1;0;%2Fhome%2Fdesnot%2FGD%2Fc_raylib%2Fegba%2Fsrc%2Fclua.c;0;4 | ||
FILE_NAME_3=0;C++;0;EUTF-8;1;1;0;%2Fhome%2Fdesnot%2FGD%2Fc_raylib%2Fegba%2Fsrc%2Fclua.h;0;4 | ||
FILE_NAME_4=0;C++;0;EUTF-8;1;1;0;%2Fusr%2Flocal%2Finclude%2Fraylib.h;0;4 | ||
FILE_NAME_5=472;Markdown;0;EUTF-8;1;1;0;%2Fhome%2Fdesnot%2FGD%2Fc_raylib%2Fegba%2FWIP.md;0;4 | ||
FILE_NAME_6=0;Markdown;0;EUTF-8;1;1;0;%2Fhome%2Fdesnot%2FBureau%2FAdvanceStar%2FREADME.md;0;4 | ||
FILE_NAME_7=0;Markdown;0;EUTF-8;1;1;0;%2Fhome%2Fdesnot%2FBureau%2FAdvanceStar%2FWIP.md;0;4 | ||
|
||
[VTE] | ||
last_dir=/home/desnot | ||
|
||
[build-menu] | ||
EX_00_LB=_Execute | ||
EX_00_CM=cd .. && ./egba | ||
EX_00_WD= | ||
ShFT_00_LB=Build | ||
ShFT_00_CM=cd %d && make | ||
ShFT_00_WD= | ||
filetypes=Sh;C; | ||
NF_01_LB=Make Custom _Target… | ||
NF_01_CM=make | ||
NF_01_WD= | ||
CFT_00_LB=Build | ||
CFT_00_CM=cd .. && make | ||
CFT_00_WD= | ||
CFT_01_LB=_Build+ | ||
CFT_01_CM=gcc -Wall -o "%e" "%f" | ||
CFT_01_WD= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[Project] | ||
CreatedFrom= | ||
Manager=KDevCustomBuildSystem | ||
Name=egba |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
function EGBA() | ||
-- code run 60/seconds | ||
cls(0) | ||
text("hello world",100,50,2,20) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
function EGBA() | ||
-- code run 60/seconds | ||
cls(0) | ||
text("hello world",100,50,1,20) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
function EGBA() | ||
-- code run 60/seconds | ||
cls(0) | ||
text("hello world",100,50,1,20) | ||
end |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file not shown.
Binary file not shown.
Oops, something went wrong.