Razer Viper V3 Pro | For the Pro: Lighter, Faster, Better.

Razer Viper V3 Pro | For the Pro: Lighter, Faster, Better.

Razer Viper V3 Pro | For the Pro: Lighter, Faster, Better.

Lighter, Faster, Better. Meet the new Razer Viper V3 Pro—For the Pro: https://rzr.to/viper-v3-pro

Play like a champ with Zekken’s pick. Be at your best with an ultra-lightweight design as low as 54 g, featuring the Focus Pro 35K Optical Sensor Gen-2 and true 8K Hz HyperPolling.

SUBSCRIBE and get hooked up with exclusive content, codes, and giveaways.
http://www.youtube.com/subscription_center?add_user=cultofrazer

Keep with the Cult:
http://www.facebook.com/razer

http://www.instagram.com/razer

@razer


https://discord.com/invite/razer
https://www.razer.com

#Razer #Gaming

Source: Razer YouTube






Improving text editing on the web, one feature at a time

Improving text editing on the web, one feature at a time

The web’s success is due, in big parts, to its ability to support text entry and form submissions. In other words, entering text on webpages is a fundamental part of the web, which we’ve all used.

But today’s modern web applications go even further and let you edit entire documents, spreadsheets, or presentations. Other applications let you write code, chat with friends, or write emails.

Even though the use cases are very diverse, the underlying technology hasn’t changed much since the early days of the web. the HTML input and textarea elements are still the primary ways to enter text, and they work great. For more advanced use cases, web developers often rely on the contenteditable HTML attribute, which lets you capture rich text input.

These text editing primitives are powerful, but building advanced experiences still comes with a lot of challenges and sometimes requires less than ideal workarounds.

On the Microsoft Edge team, we’re very familiar with these challenges and work hand in hand with our partners to make text editing on the web a better experience for everyone.

In this article, we’ll share a few important improvements that we’ve recently made to Microsoft Edge and to the web platform, which we’re very excited about:

  • Rewriting text with AI.
  • Writing with digital pens directly on web pages.
  • Building text editors that support advanced text-editing surfaces.
  • Improving clipboard access APIs.
  • And controlling text prediction features.

Rewrite text with Copilot

Starting with version 124, Microsoft Edge’s AI Compose feature becomes available inline, within editable text areas of a document.

Select a section of text that’s displayed in an editable field and click the Copilot icon to start rewriting that section, by iterating through different AI-generated proposals.

The inline Compose dialog, being used to re-write part of an email.

You can change the tone, format, or length settings to your needs.

Being able to access Copilot directly within input fields can save time and avoid context switching. But we also realize that not all text editable surfaces on the web need this capability, so we’re also introducing the writingsuggestions HTML attribute to disable it. More on this attribute at the end of this article.

Write in any text field with a digital pen

Windows Ink allows you to write with a digital pen directly into an input field on Windows touch devices. This helps you stay in your workflow by reducing the need to switch back and forth between your keyboard and digital pen.

Microsoft Edge now also supports Windows Ink in places such as textarea elements, input elements, elements with the contenteditable attribute, or the browser address bar.

With Windows Ink support in Microsoft Edge, you can:

  • Enter text by writing with a pen in, or near an input field.
  • Delete text by scribbling over words to delete them.
  • Add or remove spaces by drawing vertical lines in the text.
  • Add line breaks by drawing horizontal lines.

Examples of hand-written text and separators, and the effect that they have on the text in input fields

Windows Ink can save a lot of time when interacting with webpages with a digital pen, and we would love to hear what you think and how we can improve the feature.

Note that you can toggle the feature in Microsoft Edge by going to edge://settings/content/HandwritingToText in a browser window.

Build rich text editors that support advanced input methods

Today’s text editing techniques on the web make it hard to truly decouple the text input logic from the text rendering logic. Custom text editors often must use a hidden element that uses the contenteditable attribute to capture text input events, and then render the text separately, which often comes with accessibility issues.

To help with this, we shipped the EditContext API in Chromium to make it possible to create custom web text editors that support advanced input methods and avoid hacky solutions. The API is available in Microsoft Edge starting with 121, and in other Chromium-based browsers.

