Skip to content

Commit

Permalink
Commit better readme, gitignore and cleaned files
Browse files Browse the repository at this point in the history
  • Loading branch information
disketflu committed Nov 2, 2022
1 parent 897f6a2 commit e33e7ba
Show file tree
Hide file tree
Showing 48 changed files with 48 additions and 683 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/app/assets
/app/assets
/app/__pycache__
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# car-simulator
Car simulator - VR & 3D - Raycast Car | Made with Harfang 3D
## Car Simulator - VR & 3D - Raycast Car | Made with Harfang 3D

* Implemented in Python
* VR Support (using [Harfang 3D OpenVR Support](https://partner.steamgames.com/doc/features/steamvr/openvr?l=french))
* Raycast Car (using [Bullet Physics](https://github.com/bulletphysics/bullet3))
* Built on [Harfang 3D](https://github.com/harfang3d/harfang3d)
* **W.I.P**

### Screenshots of the actual version

![](img/car_interior.png)<br>
![](img/physics_debug.png)<br>
![](img/car_debug.png)<br>

### First version of the Raycast Car

![](img/raycast_car_001.gif)

### Generic Car Model

![](img/generic_car_20221002110516.png)<br>
![](img/generic_car_20221002110523.png)<br>
![](img/generic_car_20221002110544.png)<br>
Binary file modified app/__pycache__/car.cpython-310.pyc
Binary file not shown.
Binary file modified app/__pycache__/car_camera.cpython-310.pyc
Binary file not shown.
Binary file modified app/__pycache__/car_lights.cpython-310.pyc
Binary file not shown.
Binary file modified app/__pycache__/gui.cpython-310.pyc
Binary file not shown.
Binary file modified app/__pycache__/utils.cpython-310.pyc
Binary file not shown.
Binary file modified app/bin/glfw3.dll
Binary file not shown.
Binary file modified app/bin/harfang.dll
Binary file not shown.
Binary file modified app/bin/harfang/assetc/assetc.exe
Binary file not shown.
Binary file modified app/bin/harfang/assetc/glfw3.dll
Binary file not shown.
Binary file modified app/bin/harfang/assetc/lua54.dll
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 added app/bin/harfang/assimp_converter/glfw3.dll
Binary file not shown.
Binary file added app/bin/harfang/assimp_converter/lua54.dll
Binary file not shown.
Binary file added app/bin/harfang/assimp_converter/openvr_api.dll
Binary file not shown.
Binary file added app/bin/harfang/fbx_converter/fbx_converter.exe
Binary file not shown.
Binary file added app/bin/harfang/fbx_converter/glfw3.dll
Binary file not shown.
Binary file added app/bin/harfang/fbx_converter/libfbxsdk.dll
Binary file not shown.
Binary file added app/bin/harfang/fbx_converter/lua54.dll
Binary file not shown.
Binary file added app/bin/harfang/fbx_converter/openvr_api.dll
Binary file not shown.
Binary file added app/bin/harfang/fbx_converter/tests.exe
Binary file not shown.
Binary file added app/bin/harfang/gltf_exporter/glfw3.dll
Binary file not shown.
Binary file added app/bin/harfang/gltf_exporter/gltf_exporter.exe
Binary file not shown.
Binary file added app/bin/harfang/gltf_exporter/lua54.dll
Binary file not shown.
Binary file added app/bin/harfang/gltf_exporter/openvr_api.dll
Binary file not shown.
Binary file added app/bin/harfang/gltf_importer/glfw3.dll
Binary file not shown.
Binary file added app/bin/harfang/gltf_importer/gltf_importer.exe
Binary file not shown.
Binary file added app/bin/harfang/gltf_importer/lua54.dll
Binary file not shown.
Binary file added app/bin/harfang/gltf_importer/openvr_api.dll
Binary file not shown.
Binary file modified app/bin/lua.exe
Binary file not shown.
Binary file modified app/bin/lua54.dll
Binary file not shown.
223 changes: 0 additions & 223 deletions app/car.lua

This file was deleted.

115 changes: 0 additions & 115 deletions app/main.lua

This file was deleted.

Loading

0 comments on commit e33e7ba

Please sign in to comment.