Skip to content

Commit

Permalink
add readme, add screenshots, add project desc and its png, and main a…
Browse files Browse the repository at this point in the history
…nd other project codes
  • Loading branch information
bestmahdi2 committed Jul 18, 2024
0 parents commit c6b8f58
Show file tree
Hide file tree
Showing 59 changed files with 11,366 additions and 0 deletions.
31 changes: 31 additions & 0 deletions AliBadiee/Human.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Human", "Human\Human.vcxproj", "{E5C25564-F3DC-48FE-B00F-0FD2E15D8940}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5C25564-F3DC-48FE-B00F-0FD2E15D8940}.Debug|x64.ActiveCfg = Debug|x64
{E5C25564-F3DC-48FE-B00F-0FD2E15D8940}.Debug|x64.Build.0 = Debug|x64
{E5C25564-F3DC-48FE-B00F-0FD2E15D8940}.Debug|x86.ActiveCfg = Debug|Win32
{E5C25564-F3DC-48FE-B00F-0FD2E15D8940}.Debug|x86.Build.0 = Debug|Win32
{E5C25564-F3DC-48FE-B00F-0FD2E15D8940}.Release|x64.ActiveCfg = Release|x64
{E5C25564-F3DC-48FE-B00F-0FD2E15D8940}.Release|x64.Build.0 = Release|x64
{E5C25564-F3DC-48FE-B00F-0FD2E15D8940}.Release|x86.ActiveCfg = Release|Win32
{E5C25564-F3DC-48FE-B00F-0FD2E15D8940}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {86EC0C5D-95DB-4E31-93F7-11771D1D3B67}
EndGlobalSection
EndGlobal
418 changes: 418 additions & 0 deletions AliBadiee/Human/Body_Control.h

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions AliBadiee/Human/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.24)
project(Human)

set(CMAKE_CXX_STANDARD 17)

add_executable(Human Temp.cpp Device_Draw.h Body_Control.h)
Loading

0 comments on commit c6b8f58

Please sign in to comment.