With the EditContext API, web developers can receive text input events directly through the API surface, which removes unnecessary complexity in the code, enhances accessibility, and lets developers create their own custom view of the edited text. For example, you can use the API to render the edited text in a <canvas> element if you want.

The API supports text-editing UI surfaces that a user might be composing text with at the operating system level, such as IME composition dialogs. It even supports Windows Ink.

Example of a Japanese IME composition window, made possible by using the EditContext API

To learn more about the EditContext API, check out our previous announcement, and the API’s reference documentation on MDN.

Copy & paste HTML

Text editing webapps often encounter clipboard issues when copying and pasting HTML formatted content. Sometimes, the format is lost, other times, the clipboard payload is much more complicated than it should.

To address this, we introduced the unsanitized option to the navigator.clipboard.read() method, allowing web applications to choose when they want to receive the full HTML content, rather than a browser-sanitized version of the HTML.

To learn more about how to use the option, check out the Clipboard read() method documentation on MDN.

This API has already helped us improve Excel Online by addressing several top copy-paste issues affecting the app. We shipped the API in Chromium, making it available to all Chromium-based browsers, including Microsoft Edge starting with version 122.

Detect supported clipboard formats

When writing data to the system clipboard, by using the Clipboard API, web developers have no way of knowing if the data they’re trying to write is supported. This means that they must first attempt to write the data to the clipboard and then check whether the write operation failed due to an unsupported data format.

This leads to more complex code and unnecessary cost in terms of CPU cycles.

To fix this, we’ve added a new static method to the ClipboardItem interface called supports(), which makes it possible to detect supported clipboard formats before attempting to write data. For example, to test if the text/html mime-type is supported, use ClipboardItem.supports("text/html").

This new method shipped with Microsoft Edge 121, and is available in other Chromium browsers too.

Control the browser’s text prediction feature

As mentioned before, Microsoft Edge lets you rewrite text with the inline Compose feature. Edge can also predict text as you type, with the text prediction feature. Text prediction makes writing much faster by completing sentences.

Text prediction in Edge, completing a sentence in an input field

However, we realize that not all text editing surfaces on the web want the text prediction or inline Compose features available at all times. So, starting with version 124, we’re introducing a new HTML attribute called writingsuggestions. The new attribute can be used to turn off text prediction and inline Compose on any editor element. To learn more, check out our explainer document, and the attribute’s specification.

The new writingsuggestions attribute is now part of the Chromium codebase, making it available to all Chromium-based browsers. However, because Microsoft Edge is currently the only browser to have access to these text prediction and rewriting features, the attribute doesn’t have any effect in other browsers.


Text editing on the web is more important than ever, and we can continue making the user and developer experience better with new APIs and browser features that address specific challenges. We hope the improvements described in this article are useful to you.

As always, we’d love to know what you think or if you spot any issues! To reach out, click the button in the top-right corner of Microsoft Edge, and then go to Help and feedback > Send feedback.

Source: Windows Blog






Preparing for Adventure – Talking to the Creative Minds Behind Eiyuden Chronicle: Hundred Heroes

Preparing for Adventure – Talking to the Creative Minds Behind Eiyuden Chronicle: Hundred Heroes

Preparing for Adventure – Talking to the Creative Minds Behind Eiyuden Chronicle: Hundred Heroes

Eiyuden Chronicle: Hundred Heroes Key Art

Summary

  • Xbox Wire Japan recently had a chance to speak with Studio Head and Illustrator Junko Kawano, Producer and Art Director Junichi Murakami, and Director Osamu Komuta at Rabbit & Bear Studios.
  • Eiyuden Chronicle: Hundred Heroes was funded via Kickstarter with a total of 46,307 backers that were eager for a new game from the creator of the Suikoden series, the late Yoshitaka Murayama.
  • Eiyuden Chronicle: Hundred Heroes is available now for Xbox Series X|S, Xbox One, Windows, and with Game Pass.

Starting today, players can immerse themselves in the world of Eiyuden Chronicle: Hundred Heroes, which continues a rich legacy of memorable JRPGs guided by the stewardship of the late Yoshitaka Murayama and his team at Rabbit & Bear Studios.

Funded via Kickstarter back in 2020, with a total of 46,307 backers that were hungry for more Murayama-esque game experiences like Suikoden, Eiyuden Chroncole: Hundred Heroes is now available for players on Xbox Series X|S, Xbox One, Windows, as well as with Game Pass.

