Updated Readme and devlog
This commit is contained in:
parent
434314fabd
commit
ff8525125e
11
README.md
11
README.md
@ -6,6 +6,17 @@ A 3D Game engine for Small to Medium-sized games with a LUA Scripting interface.
|
||||
|
||||
### Note: These screenshots are sorted by version.
|
||||
|
||||
#### 0.0.68
|
||||
- Added Script Component
|
||||
- Added Simple Lua editor (W.I.P)
|
||||
- Added Lua Binding
|
||||
- Engine.GetGameObjectByTag("")
|
||||
- Component::GetComponent(")
|
||||
- Engine.Log("")
|
||||
- Transform:SetPosition(vec3)
|
||||
- Transform:SetRotation(vec3)
|
||||
|
||||
![](./assets/images/SS-Dev2_1.png)
|
||||
|
||||
#### 0.0.50
|
||||
- Added Texture Preview and Automatic Texture and Model Loading
|
||||
|
BIN
assets/images/SS-Dev2_1.png
Normal file
BIN
assets/images/SS-Dev2_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 935 KiB |
38
imgui.ini
38
imgui.ini
@ -1,6 +1,6 @@
|
||||
[Window][DockSpace]
|
||||
Pos=0,0
|
||||
Size=1280,720
|
||||
Size=1920,1177
|
||||
Collapsed=0
|
||||
|
||||
[Window][Debug##Default]
|
||||
@ -9,8 +9,8 @@ Size=400,400
|
||||
Collapsed=0
|
||||
|
||||
[Window][Inspector]
|
||||
Pos=938,27
|
||||
Size=334,685
|
||||
Pos=1578,27
|
||||
Size=334,1142
|
||||
Collapsed=0
|
||||
DockId=0x00000002,0
|
||||
|
||||
@ -21,16 +21,16 @@ Collapsed=0
|
||||
DockId=0x00000003,0
|
||||
|
||||
[Window][Performance]
|
||||
Pos=8,475
|
||||
Size=364,237
|
||||
Pos=8,774
|
||||
Size=364,395
|
||||
Collapsed=0
|
||||
DockId=0x00000006,0
|
||||
|
||||
[Window][Logger]
|
||||
Pos=374,392
|
||||
Size=562,320
|
||||
Pos=8,452
|
||||
Size=364,320
|
||||
Collapsed=0
|
||||
DockId=0x00000004,0
|
||||
DockId=0x0000000C,0
|
||||
|
||||
[Window][Object Selector]
|
||||
Pos=8,27
|
||||
@ -40,32 +40,34 @@ DockId=0x00000007,0
|
||||
|
||||
[Window][Scene Window]
|
||||
Pos=8,27
|
||||
Size=364,446
|
||||
Size=364,423
|
||||
Collapsed=0
|
||||
DockId=0x00000005,0
|
||||
DockId=0x0000000B,0
|
||||
|
||||
[Window][Editor]
|
||||
Pos=374,27
|
||||
Size=562,363
|
||||
Size=1202,621
|
||||
Collapsed=0
|
||||
DockId=0x00000003,0
|
||||
|
||||
[Window][Lua Text Editor]
|
||||
Pos=374,27
|
||||
Size=1167,528
|
||||
Pos=374,650
|
||||
Size=1202,519
|
||||
Collapsed=0
|
||||
DockId=0x00000003,1
|
||||
DockId=0x00000004,0
|
||||
|
||||
[Docking][Data]
|
||||
DockSpace ID=0x14621557 Window=0x3DA2F1DE Pos=8,27 Size=1264,685 Split=X Selected=0xF7365A5A
|
||||
DockSpace ID=0x14621557 Window=0x3DA2F1DE Pos=8,27 Size=1904,1142 Split=X Selected=0xF7365A5A
|
||||
DockNode ID=0x00000009 Parent=0x14621557 SizeRef=364,1142 Split=Y Selected=0x3DC5AC3F
|
||||
DockNode ID=0x00000005 Parent=0x00000009 SizeRef=364,745 HiddenTabBar=1 Selected=0x3DC5AC3F
|
||||
DockNode ID=0x00000005 Parent=0x00000009 SizeRef=364,745 Split=Y Selected=0x3DC5AC3F
|
||||
DockNode ID=0x0000000B Parent=0x00000005 SizeRef=364,423 HiddenTabBar=1 Selected=0x3DC5AC3F
|
||||
DockNode ID=0x0000000C Parent=0x00000005 SizeRef=364,320 HiddenTabBar=1 Selected=0x9DD4E196
|
||||
DockNode ID=0x00000006 Parent=0x00000009 SizeRef=364,395 HiddenTabBar=1 Selected=0x726D8899
|
||||
DockNode ID=0x0000000A Parent=0x14621557 SizeRef=1538,1142 Split=X
|
||||
DockNode ID=0x00000007 Parent=0x0000000A SizeRef=357,1142 Selected=0x7737E8B2
|
||||
DockNode ID=0x00000008 Parent=0x0000000A SizeRef=1545,1142 Split=X
|
||||
DockNode ID=0x00000001 Parent=0x00000008 SizeRef=1202,1142 Split=Y Selected=0xF7365A5A
|
||||
DockNode ID=0x00000003 Parent=0x00000001 SizeRef=1578,820 CentralNode=1 Selected=0xDF0EC458
|
||||
DockNode ID=0x00000004 Parent=0x00000001 SizeRef=1578,320 HiddenTabBar=1 Selected=0x9DD4E196
|
||||
DockNode ID=0x00000003 Parent=0x00000001 SizeRef=1578,621 CentralNode=1 Selected=0xDF0EC458
|
||||
DockNode ID=0x00000004 Parent=0x00000001 SizeRef=1578,519 HiddenTabBar=1 Selected=0xAE3C694A
|
||||
DockNode ID=0x00000002 Parent=0x00000008 SizeRef=334,1142 HiddenTabBar=1 Selected=0x36DC96AB
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user