Bug Fixed

This commit is contained in:
mmichlol
2026-02-05 21:02:45 +01:00
3 changed files with 36 additions and 2 deletions

12
.gitignore vendored
View File

@@ -1,3 +1,7 @@
<<<<<<< HEAD
=======
# ---> Python
>>>>>>> c572a34cb4ba6d74ef88cda07e35e64b2ee5ab36
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
@@ -167,6 +171,7 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
<<<<<<< HEAD
# Abstra # Abstra
# Abstra is an AI-powered process automation framework. # Abstra is an AI-powered process automation framework.
# Ignore directories containing user credentials, local state, and settings. # Ignore directories containing user credentials, local state, and settings.
@@ -180,15 +185,20 @@ cython_debug/
# you could uncomment the following to ignore the enitre vscode folder # you could uncomment the following to ignore the enitre vscode folder
# .vscode/ # .vscode/
=======
>>>>>>> c572a34cb4ba6d74ef88cda07e35e64b2ee5ab36
# Ruff stuff: # Ruff stuff:
.ruff_cache/ .ruff_cache/
# PyPI configuration file # PyPI configuration file
.pypirc .pypirc
<<<<<<< HEAD
# Cursor # Cursor
# Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to # Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data # exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
# refer to https://docs.cursor.com/context/ignore-files # refer to https://docs.cursor.com/context/ignore-files
.cursorignore .cursorignore
.cursorindexingignore .cursorindexingignore
=======
>>>>>>> c572a34cb4ba6d74ef88cda07e35e64b2ee5ab36

21
LICENSE
View File

@@ -1,3 +1,4 @@
<<<<<<< HEAD
Fable3D License Agreement Fable3D License Agreement
Copyright (c) 2025 Michał Lewandowski Copyright (c) 2025 Michał Lewandowski
@@ -18,3 +19,23 @@ This license does NOT grant you any rights to access the source code or make cha
--- ---
If you want to request additional rights or commercial licenses, please contact: slawek.1q2w3e4r@gmail.com If you want to request additional rights or commercial licenses, please contact: slawek.1q2w3e4r@gmail.com
=======
MIT License
Copyright (c) 2026 mmichlol
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
>>>>>>> c572a34cb4ba6d74ef88cda07e35e64b2ee5ab36

View File

@@ -1,5 +1,6 @@
# Fable3D # Fable3D
<<<<<<< HEAD
**Fable3D** is a lightweight, modular 3D engine written in Python — designed for game developers, simulation creators, and interactive world builders. It combines the simplicity of Python with powerful 3D rendering capabilities through OpenGL. **Fable3D** is a lightweight, modular 3D engine written in Python — designed for game developers, simulation creators, and interactive world builders. It combines the simplicity of Python with powerful 3D rendering capabilities through OpenGL.
> "Every game is a new story — start yours with Fable3D." > "Every game is a new story — start yours with Fable3D."
@@ -28,4 +29,6 @@
Install dependencies with: Install dependencies with:
```bash ```bash
pip install Fable3D pip install Fable3D
=======
>>>>>>> c572a34cb4ba6d74ef88cda07e35e64b2ee5ab36