Producer and Art Director Junichi Murakami

Producer and Art Director Junichi Murakami

Studio Head and Illustrator Junko Kawano

Studio Head and Illustrator Junko Kawano

Director Osamu Komuta

Director Osamu Komuta

To commemorate its launch, Xbox Wire Japan recently had a chance to speak with Studio Head and Illustrator Junko Kawano, Producer and Art Director Junichi Murakami, and Director Osamu Komuta at Rabbit & Bear Studios, where the team’s sincere responses conveyed how much Hundred Heroes embodies the vision of Murayama, with a team that was built around the desire to make “the most interesting game of [their] lives”.


The Kickstarter launched back in July 2020, and now Hundred Heroes is nearly here. How are you feeling?

Producer and Art Director Junichi Murakami: Actually, I haven’t settled down emotionally at all yet. There is a sense of relief that we can finally deliver the product to everyone, but there are still some things that we won’t know until it goes on sale. Although I am anxious in some ways, there is a sense of accomplishment in knowing that we have finally come this far after working hard together for a long period of time.

Director Osamu Komuta : We have been working on this game for about three and a half years now, so we are all exhausted (laughs). We have been working hard as a team to patch the game, but now we are closing into the release of the game. On one hand, I am a bit relieved, but on the other hand, as Murakami mentioned, I am also excitedly waiting to hear the reactions of the players as the game goes on sale in two weeks’ time.

Eiyuden Chronicle: Hundred Heroes Screenshot

Studio Head and Illustrator Junko Kawano: I feel pretty much the same way as those two do, so they’ve done most of the talking. It’s been too long since I’ve worked on a consumer title, and I feel like, “Well, nowadays pretty much everyone is already working on patches”, so I really have to keep going until the very last minute… I wonder if I’ll feel done once it’s released and everyone has played it.

What are the highlights of Hundred Heroes, from your perspective, especially the parts you would like people to pay attention to?

Komuta: As the title suggests, there are a lot of characters. We want players to go on adventures with their favorite party and prepare for battles with them. We also want them to try using characters they meet along the way, and hopefully enjoy switching characters around. In most RPGs, you would train the skills of, or you explore the power of individual characters, but in HH, the fun is rooted in the variety of characters. The depth of the game becomes based on the number of characters that you have trained and brought up.

Murakami: In terms of design, we have put a lot of thought into each of the characters and made sure that each had a distinct personality. Even for a single mini game, the characters have different looks prepared just for that game. Basically, I don’t think we have cut any corners, so if you play through the game thoroughly, I think you will see many good things that you expected when starting to play the game.

What are some of the aspects of Hundred Heroes that you focused on from a JRPG standpoint?

Murakami: I’m sure each of us has our own thoughts on various things and what we were particular about, but I believe JRPGs are unique in the way they portray the nature of the story and the characters. There is always an added element where “anything goes in a JRPG.” RPGs from overseas pursue reality, but in the case of JRPGs, after an intense battle, the players are suddenly spending time in a hot spring (laughs). I think the beauty of JRPGs is that they contain a flexible mindset where fun is hybrid, allowing players to start playing with cards regardless of location. I feel that Hundred Heroes has been able to bring that essence out very well.

Eiyuden Chronicle: Hundred Heroes Screenshot

Komuta: Murayama always talked about the makunouchi bento when explaining RPGs. He would say that “RPGs had a variety of side dishes, and every one of them is delicious”. Surely, there is a storyline that runs through the richness of variation and variety like a makunouchi bento. But if you take a side trip for a break, you can soak in a hot spring, play a card game, get into the theater…… and have fun. There are many variations in the story.

We were particularly careful about making sure that when the player goes off on a tangent, the game will have a proper reaction to whatever he or she does. Even a single line of dialogue may change depending on the party you have formed, so I believe that players will enjoy the abundance of options and the development the game provides in response to their choices.

The pixel art of the characters in Hundred Heroes is extremely detailed, which seems to be a rare direction to take these days. How did you decide on this?

