From adebcc9f073525f40ef1950302763c09a1c87810 Mon Sep 17 00:00:00 2001 From: Matin Date: Fri, 24 May 2024 22:03:51 +0330 Subject: [PATCH 1/2] Update issue templates bug report template. --- .github/ISSUE_TEMPLATE/bug_report.md | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..995f26e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. windows10] + - Version [e.g. 0.1.1-beta] + +**Additional context** +Add any other context about the problem here. From d2957e2c00b251f0d0c7419ef3d94336c9605444 Mon Sep 17 00:00:00 2001 From: Matin Date: Thu, 25 Jul 2024 17:43:06 +0330 Subject: [PATCH 2/2] Update README.md Rename. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6cbbe17..375ef2e 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# 3DICU +# OpenUniverse 3D Infinite Computer Universe

- +

An open source implementation of 3D Computer Universe

I started programming a computer universe based on voxels in February 2024 and I am trying to make it more complete. This project has a custom built-in 3D rendering engine written using OpenGL -Any programmer can use the codes in this project to build his own world or help improve ICU. +Any programmer can use the codes in this project to build his own world or help improve OpenUniverse. Developer: [@MatinAfzal](https://github.com/MatinAfzal)