Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog on CG #253

Merged
merged 11 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,25 @@ Run the project live on your local system to make changes and check the updates.
npm run start
```

## .env File Setup

In addition to cloning the repository and setting up the project as described above, you will need to create a .env file to configure certain environment variables. These variables are essential for the proper functioning of the Documentation Website. Here's how you can set up the .env file:

+ Create the .env file: First, create a file named .env in the root directory of your cloned repository.

+ Add API Key and Application ID: Inside the .env file, you'll need to set two important variables: API_KEY and APPLICATION_ID. These variables are used for connecting to external services or APIs that the website may rely on.

```
API_KEY=<your_api_key>
APPLICATION_ID=<your_id>
index=tcetopensource
```

+ API_KEY should be replaced with the actual API key required for your project. Make sure to obtain the API key from the respective service or provider you're using.

+ APPLICATION_ID should be replaced with the unique application ID required for your project. Again, obtain this ID from the relevant service or provider.


<div align="center">
<h3> Connect with us<a href="https://gifyu.com/image/Zy2f"><img src="https://github.com/milaan9/milaan9/blob/main/Handshake.gif" width="50px"></a>
</h3>
Expand Down
Binary file added blog/2023-10-1-cloudgaming/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blog/2023-10-1-cloudgaming/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blog/2023-10-1-cloudgaming/image3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions blog/2023-10-1-cloudgaming/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
---
slug: Cloud-gaming
title: Exploring the Future of Gaming- Cloud Gaming Unveiled
authors:
- name: Om Hinge
title: Cloud Enthusiast & Gamer
url: https://github.com/Aisu2635
image_url: https://github.com/Aisu2635.png
tags: [cloud, gaming, cyberpunk, nvidia]
---

# Exploring the Future of Gaming: Cloud Gaming Unveiled

Hey there, fellow gamers! Today, we're diving into the fascinating world of **cloud gaming**, a technology that's changing the way we play and enjoy our favorite titles. In this article, we'll break down the concept of cloud gaming, its evolution, and its promising future.

## Introduction to Cloud Gaming

Imagine playing high-quality video games without the *need* for expensive gaming hardware or the hassle of *downloading and installing massive game files*. That's the magic of cloud gaming! It's like Netflix for gamers, where you can instantly access and play games over the internet without worrying about hardware requirements.

Most modern games demand a hefty amount of storage space and powerful hardware to run smoothly. Think about titles like Call of Duty's Warzone, which takes up over 1000GB of storage. To play these games with the best experience, you'd need a high-end PC or gaming console. But what if there was a more affordable alternative?

![Cloud Gaming Demonstration by playing Cyberpunk 2077 on mobile](image.png)

## How Cloud Gaming Works

![Cloud Gaming flow](image2.png)

Cloud gaming operates within the realm of cloud computing. Instead of storing game files on your local device, they're hosted and processed on powerful remote servers in data centers. Here's how it works in a nutshell:

+ **Remote Servers**: Powerful servers host and run the games, eliminating the need for you to download and install them on your device.

+ **Streaming Gameplay**: Similar to streaming services like Netflix, cloud gaming sends a video stream of the gameplay over the internet to your device.

+ **Input Control**: Your inputs (the buttons you press and the moves you make) are sent to the server, where the game responds accordingly. This allows you to play even on low-end devices.

While cloud gaming offers incredible convenience, it's important to note that it can introduce some input lag, depending on factors like your internet connection stability and the distance between you and the server.

*Cloud Gaming is one of the Best Examples to showcase the power of Cloud Computing.*

## The History and Future of Cloud Gaming

In the past, cloud gaming faced numerous challenges, including network issues. Google's attempt with Google Stadia was ambitious but struggled due to connectivity problems. Other giants like Amazon and Microsoft also entered the arena with Amazon Luna and Xbox cloud gaming.

However, the future of cloud gaming looks bright, especially in countries like India. Gaming is growing rapidly, and cloud gaming provides an affordable platform for those unable to invest in high-end gaming hardware. The potential to earn rewards through gaming is also on the rise, further boosting its popularity.

The primary challenge facing cloud gaming today is network-related issues, but providers are actively working on solutions to make it accessible to more users.

We can say Cloud Gaming was just the first step for the cloud computing service to even non-tech users.
Google is developing & testing Cloud Quantum computing so that one day everyone can access the Incredible power of Quantum computers without the need for a quantum rig, which might be bigger than most of our houses.

![cloud quantum computing](image3.png)
## Advantages and Drawbacks of Cloud Gaming

Cloud gaming offers several advantages, including:

- **Universal Platform**: You can play games on any device with an internet connection, from consoles to smartphones.

- **Cost-Efficiency**: No need for expensive hardware, as the processing is done on remote servers.

- **Portability**: Play on the go without worrying about installation and setup.

However, it's not without its drawbacks:

- **Internet Dependency**: A stable internet connection is crucial for a smooth experience.

- **Input Lag**: Some games may suffer from input delay due to server processing.

- **Limited Awareness**: Many people are still unaware of cloud gaming, and few providers exist compared to traditional gaming options.

## Current Status of Cloud Gaming

Several cloud gaming services are making waves in the industry:

- [x] **Nvidia GeForce Now**: This service is known for its low system requirements, compatibility with various devices, and a free trial period.
- [x] **XBox Game Cloud**: Known for Various game titles for free to play in the subscription of Game Pass.
- [x] **JioGames Cloud**: Building the Cloud gaming culture & infrastructure in India at a reasonable rate.

## Is Cloud Gaming Worth It?

While cloud gaming shows immense potential, it's still in its early stages. Input lag and connectivity issues can be frustrating, especially for competitive gamers. Traditional gaming setups remain a popular choice. However, as technology advances, cloud gaming has the potential to become the future of gaming in the coming decade.

In conclusion, cloud gaming is a game-changer with the potential to democratize gaming by making it accessible to more players. As it evolves and overcomes its current challenges, we can expect cloud gaming to reshape the gaming landscape in the near future.

## References:

- [Nvidia GeForce Now](https://www.nvidia.com/en-us/geforce-now/)
- [PlayStation Now](https://en.wikipedia.org/wiki/PlayStation_Now)
- ~Google Stadia~ (closed right now)
6 changes: 3 additions & 3 deletions src/components/ProjectSection/ProjectPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import React from "react";

const ProjectPreview = ({ img, tools }) => {
return (
<div className="relative flex flex-col object-cover px-10 h-[90%] text-white md:px-12 overflow-hidden">
<div className="relative flex flex-col object-cover px-6 h-[90%] text-white md:px-10 overflow-hidden">
<img
src={`/img/ProjectSection/${img}`}
alt="project-img"
className="object-cover overflow-hidden rounded-none md:rounded-3xl"
className="object-cover overflow-hidden rounded md:rounded-3xl"
/>

<div
className="absolute rounded-none md:rounded-b-3xl w-[90%] pl-10 text-left hidden md:block bottom-0 pb-10"
className="absolute rounded md:rounded-b-3xl w-[90%] pl-10 text-left hidden md:block bottom-0 pb-10"
style={{
"--bg-opacity": 0.2,
"backdrop-filter": "blur(2px)",
Expand Down
Binary file modified static/img/ProjectSection/act-dekho.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/ProjectSection/fmc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/ProjectSection/tl-web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/ProjectSection/tnp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.