Murakami: When we first started planning the game, we had already decided to make it an evolution of pixel art, or dots. When we began to consider what kind of resolution we wanted to use, we started with a size that was familiar from old games, but we realized that if we continued in this manner, it would be difficult to distinguish the individuality of the more than 100 characters Kawano had created, and it would also be difficult to express the individuality of the characters themselves.

Eiyuden Chronicle: Hundred Heroes Screenshot

In addition, the expressions themselves seemed a bit old-fashioned, so we decided to increase the resolution. However, increasing the resolution would inevitably increase the number of dots, so the amount of work increased. Furthermore, if the resolution is increased too far, the pixel art may end up becoming more like an illustration.

After trying various methods, we decided that the current size would require more technique, but would allow us to properly express the detailed design and accessories that adorn the characters Kawano has created. The size and feel of the design matched the sense of expression that we were looking for.

There are several battles available: normal battles (with a party of 6), boss battles, duels (1 vs. 1), and wars. What are the highlights and key points of each? Also, was the decision to use random encounters based on the feel of old JRPGs?

Komuta: The adoption of random encounters was based on the premise that this game was a JRPG. In addition to this, Murayama’s idea of RPGs was to make it possible for anyone to complete the game, even if may the first time in their lives that they have played such game. So long as you know the basic rules, anyone can advance and complete the story in HH.

Eiyuden Chronicle: Hundred Heroes Screenshot

At first, we considered using symbolic encounters, but we decided to use random encounters for this game, as we thought it would be easier for players to understand (the game). We also wanted to respect the initial concept of clearly separating between the scenes, namely when the games switch between normality and battle.

In the very early stages of planning, we had two ideas, and one of them was to have the battle transition occur on the spot, which is very common these days. The idea also came up during the planning stage, but since we wanted to express the transition properly, we decided to use random encounters with clear transitions, that would set the tone and mood and prepare the player for battle. The battles themselves are rather simple command battles; even if you are new to the JPRG genre, once you get used to it and start leveling up, you will be able to move on within the story.

Eiyuden Chronicle: Hundred Heroes Screenshot

Of course, there is an element of challenge in the game. The higher you set the difficulty within the game, the more you will have to play around the attributes and the order of actions. There are plenty of challenging battles waiting for you, and we hope players will have a great time strategizing and overcoming.

The system of strongholds, one-on-one battles, wars, etc. were also seen in Gensou Suikoden. Did you intend to include these systems from the beginning of the project? Is there a reason why you decided to use it again in Hyaku Eiyouden? Also, what did you change from the past games to better suit today’s game experience?

Murakami: All of these elements were included in the Kickstarter stretch goal, including war, single combat, and the Fortress Town.

Kawano: Including the cook-offs, too.

Murakami: The backers are fans of Murayama’s games, so it seems that those elements were required. All of them were realistic targets if we got the budget and time frame right, so we included them as items, but we’ve already accomplished all of them. We started from the point where we had to aim to include all the elements we promised in the Kickstarter program.

Eiyuden Chronicle: Hundred Heroes Screenshot

Komuta: From the very beginning of the project, we wanted to develop the Fortress Town aspect of the game. We were not talking about a castle where everyone could gather, but rather a town where people could build their own town, as if we were putting in a whole other game where people could build their own town.

Murakami: It was borderline crazy to think of such thing (laughs).

Komuta: It is true that when we started imagining the Fortress Town, it was not an easy task. It may have been better if it was just an automatic progression of elements, such as the city growing as it levels up, but this time, we wanted to includes elements such as building structures of your own choosing, and calling in the people needed to build and maintain them. Some people told me that I was making another game within the game (laughs).

Murakami: Once you get into that phase, HH gets more and more interesting. In the beginning, you don’t even have the Fortress Town.

What kind of response did you receive from overseas players (after Kickstarter)? Were there any regions where the response was particularly strong?

Murakami: Originally, HH started with the fact that Murayama had many fans overseas, since Kickstarter and crowdfunding in general has not been too familiar within Japan. That’s why we didn’t include Japan in our crowdfunding activities at first. When the crowdfunding started, we came to think, “No, there are definitely Murayama fans in Japan as well,” so we decided to approach them too, and thus the order was first overseas and then domestic. The game itself is developed by Japanese people with Japanese sensibilities, so it will have a JRPG-like finish. We have been trying to create something that is uniquely Japanese, rather than focusing on foreign countries.

Eiyuden Chronicle: Hundred Heroes Screenshot

Kawano: In terms of the response from people overseas, we received support for “making a game that Murayama likes,” and we expected that there would be many fans around the world. In fact, when we launched the crowdfunding, the largest number of support came from the U.S., and the second largest was from Japan. Besides that, we also have received support from France and the Asian region, but also from Brazil, and really from all over the world. We didn’t really prepare anything special for any one place, but unlike Japanese fans, we received requests from American fans that are a bit more hardcore, such as wanting a mode with a higher level of difficulty.

Eiyden Chronicle: Hundred Heroes will be available on day one with Game Pass. What is your impression of the subscription service?

Murakami: When the idea of distributing Hundred Heroes through Game Pass first came up, It got me thinking since I was yet to consider it as an option. I thought it over very well and decided that our priority should be to spread awareness of Hundred Heroes rather than to aim for the stars with the first game.

When we settled on this direction, we realized that our core fans had already turned their attention to us. The backers of Hundred Heroes are the most important, and we will produce the work they wish, but I felt that their support alone would not be enough to continue the series — if that was the only way to continue the series, it would not last.

Eiyuden Chronicle: Hundred Heroes Screenshot

What I had to do as a producer was to increase the number of people who could play Hundred Heroes and broaden the base of the fan community. I thought that Xbox Game Pass would be the best way to increase opportunities for people who have never played this genre to pick up the game and see it. After considering these ideas, we decided that we should go for it.

Can you tell us about some of the memorable events in the development of Hundred Heroes?

Murakami: Memories abound (laughs). One of the things that was unprecedented was the (COVID) lockdown during development. I have very fond memories of that special environment, where we had to team up with people we didn’t know and had never met face-to-face from the beginning of development to create the game.

Komuta: About half of the people on my team have never met me face-to-face.

Kawano: Everything was done online, mostly from home.

Murakami: There are many such episodes. But the most memorable one was when Murayama and I launched the Kickstarter project.

Komuta: After we launched the Kickstarter, we reached our goal in an instant. We all went a little crazy at that moment.

Murakami: If it were a lottery ticket or something, I would simply be happy, but in the case of crowdfunding, the more it goes up, the more I got worried.

Kawano: Yes, you feel the sense of responsibility building up (laughs).

Eiyuden Chronicle: Hundred Heroes Screenshot

Komuta: I couldn’t believe our dream would gather so much support.

Murakami: I got the feeling that the expectations were being taken on board in a new way.

Komuta: I felt like I was taking on something great.

Kawano: While I felt grateful, it also came with a feeling of heavy commitments being placed on my shoulders.

Murakami: I had the feeling that there was no way I could escape from this (laughs).

Komuta: I had a lot of mixed feelings running through me, but above all, I was happy. Even now, I can’t forget what Murayama said at that moment. He said something along the lines of, “I can’t stop my hands from shaking”.

Kawano: It was like that from the beginning, and it was a special kind of game production right up to the end.

Lastly, what is your message to Xbox players who are new to the JRPG genre?

Kawano: We have created a place where people can play in a variety of ways. We hope you will enjoy the game, because we have created a game that can be played in any way you like and can be fun no matter where you pick up the pieces.

Eiyuden Chronicle: Hundred Heroes Screenshot

Komuta: If you play the game normally, you may get the feeling that “It’s just a regular JRPG”, but if you enjoy the deep variations, such as taking side trips, going off to the side, gathering your friends and changing to a different party, I think you will find HH very interesting. If you enjoy these side contents, I can guarantee you will feel the fun of HH.

Murakami: It is difficult to imagine what kind of person might experience a JRPG for the first time. But one thing I am sure of is that whoever experiences JRPGs through HH for the first time will find everything new and fresh. I think they will be able to enjoy a game they have never played before, a type of worldview they have never traveled in, and a feeling they have never had before. We have used different voice actors for all the characters. All characters have their movements and effects changed in detail, and there are also scenarios for each of them. Overall, I think you can enjoy the game without thinking too hard about it. There is not a single difficult thing to do, so in that sense, I hope that newcomers will feel free to give it a try.


Eiyuden Chronicle: Hundred Heroes is available now for Xbox Series X|S, Xbox One, Windows, and with Game Pass.

Xbox Live

Eiyuden Chronicle: Hundred Heroes – Digital Deluxe Edition

505 Games


69

$79.99

Get the most out of your adventure with the Digital Deluxe Edition, which includes the following content:
• Eiyuden Chronicle: Hundred Heroes full game
• 1x Easy Journey Pack: (6x Healing Herb, 4x Healing Incense, 2x Revive Medicine. 3x Runeshard of Return, 1x Gold Coin)
• 1x Headquarters Custom Object
• Season Pass: [3x Original Wallpapers by Junko Kawano, Story Expansion: The Chapter of Seign, Story Expansion: The Chapter of Marisa, Story Expansion: The Chapter of Markus and HQ Makeover Pack (Golden & Pink Headquarters Exterior Paint)]
• Digital Mini Artbook
• Digital Soundtrack

Our story begins in one corner of Allraan, a tapestry of nations with diverse cultures and values. By dint of sword, and by way of magical objects known as “rune-lenses,” the land’s history has been shaped by the alliances and aggressions of the humans, beastmen, elves, and desert people who live there.

The Galdean Empire has edged out other nations and discovered a technology that amplifies the rune-lenses’ magic.

Now, the Empire is scouring the continent for an artifact that will expand their power even further. It is on one such expedition that Seign Kesling, a young and gifted imperial officer, and Nowa, a boy from a remote village, meet each other and become friends.

However, a twist of fate will soon drag them into the fires of war, and force them both to reexamine everything they believe to be right and true.

Eiyuden Chronicle: Hundred Heroes became the #1 funded Kickstarter video game of 2020 thanks to phenomenal support from the community. 505 Games is truly honored to publish Eiyuden Chronicle and work with Rabbit & Bear to help deliver a memorable gaming experience to fans. The goal of Rabbit & Bear and 505 Games is to make sure Eiyuden Chronicle reaches its true potential and delivers a worthwhile JRPG the community will enjoy.

Xbox Live

Eiyuden Chronicle: Hundred Heroes

505 Games


68

$49.99
PC Game Pass
Xbox Game Pass

Our story begins in one corner of Allraan, a tapestry of nations with diverse cultures and values. By dint of sword, and by way of magical objects known as “rune-lenses,” the land’s history has been shaped by the alliances and aggressions of the humans, beastmen, elves, and desert people who live there.

The Galdean Empire has edged out other nations and discovered a technology that amplifies the rune-lenses’ magic.

Now, the Empire is scouring the continent for an artifact that will expand their power even further. It is on one such expedition that Seign Kesling, a young and gifted imperial officer, and Nowa, a boy from a remote village, meet each other and become friends.

However, a twist of fate will soon drag them into the fires of war, and force them both to reexamine everything they believe to be right and true.

Eiyuden Chronicle: Hundred Heroes became the #1 funded Kickstarter video game of 2020 thanks to phenomenal support from the community. 505 Games is truly honored to publish Eiyuden Chronicle and work with Rabbit & Bear to help deliver a memorable gaming experience to fans. The goal of Rabbit & Bear and 505 Games is to make sure Eiyuden Chronicle reaches its true potential and delivers a worthwhile JRPG the community will enjoy.

The post Preparing for Adventure – Talking to the Creative Minds Behind Eiyuden Chronicle: Hundred Heroes appeared first on Xbox Wire.

Source: Xbox Blog






2024 Neo QLED 8K: A New Era of Samsung AI TV | Samsung

2024 Neo QLED 8K: A New Era of Samsung AI TV | Samsung

2024 Neo QLED 8K: A New Era of Samsung AI TV | Samsung

The new generation of Samsung AI TV is here! Packed with impressive features, it’s our highest resolution yet, with the NQ8 AI Gen3 Processor, 8K AI Upscaling Pro turning low quality film into ultra high definition, and mind-blowing Dolby Atmos sound. Coupled with an AI Motion Enhancer, Active Voice Amplifier and Infinity Air Design, you can upscale every moment with Samsung’s #NeoQLED8K, #SamsungAITV.

Discover endless possibilities at http://smsng.co/tvs

#SamsungTV #UpscaleEveryMoment #Samsung

Source: Samsung Mobile YouTube